Missing .js ending
-
Hi,
first of all: you developed a cool new cookie plugin I use since a few days on one of my own, but also on customers WordPress sites.
During a test via WebPagetest.org I have noticed, that there are uncompressed files e.g. https://customerdomain.de/d735bb2a8dfa1d234eadb27c1eece2f8
Looking into that file it seams to be a minified JS file from your plugin:
/*! For license information please see blocker.lite.js.LICENSE.txt */
var realCookieBanner_blocker;realCookieBanner_blocker=function(){var t={797:function(t,e,n) …..As the file has no ending (I would expect d735bb2a8dfa1d234eadb27c1eece2f8.js) the Webserver could not compress the file because of the missing file ending
As Autoptimize does minify all other js files correct, I suppose the “problem” with the missing file ending has the cause in your plugin.
So … would you please have a look on that?
Best,
Martin
- The topic ‘Missing .js ending’ is closed to new replies.