Deferring Minified Javascript
-
Hello,
I would like to go through my website and figure which javascript files can be deferred. The problem I’m running into is with minified javascript. The path to minified script doesn’t appear to be static so I’m not able to defer these scripts. As an example, the path to one of my minified scripts is:
/wp-content/cache/wpo-minify/1594487760/assets/wpo-minify-header-2b3305b7.min.js
The part of the path in bold appears to change randomly. How do I defer scripts when the path changes?
Regards,
- This topic was modified 4 years, 4 months ago by .
- This topic was modified 4 years, 4 months ago by .
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Deferring Minified Javascript’ is closed to new replies.