Server Management
FlyWP provides multiple layers of caching to keep your WordPress sites fast.
FastCGI cache stores fully rendered pages at the Nginx level, bypassing PHP entirely for cached requests. This is the most impactful performance optimization available.
To enable FastCGI cache for a site:
By default, FlyWP excludes these paths from caching:
/wp-admin/ and wp-login.phpwordpress_logged_in_* cookieYou can purge the cache manually from the site dashboard, or install the FlyWP Helper plugin for automatic purging when content is updated.
Redis caches database queries and object data, reducing MySQL load on dynamic pages.
FlyWP will install and configure the Redis object cache drop-in automatically.