boldenamsterdam / htmlcache

Cache pages to HTML and boost website performance on Craft CMS 3
MIT License
31 stars 21 forks source link

Load Balanced Environment #20

Closed simeon-smith closed 5 years ago

simeon-smith commented 5 years ago

Does this work in load balanced environments? What happens if the request is made on a server that doesn't yet have the cache created for the page?

boldenamsterdam commented 5 years ago

Hi @simeon-smith,

html cached content is being stored in the DB. So, in theory you the cache is available to all servers. In practise, I never tested this scenario but if it works for you I would be happy to know it.

Cheers!