Hello,i discovered a bug on vbseo that prevents each caching system to work well.the bug is in /vbseo/includes/functions_vbseo_cache.phpall the functions that sets and gets variables to/from the cache doesn'tuse the $name variable. All the variables will be stored on the same varname ( setted on the admin panel ) but this will lead to variable conflictssince vbseo use multiple variable to store information in the cache. I don't actually know if this is the expected behaviour but i do know that xcache stats tells me the vbseo variable gets rewritten almost always with this configuration.After the patch ( simply append .$name after VBSEO_CACHE_VAR ). , i end upwith 3 variables in xcache: - vbseo - vbseoforum - vbseoforum_is_publicAnd the "HITS" for the vbseo variable ( which is my VBSEO_CACHE_VAR ) noware going up as expected. Before i always had 0 or 1 under the CACHE HITScolumn.Cheers,Andrea.


LinkBack URL
About LinkBacks





Reply With Quote
