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
The newly revamped vB Optimise was created for vBulletin 4, but has now been made compatible for vBulletin 3.8. In this release I have re-coded vB Optimise from the gound and focused stability over features, you'll notice Phrase Caching and vBAdvanced Integration have bit the dust, this is to maintain a sync state between this version and the vBulletin 4 release. 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
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 New launch for vB 3.8 [>>] 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
Show Your Support
|
Comments |
#912
|
||||
|
||||
Just let me say I got this working, after a lot of messing around with eAccelerator (which is NO fault of this mod, damn server side caching stuff is just a pain). Even without eAccelerator and just using the file cache and optimized settings the mod recommends we saw performance gains. Now, it's lightning fast.
I recommend this to anyone, it's worth the effort. I am still seeing odd caching issues, but mostly due to mods that don't handle cache properly (including some of my own - soon to be fixed). Great work. |
#913
|
|||
|
|||
My board is new, no users yet, but want it to be FAAST! Installed and thanking!
|
#914
|
|||
|
|||
When I create a new profile field , the title of the profile doesn't display !
Disabling vB Optimise cache phrases fixes this issue, any ideas? I've 382 |
#915
|
|||
|
|||
Keep cache phases disabled might be the only way...
|
#916
|
||||
|
||||
Even after flushing the cache?
|
#917
|
|||
|
|||
Yes
|
#918
|
|||
|
|||
installed, so far no complaints!
|
#919
|
|||
|
|||
Installed, template and style caching seem to be working fine
VBA module caching is not. vbOptimize is enabled. Using 'file cache' method. VBA integration enabled. The VBA modules I want to cache are marked as 'Yes' and '60' seconds. Using vbulletin 1.8.0 vboptimize 1.3.2 vbadvanced 3.1 The caching for the modules is just not working. No error messages on debug mode either. Any ideas on what might be going on? |
#920
|
|||
|
|||
You have to note that the title of the previous fields work and appear without problems but when I create a new one , it doesn't display .
Anyone tries to test if the same bug appears in his forum ? thanks in advance |
#921
|
||||
|
||||
I think I already said I love this mod, but I'm saying it again.
I've been working support for it into my own mods, and learned something worth sharing that the example modification pointed to by the author doesn't cover: You have to invalidate your own cache. It's easy enough to do, just set it to blank and the mod takes care of it for you, but things won't work if you don't. As an example, if you are caching the eggs that are on an avatar, when someone throws a new egg at said avatar you have to invalidate the cache for that query or the new egg will not show up. It's important when writing support for this mod that you consider all your invalidation scenarios. Also, you cannot invalidate vBulletin data (without a lot of work I assure you that you do not want to do). So if you have a query that, for example, gets the users last login date, you can't cache that. Fortunately vbulletin does it's own cache to some extent, and vb Optimise does more, so just hope for the best on volatile vBulletin data. It's out of your hands. PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|