-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong javascript files caching #4272
Comments
@Jimmi08 Nevermind, this is the issue. Thanks, ;-) Do you have 2 cached .js files? So far I'm unable to reproduce the issue. Here's a screenshot of the local scripts loaded. I then manually went through each cached js file and crossed off the ones that were present. Where is your plugin code located and is it installed? Thanks. |
@CaMer0n Without caching:
Footer:
After caching: files loaded in cached js:
|
Thanks @Jimmi08 ! I'll try installing the plugin and see if that helps. Are you testing from the home page? |
@Jimmi08 I installed the plugin and did the same test as above.. crossing off (in red) each JS file loaded by the cache files. |
Bug Description
I have confirmed that this happens only with javascript caching, header javascript is not loaded
How to Reproduce
My plugin defines js this way:
it is loaded in the header, not in the footer, which is correct.
After caching ON, the only script in the header is
jquery.min.js
and footer files:
but inside this file are only footer javascript files...
The text was updated successfully, but these errors were encountered: