Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hi Is it possible to measure which web pages are visited mostyy and download their contenet so that people can access them offline.

Basic scheme is:

There will be client software on each user PC which will extract domain information on http requests and decide if it's already available on server or not.

On the server side there will be another software which updates downloaded web pages.

Do you think is this a good way of utilizing intranet bandwith ?

thanks

share|improve this question

2 Answers

Squid: Web browsers can then use the local Squid cache as a proxy HTTP server, reducing access time as well as bandwidth consumption.

share|improve this answer

Browsers already have this functionality built into them. You need to configure the browser to cache data. Also, on the server side its better you set the Expires Header. If your app is not browser based, you can still write custom programming (in any language) to achieve this. http://www.quickonlinetips.com/archives/2010/05/leverage-browser-caching-increase-website-speed/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.