Speed Up Your Forums! vBulletin 4!
by
27 Feb 2010
Rating: (1 vote
- 4.00 average)
Hopefully this article will help your slow vBulletin 4 forum speed up a bit. 1. First of all, here are some admincp settings you can set, credit to http://www.vbulletin.com/forum/member.php?245-eva2000
To improve performance, vBulletin caches certain information which isn't updated often in the datastore, so that it doesn't have to be rebuilt every time it's needed. Examples for this are * forumcache - A serialized array with all the forums along with their options and permissions * options - A serialized array with all the information set in the vBulletin Options * profilefield - A serialized array of all the profile fields and their options. The datastore data is stored in the datastore database table by default, but certain settings in the config.php file allow this to be saved in other places, to improve performance: PHP Code:
// ****** DATASTORE CACHE CONFIGURATION *****
This option saves the datastore data in the /includes/datastore/datastore_cache.php file. Reading from the filesystem is generally less load-intensive than querying the database. To use this option, you'll need to make sure that the /includes/datastore/datastore_cache.php file is writable and readable by PHP. Usually this is chmod 777. Then, uncomment the following line in the config.php file. (If your on a VPS or Dedi install http://xcache.lighttpd.net/ its faster than others. http://www.vbulletin.com/forum/index.php?t=213267 - http://xcache.lighttpd.net/wiki/InstallFromSource 4. Get rid of those rounded corners! Credit to Andy, original post here Spoiler (click to open)
Quote by 10 Gauge
One reason vB4 is slower than vb3 is the use of shading and rounded corners. Add this to the bottom of the additional.css template and your forum will speed up considerably.
* { -moz-box-shadow: none !important; } * { -webkit-box-shadow: none !important; } * { -moz-border-radius: 0px !important; } * { -webkit-border-radius: 0px !important; } Close
One reason vB4 is slower than vb3 is the use of shading and rounded corners. Add this to the bottom of the additional.css template and your forum will speed up considerably. PHP Code:
* { -moz-box-shadow: none !important; }
5. Install vB4 Supercharged download it here. It does NOT work on 4.0.2 PL1 just yet, we have to wait until the author has updated the modification. 6. http://davidmchenry.info/2009/12/18/vbulletin-4-optimized-htaccess/ - add those contents to your htaccess. 7. Add to top of headinclude HTML Code:
<META http-equiv=Page-Exit content=BlendTrans(Duration=0)> <META http-equiv=Page-Enter content=BlendTrans(Duration=0)> 9. You can Improve Page Loading Time 10. Enable Remote YUI:
11. In addition to this, check out articles from one of the worlds largest webmaser forums. http://articles.digitalpoint.com/content.php?r=7-Optimize-vBulletin-4 If you are using Memcached servers: http://articles.digitalpoint.com/content.php?r=14-Monitor-Memcached-Servers-With-vBulletin Thats it! If your forums have sped up a bit please let me know, if they have not and your using a VPS or Dedicated server, request for a server optimization. FractalizeR: VBulletin 4 extensive optimization guide (Part I) FractalizeR: VBulletin 4 extensive optimization guide (Part II) More optimization |
Similar Mods
Compress Forum Templates (Speed up your Forums & Save Bandwidth) | vBulletin 3.0 Full Releases |