DO YOU NEED A CONTENT WRITER FOR YOUR BUSINESS?

Your One-Stop Solution for All Content Needs! Click here for more!
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”.

Namaste UI

For any types of queries, you can contact us on info[at]namasteui.com.

Recent Posts

Why is SEO a non-negotiable part of modern marketing?

In a world where digital presence is paramount, the question isn't whether you should do…

14 hours ago

Innovations in Hair Care: Exploring Breakthroughs for Lasting Results

Over the years, people have experimented with various methods to maintain healthy and beautiful hair.…

1 day ago

How To Strengthen Your Brand-Building Efforts?

Your brand more than developing an attractive and creative logo and infectious motto. It's the…

2 days ago

How To Be Successful And Maximize Compensation In A Personal Injury Case

Introduction Are you someone who has suffered from a personal injury and want to file…

3 days ago

What Are The Biggest Challenges Of Working From Home?

Operating from home has emerged as one of the most popular ways of doing jobs…

3 days ago

Art As An Asset: Will NFT’s Help You Survive Hyperinflation?

If the consequences of our society’s ever-growing debt are what worries you, then it is…

5 days ago