Back to vBulletin 4 Articles

YSlow Improve vb load speed v1
by fxdigi-cash 01 Jul 2013
Rating: (7 votes - 4.71 average)

Good day, mates,

This is a just a beginning of my journey to optimize vb to the max and possible load speed...

INFO: :
------------------------------------------------
This little code can increase both load speed and vb pages performance...

It works on all vb versions starting from vb3.x.x till vb5...

Read more about http://yslow.org/

Note:
The first release to page optimization code v1

Installation:

All you have to do is copy the code below and add it to your .htaccess in the vb root,

make sure to test your vb load speed before doing that in order to know whether you did the above step right or not...

sites to test your vb load speed:

1- https://gtmetrix.com/
2- http://tools.pingdom.com/fpt/
3- https://developers.google.com/speed/pagespeed/insights

The code:
PHP Code:
<IfModule mod_headers.c>
    <
FilesMatch "\.(bmp|css|flv|gif|ico|jpg|jpeg|js|pdf|png|svg|swf|tif|tiff)$">
        
Header set Last-Modified "Mon, 15 Feb 2013 00:00:00 GMT"
    
</FilesMatch>
</
IfModule
Uninstallation:
All you need is to remove the code if you didn't want to use it anymore.

make sure you take a copy of your .htaccess before you make any modification.

Please make as installed if you used it....

Thanks,

vblts.ru supports vBulletin®, 2022-2024