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)

Deceptor 12-18-2008 11:21 PM

Speed can vary depending on a number of factors, I found the best results occur when using Memcache. You could turn on vBulletin debug information to check page generation times, this is my forums normal generation time (forum home):

Quote:

Page Generation 0.08814 seconds
This is simply a test forum, no mods but vB Optimise, my server also has XCache installed, when I turn vB Optimise on:

Quote:

Page Generation 0.02804 seconds
Not to mention the reduction in two queries and a chunk off another :)

veenuisthebest 12-18-2008 11:40 PM

you joined two days back and brought a really nice thing pretty fast. Will test it out.

Can you please explain, which 2 global queries does it reduce and which one it chunks off.

thanks

ssslippy 12-18-2008 11:53 PM

This looks interesting and promising if it does what it says.

Question doesnt vbulletin already cache templates?

KevinL 12-18-2008 11:54 PM

Going to keep an eye on this one :)

Deceptor 12-19-2008 12:02 AM

Quote:

Question doesnt vbulletin already cache templates?
vBulletin caches the template in a state ready to eval, but they are still called from the database on every page, but not with vBO :)

Quote:

Can you please explain, which 2 global queries does it reduce and which one it chunks off.
The query to fetch templates, and the query to fetch the style are both removed. The fetch user info query is the one with the chunk taken out, that chunk being the language/phrases since vB fetches that when fetching the userinfo.

lazydesis 12-19-2008 12:22 AM

this doesnt allow me to select styles :( the default style is the only always shown .. is that correct?

Deceptor 12-19-2008 12:23 AM

Quote:

Originally Posted by lazyindian (Post 1688350)
this doesnt allow me to select styles :( the default style is the only always shown .. is that correct?

I'll check this out now, style switch should work, could possibly be a bug :)

Deceptor 12-19-2008 12:36 AM

Fixed, re-download and then re-upload the following file:
./includes/class_activecache.php

You'll be able to select styles correctly then :)

Medtech 12-19-2008 12:59 AM

Just what i was looking for, thanks!!!! *Installed*

Medtech 12-19-2008 01:06 AM

What extensions are you talking about?

Quote:

vB Optimise offers the ability to use alternative methods to caching if you have the extensions installed on your server, it is recommended you use one of these instead of File Cache.


All times are GMT. The time now is 09:03 AM.

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.01801 seconds
  • Memory Usage 1,735KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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