-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Sites using PHP with nginx should use page caching!
Writing caches to disk works well, but ideally they should be stored in memory. It would be interesting to see how big page caches would be on the wiki, for example. The fastcgi_cache_path option has a max_size parameter that automatically purges the oldest caches once a specific cache size is reached.