earthtopomaps
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] Serves images with low resolutionIt’s for WordPress.com
Forum: Plugins
In reply to: [AMP] Page caching is not detected and the server response time is slowOn sites which have highly variable CSS and are not using a persistent object cache, the transient caching of parsed stylesheets may be automatically disabled in order to prevent a site from filling up its wp_options table with too many transients. Examples of highly variable CSS include dynamically-generated style rules with selectors referring to user IDs or elements being given randomized background colors. There are two filters which may be used to configure the CSS transient monitoring: amp_css_transient_monitoring_threshold and amp_css_transient_monitoring_sampling_range.
Forum: Plugins
In reply to: [AMP] Page caching is not detected and the server response time is slowI have same problem!!!
The AMP plugin performs at its best when page caching is enabled. This is because the additional optimizations performed require additional server processing time, and page caching ensures that responses are served quickly.Page caching is detected by looking for an active page caching plugin as well as making three requests to the homepage and looking for one or more of the following HTTP client caching response headers: cache-control, expires, age, last-modified, etag, x-cache, x-proxy-cache, cf-cache-status, x-kinsta-cache, x-cache-enabled, x-cache-disabled, cf-apo-via, x-srcache-store-status, x-srcache-fetch-status, cf-edge-cache.
Median server response time was 1 761 milliseconds. It should be less than 600 milliseconds.
There was 1 client caching response header detected: cf-edge-cache.
A page caching plugin was detected.
Learn more about page caching (opens in a new tab)i have same problem !