Debugging – how to disable the comment in source?
-
Nice plugin. Slowly moving sites to it. We have set up our Nginx conf to include this in try_files:
set $cache_enabler_uri "/wp-content/cache/cache-enabler/${http_host}${request_uri}index.html"; try_files $cache_enabler_uri $uri $uri/ /index.php?$args;
Questions:
1. How can we confirm when Nginx is picking up the files entirely statically? We don’t see any header being included for testing, and there’s no such feature in the Settings in the plugin. (Or is this something the plugin does on its own — for the “disk caching” feature?)
2. How can we remove the comment from the generated HTML after our testing?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Debugging – how to disable the comment in source?’ is closed to new replies.