R
R
raycheel2014-06-25 00:39:26
memcached
raycheel, 2014-06-25 00:39:26

How to speed up the loading of the site to instantaneous?

Hello everyone, I'm interested in the question of how to speed up the loading of the site. Let's say I have static content on the site, how do I make sure it doesn't load again after every page refresh?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
3
386DX, 2014-06-25
@386DX

Accelerate to instantaneous, this is from the category of fairy tales. I locally use a caching proxy on an SSD with additional RAM cache, but sites still noticeably slow down.

R
Roman Pavlov, 2014-06-25
@RomanPavlov

If you mean caching on the client, then it's enough to configure the web server to return static with the correct HTTP headers. The browser will do the rest.
You can read about headings, their meaning and practice here: https://developers.google.com/speed/docs/best-prac...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question