The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] vB Optimise 2.0.1 (Lite) Details »» | |||||||||||||||||||||||||||||||||
vB Optimise Lite
This is ported from my original version released for vBulletin 3.8 located here. In this release I have re-coded vB Optimise from the gound and focused stability over features. Professional version & feature list available @ www.DragonByte-Tech.com/forum Priority support for Lite version is handled at the Developers Website. What does it do? vB Optimise is intended to optimise vBulletin software by integrating several PHP "cachers" and handling data before vBulletin. This works by encountering and handling data prior to vBulletin in order to skip the arbitary execution that would be more server intensive. Real-Life Statistics We've teamed up with some Big Forums to show you the impact of vB Optimise, you can view this public chart which shows both our statistics and theirs: View Public vB Optimise Resource Statistics Features - Lite
Features - Pro
Release Notes If you've used vB Optimise before you'll be aware the previous version had phrase caching, however this caused complications with the way phrases are used within vBulletin so it has not been ported over at this time. Available Translations v1.6.0 French - Thanks to finereader Change Log [>>] Version 2.0.1 No change, just keeping in sync with vB 3.8/Pro [>>] Version 1.6.1 Automatic Cache Flusher has additional parameters to make sure no data is stale Resolved Bug: Potential PHP error when using eAccelerator which cannot flush within Admin CP on certain actions [>>] Version 1.6.0 New OpCode Cacher Support: WinCache [>>] Version 1.5.0 Resolved Bug: Style cache may have fetched ID 0 instead of correct file Resolved Bug: Filecache permissions may not have worked Optimisation: Re-wrote some base code to enhance operations. [>>] Version 1.0.1 Added XCache Authentification Support Added Filecache Support Support Priority support will be handled at DBTech. FAQ Q: I have WinCache installed, but vB Optimise tells me it's not? A: WinCache only introduced OpCode support in version 1.1, if you're using version 1.0.x you will need to upgrade. Q: I'm using the XCache method, flushing doesn't work? A: If you have XCache authentification, turn the admin option on within vB Optimise Settings, then edit ./vboptimise/config.php and specify your XCache username/password. Alternatively you can disable XCache authentification within php.ini: Code:
xcache.admin.enable_auth = Off A: eAccelerator does not provide the caching extension by default, you will need to recompile PHP with additional flags. For more information read eAccelerator documentation located here: http://eaccelerator.net/wiki/CompileConfiguration (Specifically look at: with-eaccelerator-shared-memory) Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
Teascu Dorin, xrvel |
Comments |
#332
|
|||
|
|||
hello error:
Running Test: Fetch Cache Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration. PHP Version 5.2.15 XCache v1.3.1 any solution please?.. greetings |
#333
|
||||
|
||||
Quote:
Fillip |
#334
|
|||
|
|||
installed it and loading time is so much faster
i thought it was query optimization but its really visible faster thank you and if its keep working like this ill go for the pro version! |
#335
|
|||
|
|||
Uninstalled vB Optimise 2.0.1 (Lite) ....
Purchased and installed vB Optimise 2.3.0 (Pro) .... I don't understand why as I'm not a huge technical Unix guy, but for whatever reason, our forums are incredibly faster using this product ... :up: Thanks Fillip, for helping us get it going with Memcache .... Regards, Doug |
#336
|
|||
|
|||
broken in 4.1.2
|
#337
|
||||
|
||||
Unfortunately that does not help us diagnose the problem.
We are running it on two sites using 4.1.2 with no problems. Fillip |
#338
|
|||
|
|||
FYI - we have this installed with eAccelerator. It was kind of tricky:
- You need eAccelerator 0.9.5.3 or below. The _get and _put caching was dropped from 0.9.6 and above. - 0.9.5.3 only works with PHP 5.2.x It doesn't work or install with 5.3.x - The note in the first post of this is correct. You need the extra flag in during PHP compile. You can test to see if eAccelerator is working correctly (or will work correctly with this mod by dropping the following code into a php file and running it: Code:
<?php $rfunc = get_extension_funcs( 'eaccelerator' ); print_r($rfunc); function ea ($str) { eaccelerator_put("testkey", $str); for ($i = 0; $i < 1e5; $i++) { $r = eaccelerator_get("testkey"); } return $r; } $str = str_repeat("1234567890", 1024); // 10 KB $r = ea($str); echo strlen($r); ?> I hope this mod is worth it |
#339
|
|||
|
|||
Killed my forum, had to restore from a backup, warning.
|
#340
|
||||
|
||||
Unfortunately your post does not help us diagnose the problem and help you
Fillip |
#341
|
|||
|
|||
maybe stupid question but does this mean this mod reduces server load ? Currently i get about 25 error emails per day , always the same reason (mysql server has gone away) and always the same sql that's causing it (UPDATE vb_session SET lastactivity ...) so i could use a mod which reduces server load
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|