The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Leverage Browser Caching
I tried setting all images gif/jpeg/png/ico images to cache for 2 yrs by putting this in my .htaccess root folder
## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 2 days" </IfModule> ## EXPIRES CACHING ## The above worked but I also noticed weird bugs that came with it as well, for example when I made a new post or thread i would not be able to see the post or thread until I clicked the refresh button a couple of times, and I also had trouble logging in and out of the forum, I would get this pop up error message Quote:
|
#2
|
|||
|
|||
I'm not familiar with that module and this is only a guess, but maybe try taking out the ExpiresDefault line? (and then I suppose you may need to clear your cache before testing it).
|
#3
|
|||
|
|||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|