You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user installing CloudFlare in front of my site I want to be able to confirm that CloudFlare is caching both static and dynamic resources.
Have a field for a static path: default to something standard like robots.txt
Have a field for a dynamic path: default to homepage.
Store these settings in CMI. Follow the config settings in the existing module as an example.
Update CloudFlarePHPSdk with a diagnostic class to accept a path, baseurl, and curl the site,
{{curl -SLIXGET https://adam.weingarten.me/test-post}}
we are looking for {{CF-Cache-Status: HIT}}
remember that you may need to curl 2x in-order to get a cache hit.
Expose the test in Drupal.
Incorporate in hook_requirements
The text was updated successfully, but these errors were encountered:
Requirements
As a user installing CloudFlare in front of my site I want to be able to confirm that CloudFlare is caching both static and dynamic resources.
{{curl -SLIXGET https://adam.weingarten.me/test-post}}
we are looking for {{CF-Cache-Status: HIT}}
remember that you may need to curl 2x in-order to get a cache hit.
The text was updated successfully, but these errors were encountered: