Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Completely overide cache

Featured Replies

Hi,

I use Wordpress elementor and I'm finding no matter what I do to clear the cache the website doesn't update sometimes until 24 hours later.

I guess this is to do with DNS cache. Is there anything I can do to bypass this?

Stop using elementor. You then won’t need to worry about caching.

But to answer your question, no there isn’t anything you can do about this.

Do you have a caching plugin installed on WordPress? Also, have you tried resolving the issue by clearing your browser cache?

Which brings up back to the root of the problem: elementor.

It's  a really bad plugin that is going to become more and more problematic in 2021 when Google introduced web core vitals. Performance is a key signal and you can't get good performance with elementor even with a caching plugin.

If you want to make changes to your site, disable your caching plugin. You should then be able to refresh your browser.

But...

Some ISP hold a local cache of sites you visit. So until they refresh there is nothing you can do about it.

Is this caching the pages or say changing style sheets and it doesn't update? If it's say css / js then you can add versioning to break the cache and get a fresh version, for example;

<link rel="stylesheet" href="/style.css?ver=<?php echo date("Y-m-d-H-i-s", filemtime("/path/to/your/style.css")); ?>" type="text/css" media="all" />

... this would get the last modified date/time for the css file and then use if for version, e.g. style.css?ver=2020-11-19-17-38-00. This file would then be cached until it changes.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.