Compile nginx with ngx_http_fastcgi_module
Compile nginx with the ngxhttpfastcgi_module so that it's possible to use the nginx fast cgi cache. It can make a basic WordPress site extremely fast as PHP doesn't need to be executed at all but the static page can be served straight away by nginx.
There are even several WordPress plugins that can empty the cache automatically when new content is published or old content updated.
I think this would be quite a simple change from Plesk's side as the only required think I can think of would be just to add the module at compilation time to nginx and document it.
4
votes
Joonas Salovaara
shared this idea
nginx is compiled with http_fastcgi_module now.
—
IG