I'm trying to reduce the HTTP requests. I have a web page with a lot of unique visitors each day, and every visitor enters the page 35 times a day. This page is only a script in JS that once in 24 hours calls another page. So I've been told that if I want to reduce the server's load, I should use HTML cache. The problem is that I don't know what would be the best setting for me, as there is a lot of options "Public","private",etc.. Can anyone help me out with that?
I don't mind that I won't have the option to change the content of the page immediately, I'll have to wait my delay time until the update would be in everyone's cache also.