Skip to content

anggayoga/Speed-up-Browsing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speed-up-Browsing

Chrome/Chromium/Opera 15+ extension to enhance cache usage.

Description:

This extension enhances the re-use of already downloaded images/scripts etc. thus speeds up loading of pages significantly. Just install this extension and enjoy faster surfing.

Most web pages include resources that change infrequently, such as CSS files, image files, JavaScript files, and so on. These resources take time to download over the network, which increases the time it takes to load a web page. HTTP caching allows these resources to be saved, or cached, by a browser or proxy. Once a resource is cached, a browser or proxy can refer to the locally cached copy instead of having to download it again on subsequent visits to the web page. Thus caching is a double win: you reduce round-trip time by eliminating numerous HTTP requests for the required resources, and you substantially reduce the total payload size of the responses. Besides leading to a dramatic reduction in page load time for subsequent user visits, enabling caching can also significantly reduce the bandwidth and hosting costs for your site.

https://developers.google.com/speed/docs/best-practices/caching.

About

Chrome/Chromium/Opera 15+ extension to enhance cache usage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 38.8%
  • JavaScript 31.8%
  • HTML 29.4%