T
T
th3mis2015-08-21 18:09:30
Django
th3mis, 2015-08-21 18:09:30

Page pre-caching?

I am writing a project using Django, it can include page caching out of the box. So is there any more correct term for my idea? Surely it is somehow more correctly called and used.
The bottom line is that the first user who comes in does not spend N seconds on the initial download, and the rest can watch the cached page almost instantly. I want to make a request to some pages every 10 minutes with a script so that the wait is not for the user, but for the script. Or is this a bad idea in general?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kazmiruk, 2015-08-21
@th3mis

This is called "warming up" the cache, there is nothing wrong with the idea

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question