Ezoic CDN Caching Problem

Hi -

Anyone else using Ezoic for their CDN hosting?

Can you do a cache purge for your Wordpress site and see if it updates with fresh content showing?

I've tried everything and my new content just doesn't show - for the last few days I'm noticing quite a few "misses" inside Ezoic Analytics.


https://analytics.ezoic.com/reports/speed/ezcaching/ezCaching
Anyone else noticing the same?
Can't say I'm noticing anything. For the CDN, you might need to hit clear a couple of times or use the individual page cache clear option. I recommend you install the plugin and use their API hook to the cache so it does everything automatically. Every time you change something the API will clear the cache for those pages on its own. Makes a big difference. Also double-check you don't have another cache installed somewhere in WP.

For the misses, increase the length of time your content is cached for in the settings i think. Check out the speed-ranked sites in ezoic dashboard and use their cache settings.
 
Can't say I'm noticing anything. For the CDN, you might need to hit clear a couple of times or use the individual page cache clear option. I recommend you install the plugin and use their API hook to the cache so it does everything automatically. Every time you change something the API will clear the cache for those pages on its own. Makes a big difference. Also double-check you don't have another cache installed somewhere in WP.
Thanks - I have tried all that though :(

Updated and published new posts and home page, still not working.

Also logged into the dashboard at Ezoic and did a manual clear cache. Still nothing.

The image below shows green line increases since the 18th Nov: (green is cache misses).

BEKIHB8


Could you update yours and see if it clears?

Thanks!
 
I have to manually purge the cash anytime I update anything on my website whilst using Ezoic CDN.

It's an absolute nightmare....
 
Thanks - I have tried all that though :(

Updated and published new posts and home page, still not working.

Also logged into the dashboard at Ezoic and did a manual clear cache. Still nothing.

The image below shows green line increases since the 18th Nov: (green is cache misses).

BEKIHB8


Could you update yours and see if it clears?

Thanks!
1637682018456.png

For cache hit rate, start with these settings and wait for a couple of weeks
1637682068305.png

Mine does clear when i clear it. If yoru doesn't you probably have something that's caching somewhere else in wordpress itself. I recomend you put in a ticket, ezoic will love to give you a hand with that.
 
Yeah it does, after I purge the cache of the website a few times

Check incognito after you do it
 
View attachment 192840
For cache hit rate, start with these settings and wait for a couple of weeks
View attachment 192841
Mine does clear when i clear it. If yoru doesn't you probably have something that's caching somewhere else in wordpress itself. I recomend you put in a ticket, ezoic will love to give you a hand with that.
Thanks - I have put a ticket in. Don't expect much. :/

My cache rate looks great, like yours:

6wZbTAF


It's just today after I posted a new post - I cannot get any new content to show (apart from being logged into Wordpress).
 
Last edited:
Thanks - I have put a ticket in. Don't expect much. :/

My cache rate looks great, like yours:

6wZbTAF


It's just today after I posted a new post - I cannot get any new content to show (apart fro being logged into Wordpress).
That is weird, I do recommend installing the plugin for the API, it made a huge difference for me. Once its all set up, go back into the post and hit update, and the API should do its magic.

Also, Ezoic support is fantastic so you should get some good answers in that ticket!
 
That is weird, I do recommend installing the plugin for the API, it made a huge difference for me. Once its all set up, go back into the post and hit update, and the API should do its magic.

Also, Ezoic support is fantastic so you should get some good answers in that ticket!
I have the plugin installed.

Yesterday - it was working fine but today nothing. (nothing has changed on the site, no new plugins or anything).
 
Yeh im having cache issues as well, ZERO CACHE HIT RATE . Need to sort it, too damn busy.
Will try what @leechesBleechin suggested, If I loose my marbles while doing it will drop you a DM fellow blackhatter.
All I know is ezoic cache is something else, but it works if you work it lol.
 
Well after hours chatting with Ezoic and Siteground I have fixed the issue: (in case anyone else has the same issue)

The problem lay in the headers, with x-proxy-cache: HIT when it should be: x-proxy-cache: MISS in order for Ezoic to cache the site properly.

So if you're hosted with Siteground (these guys are amazing on chat support!) then you have to add some lines to .htaccess in order to get your site working properly with the Ezoic CDN plugin:

https://www.siteground.com/kb/disable-dynamic-caching-website/
If in doubt get in touch with SG - hopefully this will help other BHW members!
 
Last edited:
Well after hours chatting with Ezoic and Siteground I have fixed the issue: (in case anyone else has the same issue)

The problem lay in the headers, with x-proxy-cache: HIT when it should be: x-proxy-cache: MISS in order for Ezoic to cache the site properly.

So if you're hosted with Siteground (these guys are amazing on chat support!) then you have to add some lines to .htaccess in order to get your site working properly with the Ezoic CDN plugin:

https://www.siteground.com/kb/disable-dynamic-caching-website/
If in doubt get in touch with SG - hopefully this will leave some grief to other BHW members!
Cheers! glad you got it fixed and working. Thanks for leaving the solution!
 
Back
Top