Go Back   Site Owners Forums - Webmaster Forums > Search Engine Optimization > Search Engine Optimization

Notices


 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 01-23-2015, 09:49 AM   #1
aadarshweb
Registered User
 
Join Date: Jan 2015
Posts: 1
Thumbs up Tips on Leverage Browser Caching in Onpage

Browser cache means, static resources of a webpage can store in browser so when a user re visit the page, these files will load from local server. Don’t have to get it from server, so the overall speed will increase. It can enable by some plugins in content management system based websites. Also you can do it manually by editing the root configuration file and pasting a code to it.

## 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 enabling browser cache, you may not able to view your updates on front end. It is just because your browser load from cache. To solve this you can clear browser cache after each update.

Last edited by aadarshweb; 01-23-2015 at 09:50 AM.. Reason: forgot to paste the code
aadarshweb is offline   Reply With Quote

 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tips for Bing Optimization Mark Jackson Search Engine Optimization 29 06-03-2019 04:25 AM
Organic Traffic Tips bobo.cx General Discussion 11 03-23-2017 02:57 AM
7 Tips to stay relevant on Twitter Asher ross Social Networks 11 02-19-2014 03:40 AM
Top 10 SEO tips shockgarden143 Search Engine Optimization 7 01-11-2012 08:08 PM
Web browser emulators mjvndhsb HTML / DHTML 0 10-07-2011 08:52 PM


All times are GMT -7. The time now is 12:03 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.