No. People love benchmark as much as they hate them. All benchmark have people claiming that X or Y or Z should have had another value to improve the outcome. In this specific project, the benchmark would depend on how many plugins you have that are affecting the page (even if the output is in cache). What we can say though is that you will go from **NGINX → PHP-FPM → PHP → Static file** to **NGINX → Static file**. In other words you are serving the static file directly from NGINX instead of passing the request to FPM that will need to call PHP (from WP-Rocket... at least) before serving the static file.
0 commit comments