Page 1 of 1

simple website caching

Posted: Tue Aug 28, 2012 11:05 am
by jcaleb
hello admin. i would also like to request simple website caching for low end vps. saw some nginx sample but uses proxy_pass. thank you

Re: simple website caching

Posted: Tue Aug 28, 2012 11:14 am
by Admin
I am not sure what you mean.
Are you requesting a tutorial ? If so, it may take some time, but eventually, all requests will be granted.
Also, keep in mind that caching is only needed when a large number of visitors will access the same content. Otherwise caching will INCREASE the load instead of lowering it.
For example, if 1 out of 2 people access the same things, it starts to be neutral to add caching, but if your site is dynamic and most users access different content and the cache is loading that in memory, it will fill fast and will have to be discarded and reloaded continuously, so be sure cache will lower the load and not increase it.

Admin

Re: simple website caching

Posted: Tue Aug 28, 2012 4:32 pm
by jcaleb
hi admin. yes i am also requesting a tutorial. i was tempted to add in the squid thread, but might derail it.

thank you so much. uncle sal is tha santa of vps offers... you are the santa of tutorials =)