Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[DBTech] vB Optimise 2.0.1 (Lite) Details »»
[DBTech] vB Optimise 2.0.1 (Lite)
Version: 2.0.1, by Deceptor Deceptor is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Board Optimization - Version: 3.8.x Rating:
Released: 12-18-2008 Last Update: 04-23-2010 Installs: 1096
Uses Plugins
Additional Files  
No support by the author.

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
  • Supported Extensions
    • APC
    • eAccelerator
    • Memcache
    • XCache
    • WinCache
    • Filecache
  • Style Cacher
    Caches style data to globally reduce a query within all vBulletin forum-based pages.
  • Template Cacher
    Caches template data to globally reduce a query within all vBulletin forum-based pages.
  • Datastore Cacher
    Forces custom datastore items from modifications (including those from vB's blogs) to use your configured Datastore Cache method instead of being forced into the database. This reduces page queries by where affected.
  • vB CMS Template Caching
    (Automatic) Corrects many uncached templates within vB CMS to reduce upto 20+ queries on CMS pages (number varies based on content).
  • Optimal Settings Check
    Provides a quick interface to identify possible settings which can be changed on your forum for further optimisation.
  • Self-System Tester
    Provides a relatively straight-forward system check to ensure your vB Optimise installation works fully.
  • Automatic Cache Flusher
    Automatically flushes cache within the Admin CP based on specific triggers to make sure content does not remain stale on your forum.
  • XCache Authentification
    Supports XCache Admin Authentification by allowing you specify the username/password in a configuration if needs be.

Features - Pro
  • Notices Cacher
    Caches users dismissed notices to reduce a near-global query within all vBulletin forum-based pages.
  • Showgroups Cacher
    Caches the showgroups query which becomes more intensive as your user-base grows.
  • Forum Display Query Enhancement
    Enhances a stock vBulletin query within Forum Display to speed up the page.
  • Forum Home WOL Cache
    Caches Forum Home "Who's Online" to remove an intensive query and allow larger sites to display this data without impact.
  • vB Cache Override (Feature not available on vBulletin 3)
    Ability to override vBulletins new built-in database cacher for the CMS / Forum Sidebar Blocks to remove anything from 1 to 20+ queries based on your content.
  • Full Guest Caching
    Ability to cache entire pages and serve them saving not only hundreds of queries but upto 90% of CPU processing towards Guests.
  • Statistical Resource Savings
    Ability to see just exactly how many queries per day vB Optimise has saved your database. You'll be surprised at the numbers.
  • Forum Resource Statistic
    Shows off vB Optimise resource saving statistics directly within forumhome statistics.
  • ....and more!

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
Q: I have eAccelerator installed, but vB Optimise tells me it's not?
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

File Type: zip [DBTech] vB Optimise Lite v2.0.1.zip (30.8 KB, 2168 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #432  
Old 12-23-2008, 12:50 AM
Deceptor's Avatar
Deceptor Deceptor is offline
 
Join Date: Dec 2008
Location: England
Posts: 514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What templates are blank exactly Jim_O? (You put 'xxxxx' in your post).

In either case, the php error is caused by the xcache script because it didn't anticpate for blank variables, you could probably edit the script and change htmlspecialchars to @htmlspecialchars on line 4.
Reply With Quote
  #433  
Old 12-23-2008, 12:56 AM
punchbowl punchbowl is offline
 
Join Date: Nov 2006
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1.2.0 working like a dream on 3.7.4 with xcache
Reply With Quote
  #434  
Old 12-23-2008, 01:33 AM
Jim O's Avatar
Jim O Jim O is offline
 
Join Date: Mar 2006
Location: my house
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deceptor View Post
What templates are blank exactly Jim_O? (You put 'xxxxx' in your post).
There are probably 200-300 of them. Here are a sampling:
  • vbactivecache_template_12598
  • vbactivecache_template_12882
  • vbactivecache_template_3675
  • vbactivecache_template_12523
  • vbactivecache_template_12527
  • vbactivecache_template_12815
  • vbactivecache_template_12819
  • vbactivecache_template_12747
  • vbactivecache_template_12679
  • vbactivecache_template_12895
  • vbactivecache_template_13045
  • vbactivecache_template_12820
  • vbactivecache_template_12824
  • vbactivecache_template_8110

Pretty much anything that starts with "vbactivecache_template_" is empty.

When there is what appears to be an intentionally blank cache, such as "vbactivecache_phrase_calformat2override_1" it shows the following data:

"{_______VB_ACTIVE_CACHE_BLANK_______}"

These others are simply blank.

Many have multiple hits and "sizes" as large as 15K.

FWIW, if you are interested in system info, I am using XCache 1.2.2 which I compiled from source and run php 5.2.8 as a fastcgi using php-fpm as a controller, also compiled from source. The web server is nginx 0.7.27. No other scripts are accessing XCache and the system seems to be running fine although volume is very light at this moment with people out Christmas shopping or whatever else that they might be doing this time of year.


Quote:
Originally Posted by Deceptor View Post
In either case, the php error is caused by the xcache script because it didn't anticpate for blank variables, you could probably edit the script and change htmlspecialchars to @htmlspecialchars on line 4.
That eliminates the warning but not the hundreds of blank caches.
Reply With Quote
  #435  
Old 12-23-2008, 01:37 AM
Deceptor's Avatar
Deceptor Deceptor is offline
 
Join Date: Dec 2008
Location: England
Posts: 514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Jim_O - Where you see the numbers, run this query:
[sql]select * from template where templateid = xxx[/sql]

You'll probably need to put your table prefix before "template". My guess is you've uninstalled templates, but mods are still trying to run them. But if I'm wrong let me know the result of your query, and if the template in your database actually has any information.
Reply With Quote
  #436  
Old 12-23-2008, 02:07 AM
Jim O's Avatar
Jim O Jim O is offline
 
Join Date: Mar 2006
Location: my house
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope. Those queries return lots of data.

For instance:


select * from vb_template where templateid = 8110:

Quote:
8110 11 memberlist_resultsbit <tr align=\"center\"> <td class=\"alt1Active\" align=\"$stylevar[left]\" id=\"u$userinfo[userid]\"> <a href=\"member.php?" . $GLOBALS['vbulletin']->session->vars['sessionurl'] . "u=$userinfo[userid]\">$userinfo[musername]</a> ".(($show['usertitlecol']) ? ("<div class=\"smallfont\">$userinfo[usertitle]</div>") : (""))." </td> <!-- show awards --> ".(($vbulletin->options['aw_memberlist']) ? ("<td class=\"$bgclass\">$userinfo[userawards] ".(($userinfo[num_awards]) ? ("<div nowrap> <a href=\"member.php?" . $GLOBALS['vbulletin']->session->vars['sessionurl'] . "u=$userinfo[userid]#award\">$vbphrase[total_awards]: $userinfo[num_awards]</a></div>") : (""))." </td>") : (""))." <!-- /show awards --> ".(($show['emailcol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">".(($show['emaillink']) ? ("<a href=\"sendmessage.php?" . $GLOBALS['vbulletin']->session->vars['sessionurl'] . "do=mailmember&amp;u=$userinfo[userid]\" target=\"_blank\" rel=\"nofollow\"><img src=\"$stylevar[imgdir_button]/email.gif\" alt=\"email.gif\" title=\"" . construct_phrase("$vbphrase[click_here_to_email_x]", "$userinfo[username]") . "\" border=\"0\" /></a>") : (""))."&nbsp;".(($show['pmlink']) ? ("<a href=\"private.php?" . $GLOBALS['vbulletin']->session->vars['sessionurl'] . "do=newpm&amp;u=$userinfo[userid]\" target=\"_blank\" rel=\"nofollow\"><img src=\"$stylevar[imgdir_button]/sendpm.gif\" alt=\"sendpm.gif\" title=\"" . construct_phrase("$vbphrase[send_private_message_to_x]", "$userinfo[username]") . "\" border=\"0\" /></a>") : (""))."</td>") : (""))." ".(($show['imicons'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">$userinfo[icqicon] $userinfo[aimicon] $userinfo[msnicon] $userinfo[yahooicon] $userinfo[skypeicon]</td>") : (""))." ".(($show['homepagecol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">".(($show['homepagelink']) ? ("<a href=\"$userinfo[homepage]\" target=\"_blank\"><img src=\"$stylevar[imgdir_button]/home.gif\" alt=\"home.gif\" title=\"" . construct_phrase("$vbphrase[visit_xs_homepage]", "$userinfo[username]") . "\" border=\"0\" /></a>") : ("&nbsp;"))."</td>") : (""))." ".(($show['searchcol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">".(($show['searchlink']) ? ("<a href=\"search.php?" . $GLOBALS['vbulletin']->session->vars['sessionurl'] . "do=finduser&amp;u=$userinfo[userid]\" rel=\"nofollow\"><img src=\"$stylevar[imgdir_button]/find.gif\" alt=\"find.gif\" title=\"" . construct_phrase("$vbphrase[find_all_posts_by_x]", "$userinfo[username]") . "\" border=\"0\" /></a>") : ("&nbsp;"))."</td>") : (""))." ".(($show['datejoinedcol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">$userinfo[datejoined]</td>") : (""))." ".(($show['postscol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">$userinfo[posts]</td>") : (""))." ".(($show['lastvisitcol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">$userinfo[lastvisit]</td>") : (""))." ".(($show['reputationcol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">$userinfo[reputationdisplay]</td>") : (""))." ".(($show['avatarcol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">".(($show['avatar']) ? ("<img src=\"$avatarurl\" border=\"0\" $avwidth $avheight alt=\"" . construct_phrase("$vbphrase[xs_avatar]", "$userinfo[username]") . "\" hspace=\"4\" vspace=\"4\" />") : ("&nbsp;"))."</td>") : (""))." ".(($show['profilepiccol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">$userinfo[profilepic]</td>") : (""))." ".(($show['birthdaycol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">$userinfo[birthday]</td>") : (""))." ".(($show['agecol'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">$userinfo[age]</td>") : (""))." ".(($show['customfields']) ? ("$customfields") : (""))." ".(($show['usergroup'] AND exec_switch_bg()) ? ("<td class=\"$bgclass\">".(($show['hideleader']) ? ("&nbsp;") : ("<input type=\"checkbox\" name=\"deletebox[$userinfo[userid]]\" value=\"yes\" />"))."</td>") : (""))." </tr> <tr align="center"> <td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]"> <a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a> <if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if> </td> <!-- show awards --> <if condition="$vbulletin->options['aw_memberlist']"><td class="$bgclass">$userinfo[userawards] <if condition="$userinfo[num_awards]"><div nowrap> <a href="member.php?$session[sessionurl]u=$userinfo[userid]#award">$vbphrase[total_awards]: $userinfo[num_awards]</a></div></if> </td></if> <!-- /show awards --> <if condition="$show['emailcol'] AND exec_switch_bg()"><td class="$bgclass"><if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/email.gif" alt="email.gif" title="<phrase 1="$userinfo[username]">$vbphrase[click_here_to_email_x]</phrase>" border="0" /></a></if>&nbsp;<if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="sendpm.gif" title="<phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if></td></if> <if condition="$show['imicons'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[icqicon] $userinfo[aimicon] $userinfo[msnicon] $userinfo[yahooicon] $userinfo[skypeicon]</td></if> <if condition="$show['homepagecol'] AND exec_switch_bg()"><td class="$bgclass"><if condition="$show['homepagelink']"><a href="$userinfo[homepage]" target="_blank"><img src="$stylevar[imgdir_button]/home.gif" alt="home.gif" title="<phrase 1="$userinfo[username]">$vbphrase[visit_xs_homepage]</phrase>" border="0" /></a><else />&nbsp;</if></td></if> <if condition="$show['searchcol'] AND exec_switch_bg()"><td class="$bgclass"><if condition="$show['searchlink']"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/find.gif" alt="find.gif" title="<phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase>" border="0" /></a><else />&nbsp;</if></td></if> <if condition="$show['datejoinedcol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[datejoined]</td></if> <if condition="$show['postscol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[posts]</td></if> <if condition="$show['lastvisitcol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[lastvisit]</td></if> <if condition="$show['reputationcol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[reputationdisplay]</td></if> <if condition="$show['avatarcol'] AND exec_switch_bg()"><td class="$bgclass"><if condition="$show['avatar']"><img src="$avatarurl" border="0" $avwidth $avheight alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" hspace="4" vspace="4" /><else />&nbsp;</if></td></if> <if condition="$show['profilepiccol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[profilepic]</td></if> <if condition="$show['birthdaycol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[birthday]</td></if> <if condition="$show['agecol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[age]</td></if> <if condition="$show['customfields']">$customfields</if> <if condition="$show['usergroup'] AND exec_switch_bg()"><td class="$bgclass"><if condition="$show['hideleader']">&nbsp;<else /><input type="checkbox" name="deletebox[$userinfo[userid]]" value="yes" /></if></td></if> </tr> template 1205805209 Jim O 3.7.0 Beta 6 vbulletin

select * from vb_template where templateid = 13045

Quote:
13045 -1 WHOSONLINE $stylevar[htmldoctype] <html xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\"> <head> $headinclude ".(($show['refresh']) ? (" ".((is_browser('mozilla')) ? (" <script type=\"text/javascript\"> <!-- var myvar = \"\"; var timeout = $refreshtime; function exec_refresh() { var timerID = setTimeout(\"exec_refresh();\", 100); if (timeout > 0) { timeout -= 1; } else { clearTimeout(timerID); window.location=\"online.php?" . $GLOBALS['vbulletin']->session->vars['sessionurl_js'] . "order=$sortorder&sort=$sortfield&pp=$perpage&page =$pagenumber$refreshargs_js\"; } } exec_refresh(); //--> </script> ") : (" <meta http-equiv=\"refresh\" content=\"" . $GLOBALS['vbulletin']->options['WOLrefresh'] . ";url=online.php?" . $GLOBALS['vbulletin']->session->vars['sessionurl'] . "order=$sortorder&amp;sort=$sortfield&amp;pp=$perp age&amp;page=$pagenumber$refreshargs\" /> "))." ") : (""))." <title>" . $GLOBALS['vbulletin']->options['bbtitle'] . " - $vbphrase[whos_online]</title> </head> <body> $header $navbar ".(($pagenav) ? (" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\"> <tr valign=\"bottom\"> <td align=\"$stylevar[right]\">$pagenav</td> </tr> </table> ") : (""))." <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" id=\"woltable\"> <tr> <td class=\"tcat\" colspan=\"$colspan\"><div class=\"smallfont\"> <span style=\"float:$stylevar[right]\"> <a href=\"$reloadurl\"><strong>$vbphrase[reload_this_page]</strong></a> </span> <strong>" . construct_phrase("$vbphrase[x_members_and_y_guests]", "$numbervisible", "$numberguests") . "</strong><br />" . construct_phrase("$vbphrase[most_users_ever_online_was_x_y_at_z]", "$recordusers", "$recorddate", "$recordtime") . " </div></td> </tr> <tr> <td class=\"thead\"> <span style=\"float:$stylevar[right]\"> <a href=\"$sorturl".((!$show['sorturlnoargs']) ? ("&amp;") : (""))."order=desc&amp;sort=time&amp;pp=$perpage&am p;page=$pagenumber\">$vbphrase[last_activity]</a> $sortarrow[time] </span> <a href=\"$sorturl".((!$show['sorturlnoargs']) ? ("&amp;") : (""))."order=asc&amp;sort=username&amp;pp=$perpage &amp;page=$pagenumber\">$vbphrase[username]</a> $sortarrow[username] </td> <td class=\"thead\"><a href=\"$sorturl".((!$show['sorturlnoargs']) ? ("&amp;") : (""))."order=asc&amp;sort=location&amp;pp=$perpage &amp;page=$pagenumber\">$vbphrase[location_temp]</a> $sortarrow[location]</td> ".(($show['ip']) ? ("<td class=\"thead\">$vbphrase[ip_address]</td>") : (""))." ".(($GLOBALS['vbulletin']->options['showimicons']) ? ("<td class=\"thead\" align=\"center\">$vbphrase[instant_messaging]</td>") : (""))." </tr> $onlinebits </table> ".(($show['ajax_resolve']) ? (" <script type=\"text/javascript\" src=\"clientscript/vbulletin_ajax_wolresolve.js?v=" . $GLOBALS['vbulletin']->options['simpleversion'] . "\"></script> <script type=\"text/javascript\"> <!-- vB_AJAX_WolResolve_Init('woltable'); //--> </script> ") : (""))." <br /> <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\"> <tr> <td class=\"alt1\" align=\"center\"> <form action=\"online.php\" method=\"get\"> <input type=\"hidden\" name=\"s\" value=\"" . $GLOBALS['vbulletin']->session->vars['sessionhash'] . "\" /> <input type=\"hidden\" name=\"sortfield\" value=\"$sortfield\" /> <input type=\"hidden\" name=\"sortorder\" value=\"$sortorder\" /> <div class=\"fieldset\" style=\"margin:0px\"> ".(($GLOBALS['vbulletin']->options['WOLguests']) ? (" $vbphrase[display]: <select name=\"who\"> <option value=\"all\" $whoselected[0]>$vbphrase[all]</option> <option value=\"members\" $whoselected[1]>$vbphrase[members]</option> <option value=\"guests\" $whoselected[2]>$vbphrase[guests]</option> ".(($GLOBALS['vbulletin']->options['enablespiders']) ? (" <option value=\"spiders\" $whoselected[3]>$vbphrase[search_bots]</option> ") : (""))." </select> &nbsp; &nbsp; ") : (""))." ".(($show['ip']) ? (" $vbphrase[user_agent]: <select name=\"ua\"> <option value=\"1\" $uaselected[1]>$vbphrase[yes]</option> <option value=\"0\" $uaselected[0]>$vbphrase[no]</option> </select> &nbsp; &nbsp; ") : (""))." $vbphrase[per_page]: <input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"pp\" value=\"$perpage\" size=\"2\" /> &nbsp; &nbsp; <input type=\"submit\" class=\"button\" value=\"$vbphrase[display]\" accesskey=\"s\" /> </div> </form> </td> </tr> </table> ".(($pagenav) ? (" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\"> <tr valign=\"top\"> <td align=\"$stylevar[right]\">$pagenav</td> </tr> </table> ") : (""))." <br /> <!-- icons and forum jump --> <table cellpadding=\"0\" cellspacing=\"2\" border=\"0\" width=\"100%\"> <tr valign=\"bottom\"> <td width=\"100%\"> <table cellpadding=\"2\" cellspacing=\"0\" border=\"0\"> <col align=\"center\"></col> <tr> <td><strong>+</strong></td> <td class=\"smallfont\">&nbsp; $vbphrase[user_is_on_your_contact_list]</td> </tr> ".(($show['hidden']) ? (" <tr> <td><strong>*</strong></td> <td class=\"smallfont\">&nbsp; $vbphrase[user_is_invisible_to_others]</td> </tr> ") : (""))." ".(($show['badlocation']) ? (" <tr> <td><img src=\"$stylevar[imgdir_statusicon]/wol_lockedout.gif\" alt=\"$vbphrase[viewing_forum_closed]\" /></td> <td class=\"smallfont\">&nbsp; $vbphrase[viewing_forum_closed]</td> </tr> <tr> <td><img src=\"$stylevar[imgdir_statusicon]/wol_nopermission.gif\" alt=\"$vbphrase[viewing_no_permission_message]\" /></td> <td class=\"smallfont\">&nbsp; $vbphrase[viewing_no_permission_message]</td> </tr> <tr> <td><img src=\"$stylevar[imgdir_statusicon]/wol_error.gif\" alt=\"$vbphrase[viewing_error_message]\" /></td> <td class=\"smallfont\">&nbsp; $vbphrase[viewing_error_message]</td> </tr> ") : (""))." </table> </td> <td> $forumjump </td> </tr> </table> <!-- / icons and forum jump --> $footer </body> </html> $stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <if condition="$show['refresh']"> <if condition="is_browser('mozilla')"> <script type="text/javascript"> <!-- var myvar = ""; var timeout = $refreshtime; function exec_refresh() { var timerID = setTimeout("exec_refresh();", 100); if (timeout > 0) { timeout -= 1; } else { clearTimeout(timerID); window.location="online.php?$session[sessionurl_js]order=$sortorder&sort=$sortfield&pp=$perpage&page= $pagenumber$refreshargs_js"; } } exec_refresh(); //--> </script> <else /> <meta http-equiv="refresh" content="$vboptions[WOLrefresh];url=online.php?$session[sessionurl]order=$sortorder&amp;sort=$sortfield&amp;pp=$perpa ge&amp;page=$pagenumber$refreshargs" /> </if> </if> <title>$vboptions[bbtitle] - $vbphrase[whos_online]</title> </head> <body> $header $navbar <if condition="$pagenav"> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px"> <tr valign="bottom"> <td align="$stylevar[right]">$pagenav</td> </tr> </table> </if> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="woltable"> <tr> <td class="tcat" colspan="$colspan"><div class="smallfont"> <span style="float:$stylevar[right]"> <a href="$reloadurl"><strong>$vbphrase[reload_this_page]</strong></a> </span> <strong><phrase 1="$numbervisible" 2="$numberguests">$vbphrase[x_members_and_y_guests]</phrase></strong><br /><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase> </div></td> </tr> <tr> <td class="thead"> <span style="float:$stylevar[right]"> <a href="$sorturl<if condition="!$show['sorturlnoargs']">&amp;</if>order=desc&amp;sort=time&amp;pp=$perpage&amp;pa ge=$pagenumber">$vbphrase[last_activity]</a> $sortarrow[time] </span> <a href="$sorturl<if condition="!$show['sorturlnoargs']">&amp;</if>order=asc&amp;sort=username&amp;pp=$perpage&amp ;page=$pagenumber">$vbphrase[username]</a> $sortarrow[username] </td> <td class="thead"><a href="$sorturl<if condition="!$show['sorturlnoargs']">&amp;</if>order=asc&amp;sort=location&amp;pp=$perpage&amp ;page=$pagenumber">$vbphrase[location_temp]</a> $sortarrow[location]</td> <if condition="$show['ip']"><td class="thead">$vbphrase[ip_address]</td></if> <if condition="$vboptions['showimicons']"><td class="thead" align="center">$vbphrase[instant_messaging]</td></if> </tr> $onlinebits </table> <if condition="$show['ajax_resolve']"> <script type="text/javascript" src="clientscript/vbulletin_ajax_wolresolve.js?v=$vboptions[simpleversion]"></script> <script type="text/javascript"> <!-- vB_AJAX_WolResolve_Init('woltable'); //--> </script> </if> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" align="center"> <form action="online.php" method="get"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="sortfield" value="$sortfield" /> <input type="hidden" name="sortorder" value="$sortorder" /> <div class="fieldset" style="margin:0px"> <if condition="$vboptions['WOLguests']"> $vbphrase[display]: <select name="who"> <option value="all" $whoselected[0]>$vbphrase[all]</option> <option value="members" $whoselected[1]>$vbphrase[members]</option> <option value="guests" $whoselected[2]>$vbphrase[guests]</option> <if condition="$vboptions['enablespiders']"> <option value="spiders" $whoselected[3]>$vbphrase[search_bots]</option> </if> </select> &nbsp; &nbsp; </if> <if condition="$show['ip']"> $vbphrase[user_agent]: <select name="ua"> <option value="1" $uaselected[1]>$vbphrase[yes]</option> <option value="0" $uaselected[0]>$vbphrase[no]</option> </select> &nbsp; &nbsp; </if> $vbphrase[per_page]: <input type="text" class="bginput" style="font-size:11px" name="pp" value="$perpage" size="2" /> &nbsp; &nbsp; <input type="submit" class="button" value="$vbphrase[display]" accesskey="s" /> </div> </form> </td> </tr> </table> <if condition="$pagenav"> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px"> <tr valign="top"> <td align="$stylevar[right]">$pagenav</td> </tr> </table> </if> <br /> <!-- icons and forum jump --> <table cellpadding="0" cellspacing="2" border="0" width="100%"> <tr valign="bottom"> <td width="100%"> <table cellpadding="2" cellspacing="0" border="0"> <col align="center"></col> <tr> <td><strong>+</strong></td> <td class="smallfont">&nbsp; $vbphrase[user_is_on_your_contact_list]</td> </tr> <if condition="$show['hidden']"> <tr> <td><strong>*</strong></td> <td class="smallfont">&nbsp; $vbphrase[user_is_invisible_to_others]</td> </tr> </if> <if condition="$show['badlocation']"> <tr> <td><img src="$stylevar[imgdir_statusicon]/wol_lockedout.gif" alt="$vbphrase[viewing_forum_closed]" /></td> <td class="smallfont">&nbsp; $vbphrase[viewing_forum_closed]</td> </tr> <tr> <td><img src="$stylevar[imgdir_statusicon]/wol_nopermission.gif" alt="$vbphrase[viewing_no_permission_message]" /></td> <td class="smallfont">&nbsp; $vbphrase[viewing_no_permission_message]</td> </tr> <tr> <td><img src="$stylevar[imgdir_statusicon]/wol_error.gif" alt="$vbphrase[viewing_error_message]" /></td> <td class="smallfont">&nbsp; $vbphrase[viewing_error_message]</td> </tr> </if> </table> </td> <td> $forumjump </td> </tr> </table> <!-- / icons and forum jump --> $footer </body> </html> template 1212145003 Jelsoft 3.7.2 vbulletin

So these are some fairly standard templates it would seem.

I do have styles that are unavailable for users to select, but enabling them, flushing the cache and looking again made no difference on the empties. Like I said, all template caches appear to be empty.
Reply With Quote
  #437  
Old 12-23-2008, 02:10 AM
Deceptor's Avatar
Deceptor Deceptor is offline
 
Join Date: Dec 2008
Location: England
Posts: 514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some reason the template content isn't being cached. If you turn on vB debug mode, does vB optimise tell you it's fetched templates from cache, or that it needs to query them to cache?

If unsure where vB Optimise messages are, it's the bottom drop down menu on your pages after enabling debug mode, which can be done like so by adding this in config.php:
Code:
$config['Misc']['debug'] = 1;
Reply With Quote
  #438  
Old 12-23-2008, 02:23 AM
Jim O's Avatar
Jim O Jim O is offline
 
Join Date: Mar 2006
Location: my house
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It says that it got 86 templates from the cache and 0 fetched from the database so it seems to be working.

Maybe it's best I ignore what XCache is telling me (?), though it seems odd, and it only appears with this product.
Reply With Quote
  #439  
Old 12-23-2008, 04:03 AM
NolF's Avatar
NolF NolF is offline
 
Join Date: Nov 2006
Location: You don't wanna know
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another suggestion Deceptor

vblog could probably do with one of your great optimizations ^^
Reply With Quote
  #440  
Old 12-23-2008, 04:04 AM
shlomot's Avatar
shlomot shlomot is offline
 
Join Date: Apr 2007
Location: Haifa, Israel
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When vB Optimise is active, when clicking the save button after editing a post, the revised data is saved into the database, but the screen is left at the editor mode instead of refreshing into a normal post display.
Reply With Quote
  #441  
Old 12-23-2008, 04:15 AM
NolF's Avatar
NolF NolF is offline
 
Join Date: Nov 2006
Location: You don't wanna know
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

shlomot I tried quick and advance edit in 3.7.4 and the edit box went away and the post was updated correcty
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:49 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.35441 seconds
  • Memory Usage 2,402KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete