Arjun
Forum Replies Created
-
Thanks for the clarification.
Forum: Plugins
In reply to: [Super Page Cache] Facing Error : 1002Hi @isaumya , @salvatorefresta
It’s Working!
As you have mentioned, “WWW cname” record was not proxied in Cloudflare. After changing it to orange cloud. It worked.
Thank you very much, for spending your valuable time on this ticket.
Forum: Plugins
In reply to: [Super Page Cache] Facing Error : 1002Still facing the issue.
Deleted the page rule in CF and reset all in plugin.
Then gave the API key details and domain name. It showed successfully created the page rule. Verified the page rule in CF as well (screenshot)
Then clicking Test Cache, shows a error pop up
“Page caching seems not working for both dynamic and static pages.”Verified in website, cache is not working. Response headers are shown here
Attached the new logs for the reference here. (Log format will look slightly different, since am retrieving the logs from a database. Ignore it)
Forum: Plugins
In reply to: [Super Page Cache] Facing Error : 1002PFA Logs here
Logs are created after reset all and configuring again with cloudflare.
Kindly help me to find the issue.
Forum: Plugins
In reply to: [Super Page Cache] Facing Error : 1002It’s not working after reset. But i’m not getting the error 1002 when I try to disable the cache.
I have even tried to downgrade the plugin to version 4.3.6. But issue still persist.
Thank you for the support. Will try to get logs.
Btw found a minor bug : Click ResetAll-> in the confirmation box click cancel button. But it continues to reset.
Forum: Plugins
In reply to: [Super Page Cache] Facing Error : 1002Hi @isaumya
Thanks for the prompt reply.
PFA the screen shot of cloudflare link
Regarding logs, am using google app engine, no write access available in it. We use a plugin called “Google Cloud Storage plugin”. It helps to upload images and other temp files to a separate storage server. But your plugin logs are not created in that storage. If possible consider this as a feature request in your future release.
Thank you
Forum: Plugins
In reply to: [WooCommerce] User Capabilities to Edit Product TagThank you for the prompt response.
Able to view using “assign_product_terms”. Thank you, your hint helped me to find it.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Combine tax categoriesHi Alex,
Thank you for the prompt response.
Forum: Plugins
In reply to: [Super Page Cache] Is it possible to cache few cookiesThank You for your clear explanation.
Forum: Plugins
In reply to: [Super Page Cache] Is it possible to cache few cookiesThank you for your reply.
Sorry, Could you please elaborate “edge request with cookie”?
To make it clear
I was able to achieve it by directly editing your code in cache_controller.class.phpif( $this->main_instance->get_single_config("cf_strip_cookies", 0) > 0 ) { //Find the Cookie with name as "location" $headers = headers_list(); $cookies = []; foreach($headers as $header) { list($key, $value) = explode(': ', $header); if ($key === 'Set-Cookie') { list($ckey, $cval) = explode('=', $value); if($ckey == 'location'){ $cookies[$ckey] = $value; } } } ////// //Removed all cookies header_remove('Set-Cookie'); //Set the "location" cookie foreach($cookies as $cookie) { header('Set-Cookie: '.$cookie, false); } }
We need clarification like, whether url and cookie are used as unique combination to create a cache.?
Example:?
sample.com (cookiename=’us’) => cache1?
sample.com (cookiename=’eu’) => cache2Sometimes it is not working as expected. Kindly share your inputs
Forum: Plugins
In reply to: [Super Page Cache] Is it possible to cache few cookiesThis issue is related to Elementor Login. So closing this. Thanks
Thanks for the information.
Will look into it.
Hi Vinod,
Thank you for the reply.
Hope are you doing well.
I’m a developer, Could you share some details (like where I need make this change /hooks which I need to use) to start developing.
Thank You,