Skip to content

Commit 2500a3a

Browse files
author
Maxime Jobin
committed
Added spacing
1 parent e083560 commit 2500a3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Reasons for not serving a cached file:
101101
## <a name='faq'>FAQ</a>
102102

103103
**<a name='toc'>Do you have any benchmark about the project ?</a>**
104+
104105
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.
105106

106107
## <a name='license'>License</a>

0 commit comments

Comments
 (0)