Categories: SEO

Leverage browser caching

Share

Leverage browser caching is a process when webmaster has instructed the browsers how their resources should be dealt with.

Basically, browser caching stores webpage resource files on your local computer when any user visits a webpage.

When any webpage displays on a web browser then there are so many things to load i.e. logo, css files and other many resources.

So, when you use leverage browser caching, your webpage resources will get stored in a browser cache and load will be much faster for visitors who come for next times.

When you test your webpage you can see that speed and load time will be much faster than previous visited.

Here is how you do Leverage browser caching:

The .htaccess file on your web host/server controls many important parts for your website. To enable caching you need to add some code to .htaccess file.

It should be added to the top of the .htaccess file.

## 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 text/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 month"
</IfModule>
## EXPIRES CACHING ##

After that, save your .htaccess file and refresh your webpage.

You can change the images cached for a month also by replacing the “1 year” with “1 month”.

Recent Posts

Overview of Reputation, Services, and Features of IplWin

IplWin stands as a reliable and enthralling platform for Indian punters, offering a captivating blend…

1 day ago

Blogging Brilliance: Driving Traffic and Engagement with Quality Content

Introduction In today's online age, consumers are constantly bombarded with information. They crave valuable content…

1 day ago

How Assisted Living Gives Seniors More Freedom

In today’s rapidly aging society, finding a living situation that provides older adults with both…

1 day ago

Should you go for a Refurbished Mac?

If you wish to purchase a Mac, then it is strongly suggested to consider purchasing…

2 days ago

How Many Types of Bits are Used in Drilling Operations?

Oil drilling is a complex process that involves several components, including the drilling bit. The…

2 days ago

Best Watches to Match Your Business Look

Watches can be more than a fashion. They can be a symbol, especially in the…

3 days ago