The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
caching plugin?
I am being told by my hosting provider:
What is a caching plugin and where can I find instructions here, for adding one? --------------- Added [DATE]1287925344[/DATE] at [TIME]1287925344[/TIME] --------------- I received 200 Database Errors, in a one minute stretch, on putting out one tweet to a new post, here is one example: PHP Code:
PHP Code:
|
#2
|
|||
|
|||
In the config.php file, is this mark-up language setting the maximum users?
PHP Code:
$config['Misc']['memcacheretry_interval'][$i] = 15; |
#3
|
||||
|
||||
A Caching Plugin? Can you ask them to be more specific? I don't know that I have ever heard of one.
I have heard of that error. That is a server issue and you would need to contact your hosting provider and request them to increase the value for your mysql setting: max_allowed_packet. However, it sounds like they aren't will to do this for you. You can see more about the error in the manual here - http://www.vbulletin.com/docs/html/t...t_mysql_errors There is this article - perhaps this is what your host is thinking of - Work Around: Error SQL server exceeded max questions |
#4
|
|||
|
|||
That's a pretty low limit- you should see if your host would be willing to increase it.
The article Lynne linked above seems like a good temporary workaround. You can use memcached to cache stuff in vBulletin so that queries are reduced. You should also look into the vBOptimise mod, which cuts 2.5 global queries per pageload. If you use plugins on your forum such as latest x threads on forum home, social group notifications, moderated thread notifications, or cyb's advanced new posts, using memcached like I describe here would likely be beneficial: https://vborg.vbsupport.ru/showthrea...hreadid=248543 For instance, if you were to apply thar to Cyb's advanced new posts, you'd essentially be executing one query per x (anywhere from 60-450 is reasonable) seconds per user instead of one query per pageload on your forum. On my forum, that saves about 60,000 queries per day |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|