PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : بررسی سرعت وبسایت



esmahdi
October 6th, 2013, 18:04
سلام
داشتم سرعت وبسایتم رو تو سایت
GTmetrix | Website Speed and Performance Optimization (http://gtmetrix.com)
چک می کردم که به نکته زیر برخوردم:
The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:
منظورش چیه؟

mohsengham
October 6th, 2013, 18:35
مربوط میشه به مدت زمانی که فایلها تو مرورگر بازدیدکننده کش میشن و در صورت ویزیت مجدد نیازی به لودشون از سرور نیست. این کدها رو به htaccess. اضافه کنین:

<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault A25920000
ExpiresByType image/x-icon A25920000
ExpiresByType application/x-javascript A25920000
ExpiresByType text/css A25920000
ExpiresByType image/gif A25920000
ExpiresByType image/png A25920000
ExpiresByType image/jpeg A25920000
ExpiresByType text/plain A25920000
ExpiresByType application/x-shockwave-flash A25920000
ExpiresByType video/x-flv A25920000
ExpiresByType application/pdf A25920000
ExpiresByType text/html A30
</ifModule>