vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite) (https://vborg.vbsupport.ru/showthread.php?t=199207)

hambil 04-01-2009 05:10 PM

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.

realdx 04-01-2009 05:48 PM

My board is new, no users yet, but want it to be FAAST! Installed and thanking!

Sayid 04-02-2009 07:43 AM

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

KevinL 04-02-2009 11:11 AM

Keep cache phases disabled might be the only way...

hambil 04-02-2009 12:09 PM

Quote:

Originally Posted by Sayid (Post 1782242)
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

Even after flushing the cache?

Sayid 04-02-2009 06:45 PM

Yes :(

Tauhid 04-02-2009 09:07 PM

installed, so far no complaints!

sall 04-02-2009 09:59 PM

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?

Sayid 04-03-2009 12:10 AM

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

hambil 04-03-2009 01:04 PM

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:

$optimise->set('mycachekey'''); 

Is all that's required to invalid cache. 'mycachekey' of course being the key to the cached item you need to invalidate.


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
  • Page Generation 0.02098 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete