![]() |
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. |
My board is new, no users yet, but want it to be FAAST! Installed and thanking!
|
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 |
Keep cache phases disabled might be the only way...
|
Quote:
|
Yes :(
|
installed, so far no complaints!
|
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? |
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 |
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:
|
All times are GMT. The time now is 06:17 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|