Changes between Initial Version and Version 1 of Ticket #48604, comment 30
- Timestamp:
- 11/21/2019 01:39:47 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48604, comment 30
initial v1 8 8 attempt to recreate problem in different browsers. 9 9 use the inspector -> console - locate problem files and their specific paths (right click on file name - copy link location, paste in new window, so you can use the path to dump from cache later - (CDN cache or a WP cache plugin etc.)). 10 it seems like many people are having problems related to a cached javascript file in a plugin (or include files), whether it's Media Library or Backbone or something else. Even if it's unrelated, a JS error willcause other stuff to break (preaching to the choir here probably).10 it seems like many people are having problems related to a cached javascript file in a plugin (or include files), whether it's Media Library or Backbone or something else. Even if it's unrelated, a JS error could cause other stuff to break (preaching to the choir here probably). 11 11 If you're using a service to cache files, you may have to provide the specific path of the file you need to purge from your cache. In my case, I've been using cloudflare a lot for this (custom purge). 12 12 … … 15 15 1. purge CDN cache 16 16 2. purge server cache 17 3. purge any WP cacheplug ins17 3. purge caches from any WP plug ins 18 18 4. purge browser caches - You don't have to delete the browsing history or cookies - just cached images + files (browser might log you out otherwise) 19 19