Skip to content

Commit a66aed9

Browse files
author
Maxime Jobin
committed
Adjusting copy
1 parent 5e07f0d commit a66aed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Reasons for not serving a cached file:
102102

103103
**<a name='faq_benchmark'>Do you have any benchmark about the project ?</a>**
104104

105-
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 &#8594; PHP-FPM &#8594; PHP &#8594; Static file** to **NGINX &#8594; 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.
105+
No. People love benchmark as much as they hate them. All benchmarks have people claiming that X or Y or Z could have been done to improve the outcome. In this project, the benchmark would depend on how many plugins you have that are affecting the page even if the output is in cache (e.g. WP-Rocket executes PHP even when a file is in cache). What we can say though is that you will go from **NGINX &#8594; PHP-FPM &#8594; PHP &#8594; Static file** to **NGINX &#8594; Static file**. In other words, you are serving the static file directly from NGINX instead of passing the request to FPM then to PHP (for WP-Rocket... at least) before serving the static file.
106106

107107
## <a name='license'>License</a>
108108
Released under the [GPL](http://www.gnu.org/licenses/gpl.html). See the link for details.

0 commit comments

Comments
 (0)