Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there

    There’s no built-in functionality to preload the cache because it’s not something we typically recommend to users. It usually takes up a lot of server resources, especially on a larger sit.

    However, if you’re familiar with programming, you could add a cron job that requests the individual web pages on a regular basis to ensure they are cached.

    I may create an add-on for this feature someday, but currently that’s the way to go.

    Thread Starter tryingnew

    (@tryingnew)

    Thank you very much. I did not know that it requires that many ressources. wWould this also be true for doing it via a cronjob?

    Whatever method you use, loading different URLs dozens or even hundreds of times in a short amount of time will generate load on your server.

    Depending on your whole setup, this might not be noticeable at all or make everything a tad slower.

    I suggest you to try it out. If you only want to pre-load the homepage and the 2-3 latest posts, that shouldn’t lead to any problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Warm cache’ is closed to new replies.