p231
Forum Replies Created
-
sorry you can close the topic. It was my unconfigured wp mail smtp plugin which was triggered somehow and went to timeout…
Forum: Reviews
In reply to: [Rearrange Woocommerce Products] Fantastic pluginAnd other small request. It would be fantastic if there were an option to display thumbnails on each product (I know i can trigger it manually with the info button). So one could sort visually.
Forum: Plugins
In reply to: [Super Page Cache] cf-cache:EXPIRED after a whileUsing OCP would be another option if we keep Cloudflare Cache. So there is no real problem, but I only want to understand, what is going on there.
Forum: Plugins
In reply to: [Super Page Cache] cf-cache:EXPIRED after a whileIf that is the case, I would go back to FastCGI Caching on nginx, which is also free for me and have some more configuration options. Cloudflare was a requirement from the client.
- This reply was modified 3 years, 3 months ago by p231.
Forum: Plugins
In reply to: [Super Page Cache] cf-cache:EXPIRED after a whileHm.. it happens right minutes after the testing and our analytics says that there are approx. 15K unique visitors on the page per month. So the respect headers and TTL has no impact on how cloudflare caches things?
Forum: Plugins
In reply to: [Super Page Cache] cf-cache:EXPIRED after a whileThen there must be an another problem, maybe with an another plugin, as I clearly can see that not all links are preloaded. Also when I go through the pages, I get some MISS headers which are then transform to HIT when I reload the page. I keep you updated with my findings. Thank you.
Forum: Plugins
In reply to: [Super Page Cache] cf-cache:EXPIRED after a whileHello @isaumya,
first thank you for the resolution of the expired cache problem with APO on. Without APO it seems now to work properly.
As of the preloader, I’m not so sure though. I let the preloader run until i get “preloading complete” in the logs. In the configuration of your plugin I entered the links to my sitemaps:
/product-sitemap.xml /post-sitemap.xml /page-sitemap.xml /category-sitemap.xml
…and like i said i see the log message, that the plugin will preload e.g. 350 urls, then approximately 50-100 urls are shown as preloaded. But i can confirm that if I let run an another cache primer tool like OCP (https://patrickmn.com/projects/ocp/) that approx. only 20% of the links in the sitemaps were preloaded.
Thank you for your help!
Forum: Plugins
In reply to: [Super Page Cache] cf-cache:EXPIRED after a whileHello @isaumya,
thank you very much. Indeed I have missed the point that APO should be turned off to work properly. As this is a clients site, which Cloudflare Account I don’t have easily access to, i have to ask the client first. Then I can post you screenshots.
As for the preloader part, ok, so it should be working fine. Thank you!
Forum: Plugins
In reply to: [Super Page Cache] cf-cache:EXPIRED after a whileAddition to question 2 (Logs in high verbosity):
[2021-11-21 10:06:11] [cloudflare::start_preloader_for_all_urls] Preload sitemap https://mydomain.com/product-sitemap.xml [2021-11-21 10:06:13] [cloudflare::start_preloader_for_all_urls] Preload sitemap https://mydomain.com/post-sitemap.xml [2021-11-21 10:06:14] [cloudflare::start_preloader_for_all_urls] Preload sitemap https://mydomain.com/page-sitemap.xml [2021-11-21 10:06:16] [cloudflare::start_preloader_for_all_urls] Getting last published posts for post types: Array ( [0] => post [1] => page [2] => product [3] => mailpoet_page [4] => xlwcty_thankyou [5] => avada_portfolio [6] => avada_faq )
[2021-11-21 10:06:16] [cache_controller::start_cache_preloader_for_specific_urls] Adding these URLs to preloader queue: Array ( [0] => XXX ... [359] => XXX [2021-11-21 10:06:19] [preloader::task] Preloading URL XXX #and so on for 50-100 urls approx. but not for all. [2021-11-21 10:12:08] [preloader::task] Preloading complete
- This reply was modified 3 years, 3 months ago by p231.