How should we improve the website speed? [closed]

There are few elements to getting fast website, and I have run some tests with your website: Loading time is 3-4 seconds on average, which is slow, but not too slow. Some of that can will improve with the use of CDN for images, JS and CSS files, maybe 20-40% faster page loading time. Slow … Read more

How to know if I have activated Cloudfare successfully?

DNS changes usually take 24 to 48 hours to fully start working but it still doesn’t work, perhaps you can use the Cloudflare Diagnostic Center. I also found this tool that check if your website is using Cloudflare DNS / CDN/Proxy / SSL. Otherwise, there is a similar topic on their forum that explain how … Read more

Using WordPress behind a CloudFront Custom Distribution

I’ve been working on this exact same issue. What you need to do is have two domains. One for your backendblog and one that pointing at cloudfront. Your backendblog will be configured to serve up as itself (backendblog). In my test example I’m using my blog as the backendblog. If this was for production use … Read more

CDN: Origin server URL, WordPress Core files installed in sub-directory

Just use the site address URL, http://example.com From the literature: `When the custom CDN URL works, you can access all files in your site via that URL and it will be delivered through the MaxCDN content delivery network. For example, if you normally open an image from example.com/images/example.jpg, that same image now opens with cdn.example.com/images/example.jpg … Read more

Warnings even when the WP_DEBUG set to false

Thanks all of you for your response the issue got resolved. The problem was with cached copy of this link https://vreqenz-stream.de/shop/ . I had WP Rocket for caching and apparently it is not doing very good job of purging the cache. I got sure that it is cache issue when I defined the WP_CACHE as … Read more