jendeh
Forum Replies Created
-
Thank you so much for your help, much appreciated!!
Hi, Saumya
Thank you so much for your reply.
The website is: https://verticalmindventures.com/
I see these four headers:
- Cache-control s-maxage=31536000, max-age=60
- X-wp-cf-super-cache cache
- X-wp-cf-super-cache-active 1
- X-wp-cf-super-cache-cache-control s-maxage=31536000, max-age=60
I don’t see X-wp-cf-fallback-cache 1 header alongwith. The fall cache is enabled and also the cache buster query is removed.
I also see this line when I inspect the element:
<!– Page retrieved from Super Page Cache for Cloudflare’s fallback cache – page generated @ 2023-04-28 03:25:14 – fallback cache expiration @ never expires – cache key 123456789gfgfgfghfgfhg.html –>
Kindly if you can take a look!!
Forum: Plugins
In reply to: [Super Page Cache – Cloudflare Cache, Page Speed & Core Web Vitals] Php errorGot it, thank you so much!!
Thank you for all the clarifications and thank you for this great plugin!!
Forum: Plugins
In reply to: [Super Page Cache – Cloudflare Cache, Page Speed & Core Web Vitals] Php errorThank you so much for your reply. It is not denoting any specific url. This is what is at 258 line in advanced cache file
if( array_key_exists( 'query', $url_parsed ) ) { if( $url_parsed[ 'query' ] === '' ) { // this means the URL ends with just ? i.e. /example-page/? - so just remove the last character ? from the URL $url = substr( trim( $url ), 0, -1 ); } else { // Set the ignored query param array $ignored_query_params = [ 'Browser', 'C', 'GCCON', 'MCMP', 'MarketPlace', 'PD',The error appeared once yesterday, haven’t seen it again.
The headers look fine.
- This reply was modified 3 years, 1 month ago by jendeh.