Images loading from Wordpress and NOT from Cloudflare

Hello,

I am trying to install Cloudflare on a Wordpress website (deborahblyth.com).

I have:
-changed the nameservers (using the ones from Cloudflare)
-installed the official Cloudflare plugin, activated it, entered the API key.

Then I went to Chrome dev. tools and inspect any image on my website, the url is always:
www.mywebsite.com/../image.jpg AND NOT www.cdn.Cloudflare.com/../image.jpg

Actually, the site is slower than before…

Also, the HTML does not seem to be minified!

Is that normal?

Thanks.

Why should it be that? Where did you get the impression from such a URL existed at all?

You seem to have quite a few issues with your HTML syntax, which is probably why Cloudflare cant minify it https://support.cloudflare.com/hc/en-us/articles/200169876-Why-isn-t-Auto-Minify-working-

Then, Cloudflare mostly only removes whitespaces. If you want more than that you should minify the code on your own.

1 Like

When you’re on Cloudflare, any static file will automatically be cached at the original URL. You can see this with a cf-cache-status header for that resource’s HTTP Response Header.

https://support.cloudflare.com/hc/en-us/articles/200172516-Which-file-extensions-does-Cloudflare-cache-for-static-content-

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.