Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48604, comment 30


Ignore:
Timestamp:
11/21/2019 01:39:47 PM (5 years ago)
Author:
tomestlack
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48604, comment 30

    initial v1  
    88attempt to recreate problem in different browsers.
    99use 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 will cause other stuff to break (preaching to the choir here probably).
     10it 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).
    1111If 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).
    1212
     
    15151. purge CDN cache
    16162. purge server cache
    17 3. purge any WP cache plug ins
     173. purge caches from any WP plug ins
    18184. purge browser caches - You don't have to delete the browsing history or cookies - just cached images + files (browser might log you out otherwise)
    1919