There are several steps to improve your page loading speed. I will go over a few steps that will improve your site's loading time.
If you are a vbulletin owner you may contact me at vbulletin.org either on my article or from private messaging me.
http://www.vbulletin.org/forum/showthread.php?t=267588
*NOTE: Some "steps" deleted from my regular article on vbulletin.org as they apply to vbulletin forums.
Step 1: Tweak your htaccess.
Open the htaccess file in your forum root and add the following below any url rewrite rules you may have from:
Vbulletin 3 or 4 with VBSEO installed
VB4 Forum Classic
VB4 Suite
VB3 by itself
Regular sites with no cms or url rewriting being done
This covers the following Pagespeed Rules.
Leverage browser caching
Specify a cache validator
Enable gzip compression
Make the following changes in your admincp
Step 3: Optimize images
There is no more need to do this for vb4 packages unless you wish to do this on other images such as avatars, custom buttons, attachments, gallery uploads etc.
This covers the following PageSpeed Rules:
Optimize Images
If you have access to Visual Studio 2010 (grab the trial edition here which should be compatible with the addon), you can complete this step in just a few clicks using this addon
http://visualstudiogallery.msdn.microsoft.com/a56eddd3-d79b-48ac-8c8f-2db06ade77c3?SRC=VSIDE
You can also use pnggauntlet which will compress images as well.
This is great to use on new skins/themes and also non animated gifs for Smileys, Signatures, Photo Album & Group Images and Avatars that your forum stores on your server!
Please note that both of these methods produce lossless images, meaning that even though it uses various methods to decrease file size there is absolutely no visual loss in quality of the image.
For non-windows users, I suggest Imageoptim & Trimage
Step 5: Use a CDN
Below are 3 free CDN's. I can vouch for cloudflare and google pagespeed service but have yet to try incapsula.
1) Incapsula
2) Cloudflare *Disable the Rocketloader feature to avoid potential issues.
3) Google PageSpeed Service *Recommended (Let it deliver js & css but not images!! You can and will lose your search rankings for images if you allow google pagespeed to deliver them!)
Enjoy!
Consider linking to us at http://video-game-chat.com/forum to help show your appreciation, since you'll be saving bandwith, reducing the loading time and thus keeping more visitors who visit your site. And impoving seo as google is now factoring in loading times into it's algorithms.
Test your page speed & yslow score's
If you would like to test your website and see what changes need to be made while you follow any part of this guide you can do so at several sites:
GTMetrix
Webpage Test
Pingdom
What can you do to help me?
Right now, I'm working on a project and I'm looking to expand it to every cms as possible. So far, vbulletin 3 and 4 with or without vbseo is covered, along
with wordpress and invision.
I'll be moving on to joomla, smf, mybb, phpbb, drupal, xenforo and other cms software that rewrites urls to a "friendly url" style.
What I request is the default htaccess for these softwares and if they use addition extensions/addons such as an seo suite (such as vbseo) then send me the htaccess file
that is included with said addons.
If you are a vbulletin owner you may contact me at vbulletin.org either on my article or from private messaging me.
http://www.vbulletin.org/forum/showthread.php?t=267588
*NOTE: Some "steps" deleted from my regular article on vbulletin.org as they apply to vbulletin forums.
Step 1: Tweak your htaccess.
Open the htaccess file in your forum root and add the following below any url rewrite rules you may have from:
Vbulletin 3 or 4 with VBSEO installed
VB4 Forum Classic
VB4 Suite
VB3 by itself
Regular sites with no cms or url rewriting being done
This covers the following Pagespeed Rules.
Leverage browser caching
Specify a cache validator
Enable gzip compression
Make the following changes in your admincp
Code:
This helps to cache nearly any file type that you may add in your attachment options (if you allow people to upload music files, zip files, rar files etc.. see the list lol)
A collection of various htaccess setups have been arranged in the attachment below. Simply unzip & select which vb you are using. I have included:
[LIST]
[*]vb3
[*]vb3 with clogic seo
[*]vb3 with yabbseo
[*]vb4 with or without cms
[*]vb3 & 4 with vbseo (untested with vb4 suite + vbseo)
[*]Regular sites with no cms or url rewriting being done
[/LIST]
Step 3: Optimize images
There is no more need to do this for vb4 packages unless you wish to do this on other images such as avatars, custom buttons, attachments, gallery uploads etc.
This covers the following PageSpeed Rules:
Optimize Images
If you have access to Visual Studio 2010 (grab the trial edition here which should be compatible with the addon), you can complete this step in just a few clicks using this addon
http://visualstudiogallery.msdn.microsoft.com/a56eddd3-d79b-48ac-8c8f-2db06ade77c3?SRC=VSIDE
You can also use pnggauntlet which will compress images as well.
This is great to use on new skins/themes and also non animated gifs for Smileys, Signatures, Photo Album & Group Images and Avatars that your forum stores on your server!
Please note that both of these methods produce lossless images, meaning that even though it uses various methods to decrease file size there is absolutely no visual loss in quality of the image.
For non-windows users, I suggest Imageoptim & Trimage
Step 5: Use a CDN
Below are 3 free CDN's. I can vouch for cloudflare and google pagespeed service but have yet to try incapsula.
1) Incapsula
2) Cloudflare *Disable the Rocketloader feature to avoid potential issues.
3) Google PageSpeed Service *Recommended (Let it deliver js & css but not images!! You can and will lose your search rankings for images if you allow google pagespeed to deliver them!)
Enjoy!
Consider linking to us at http://video-game-chat.com/forum to help show your appreciation, since you'll be saving bandwith, reducing the loading time and thus keeping more visitors who visit your site. And impoving seo as google is now factoring in loading times into it's algorithms.
Test your page speed & yslow score's
If you would like to test your website and see what changes need to be made while you follow any part of this guide you can do so at several sites:
GTMetrix
Webpage Test
Pingdom
What can you do to help me?
Right now, I'm working on a project and I'm looking to expand it to every cms as possible. So far, vbulletin 3 and 4 with or without vbseo is covered, along
with wordpress and invision.
I'll be moving on to joomla, smf, mybb, phpbb, drupal, xenforo and other cms software that rewrites urls to a "friendly url" style.
What I request is the default htaccess for these softwares and if they use addition extensions/addons such as an seo suite (such as vbseo) then send me the htaccess file
that is included with said addons.
Last edited: