Add Leverage Browser Cache to Decrease Page Load Time | Make Money Online

Leverage Browser Caching helps you to decrease blog page load time. When you open or load any blog or web page from your local computer on any browser then that blog or website automatically sends request to the server, and it takes some time. And when you add Expires Browser Cache Code in your Blogger template code then any body open or load your blog, Expires Browser Cache code save the server response file in user browser cache. I means no more request to your server and no more extra time to load your blog page. You can watch the below Video Tutorial.

Set-Expiry-caching-Date-for-Blogger


How to add Expires Browser Cache code in Blogger ?


1. Go to Blogger Blog.

2. Hit on the > "Template" and then > "Edit HTML".

3. Click anywhere in the code and press CTRL + F to open the search box.

4. Find "<head>" tag.

5. Just after <head>  paste the code shown below.

<include path="/assets/**.css" expiration="7d" />
<include path="/assets/**.js" expiration="7d" />
<include path="/assets/**.gif" expiration="3d" />
<include path="/assets/**.jpeg" expiration="3d" />
<include path="/assets/**.jpg" expiration="3d" />
<include path="/assets/**.png" expiration="3d" />

Video: Add Leverage Browser Cache to Decrease Blogger Page Load Time






Leverage Browser Cache have extra visible feature in page load time.

Decrease-Blogger-Page-load-time

Also Visit: Install Disqus Commenting System in Blogger

Note: Don't set long expires date for blog in leverage browser caching file. If you set long expiry date it will take some extra time to load your blog and make some changes.

If you have some question about this topic please share in comment section. Also share with your Friends and Social Media Sites.

Post a Comment Disqus

 
Top