The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
It's pretty much saying that the resources listed are not being cached due to there not being an expiration time. In turn this means that every visit must redownload every resource listed instead of saving it to local cache. Anywhere from one day and up to a maximum of one year is acceptable.
Here's a small quote from gtmetrix to help you understand. http://gtmetrix.com/leverage-browser-caching.html In this file we will set our caching parameters to tell the browser what types of files to cache. Code:
## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType application/pdf "access plus 1 month" ExpiresByType text/x-javascript "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" ExpiresByType image/x-icon "access plus 1 year" ExpiresDefault "access plus 2 days" </IfModule> ## EXPIRES CACHING ## When you are done save the file as is and not as a .txt file. |
Благодарность от: | ||
gsmlover4u |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|