Leverage Browser Caching kya hai ,fix kaise kare ?

Hi gys aaj ham janenge leverage browser caching kya hai aur ise fix kaise  kare. yadi aap blogging karte hai, to aapko apne blog ke bare me jankari jarur rakhni chahiye. Blog ke speed and performance ke bare me. Kyoki blog website ki speed ek blogger ke liye bahut jada mine rakhti hai. Aur to aur blog speed kam hone se visitors bhi dheere dheere kam ho jate hai.

Leverage browser caching kya hai ,Sahi (fix) kaise kare ?

Leverage browser caching, yeh koi critical problem nahi hai. Per ise fix karna bahut important hai. Kyuki jada cache data ho jane se website slow ho jati hai. Aur page speed kam ho jati hai. Jisse page khulne me jada time lagta hai. Page khulne me jada time lagne se aapki website blog per bahut bura asar padta hai. Jisse aapke website per aane wale visitors bhi kam hone lagte hai. Aur to aur website page speed seo ke liye bahut important hoti hai.

 

For you-

Leverage browser caching kya hai ?

Jab koi blog ya website kisi browser per search hokar kholi ( load) jati hai. To wo browser website ke page ko cache file ke roop me save (store) kar leti hai. Jise browser caching kahte hai. Jisse ki agli baar us page ko khulne me aasani ho. Kyu ki wo pahle se hi, page data ho store cach kar ke store kar rakhkha hai.

Leverage browser caching problem fix kare.

Kya aapko pata hai leverage browser caching problem fix kaise kare. Yadi nahi pata hai to dhyan se niche diye gaye step ko follow karte rahe 100% aapki problem solved ho jayegi.

# EXPIRES CACHING ##

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 text/css "access 1 month"

ExpiresByType application/pdf "access 1 month"

ExpiresByType application/javascript "access 1 month"

ExpiresByType application/x-javascript "access 1 month"

ExpiresByType application/x-shockwave-flash "access 1 month"

ExpiresByType image/x-icon "access 1 year"

ExpiresDefault "access 2 days".

## EXPIRES CACHING ##

 Godaddy Hosting ke liye-

Yadi aap GoDaddy hosting use kar rahe hai to niche wala code Cpanal ya yoast seo ke .htaccess file me sabse niche copy karke paste kar dena hai.
<IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML and fonts
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE font/opentype
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml

# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
</IfModule>

<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault "access plus 1 month"
# My favicon
ExpiresByType image/x-icon "access plus 1 year"
# Images
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
# CSS
ExpiresByType text/css "access plus 1 month"
# Javascript
ExpiresByType application/javascript "access plus 1 year"
</IfModule>

Fix leverage browser caching problem C-panel settings.

Hs

  • First aap apne c-panel me jaye aur apna account login kare.
  • Ab file manager me jaye.
  • Ab Public-html file ko open kare.
  • Uske baat . htaccess file hoga usko open kare.
  • Ab uper diye gaye code ko . htaccess file me just niche. Copy karke paste kar de.
  • Bas ab file ko save kar de. That’s ok.

Fix leverage browser caching problem by yoast seo plugin .

Aap yoast SEO plugin se bhi leverage browser caching problem fix kar sakte hai.

  • Sabse pahle apna WordPress login id dal kar log in kare.
  • Yoast seo plugin install karke active kar le.
  • Ab niche  yoast SEO icon hoga usper click kare.
  • Click karne per tool ka option milega. Usko open kare.
  • Ab . htaccess file milega usko khole.
  • Ab jo uper code hai, usko copy karke . htaccess me sabse niche paste kar de.
  • Bas aapka kaam ho gya hai.
Share on:

About Inder

9 thoughts on “Leverage Browser Caching kya hai ,fix kaise kare ?”

  1. hello sir, code copy paste to kar diya hai, “wp speed of light” plugin install karne ki jarurat hai ya nahi? I checked this plugin iske use karne se speed or google page speed insigt optimization score bhi badh raha hai

  2. Bhai meri website blogger par hai mujhe uska Leverage browser caching fix krna ho to kya krna hoga

Comments are closed.