Title: Missing .js ending
Last modified: December 29, 2020

---

# Missing .js ending

 *  Resolved [Lichttraeumer](https://wordpress.org/support/users/lichttraeumer/)
 * (@lichttraeumer)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/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](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

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Contributor [Matthias Günter](https://wordpress.org/support/users/mguenter/)
 * (@mguenter)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13843297)
 * Hi Martin!
 * Danke für Deine Nachricht. Ich antworte mal auf Deutsch, da ich sehe, dass Du
   eine deutsche Seite verwaltest. 🙂
 * > 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.
 * Danke für Deine Worte, das freut mich.
 * > During a test via WebPagetest.org I have noticed, that there are uncompressed
   > files e.g. [https://customerdomain.de/d735bb2a8dfa1d234eadb27c1eece2f8](https://customerdomain.de/d735bb2a8dfa1d234eadb27c1eece2f8)
 * Ich habe das gerade mit devowl.io getestet und dort bekomme ich keinen Fehler,
   dass eine Datei mit ähnlichem Namen (MD5) nicht komprimiert ist.
 * > As the file has no ending (I would expect d735bb2a8dfa1d234eadb27c1eece2f8.
   > js) the Webserver could not compress the file because of the missing file ending
 * Kurz mal zum Hintergrund, wieso diese Datei keine Endung hat: Viele Server sind
   so konfiguriert, dass statische Dateiendungen (auch `.js`) die 404-Weiterleitung
   verhindern. Da diese Datei **dynamisch** generiert wird (Anti-Ad-Block-System),
   muss jedoch der WordPress PHP-Handler von `index.php` erreicht werden.
 * > As Autoptimize does minify all other js files correct, I suppose the “problem”
   > with the missing file ending has the cause in your plugin.
 * Ich denke, Autoptimize muss für diese statische Dateien keine Komprimierung mehr
   ausführen, denn die Dateien sind schon super komprimiert. Der Server jedoch sollte
   eine `gzip` oder `br` Komprimierung vornehmen.
 * Ich zeige Dir das mal anhand eines Screenshots aus unserer Server-Konfiguration:
 * > [View post on imgur.com](https://imgur.com/hJ7vIyc)
 * Dort siehst Du, dass die Datei gecached werden darf, und auch eine `br` Komprimierung
   darüber gelegt wurde.
 * **Wie geht es nun mit diesem Ticket weiter?**
 * – Könntest Du mir bitte kurz den Link zu Deinem Ergebnis (oder Screenshot) von
   WebPagetest.org zukommen lassen?
    – Könntest Du mir bitte kurz die Domain zukommen
   lassen, wo dieser Fehler auftritt?
 * Beste Grüße
    Matthias 🙂
 *  Thread Starter [Lichttraeumer](https://wordpress.org/support/users/lichttraeumer/)
 * (@lichttraeumer)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13844474)
 * Hallo Matthias,
 * erstmal danke für dein Feedback.
    Da es sich hier um eine Kundenwebseite handelt
   möchte ich die Domain hier nicht öffentlich machen.
 * In Ermangelung einer PN an dieser Stelle … hättest du mir eine E-Mailadresse?
 * Wenn wir dann zu einem Ergebnis gekommen sind, kann dieses ja hier der Öffentlichkeit
   wieder zugänglich gemacht werden.
 * Grüße,
    Martin
 *  Plugin Contributor [Matthias Günter](https://wordpress.org/support/users/mguenter/)
 * (@mguenter)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13844794)
 * Hi [@lichttraeumer](https://wordpress.org/support/users/lichttraeumer/) !
 * Du kannst gerne ein privates Ticket über [https://devowl.io/de/support](https://devowl.io/de/support)
   aufmachen.
 * Ich werde dementsprechend dieses Ticket schließen und ein Update hier posten,
   sobald eine Lösung gefunden wurde.
 * Grüße,
    Matthias 🙂
 *  Plugin Contributor [Matthias Günter](https://wordpress.org/support/users/mguenter/)
 * (@mguenter)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13847746)
 * [@lichttraeumer](https://wordpress.org/support/users/lichttraeumer/) : Ich habe
   Dir soeben eine E-Mail gesendet, wo Du die Prerelease-Version testen kannst.
 * To all others stumbling over this issue: The issue is solved and will be fixed
   with the upcoming release.
 *  Thread Starter [Lichttraeumer](https://wordpress.org/support/users/lichttraeumer/)
 * (@lichttraeumer)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13860253)
 * [@mguenter](https://wordpress.org/support/users/mguenter/): da ich auch im Spam-
   Ordner keine Mail mit einer Prerelease-Version habe finden können … an welche
   Mailadresse hast du die Mail geschickt?
 *  Plugin Contributor [Matthias Günter](https://wordpress.org/support/users/mguenter/)
 * (@mguenter)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13861824)
 * [@lichttraeumer](https://wordpress.org/support/users/lichttraeumer/) hast Du 
   denn generell eine Antwort von unserer Support-Mail-Adresse [support@devowl.io](https://wordpress.org/support/topic/missing-js-ending/support@devowl.io?output_format=md)
   erhalten? Ich habe die Antwort an die identische E-Mail-Adresse aus Deinem Impressum
   gesendet ([https://lichttraeumer.de/impressum/](https://lichttraeumer.de/impressum/)).
   Ich sende mal eine Test-Nachricht, gib Bescheid, ob Du diese erhalten hast, denn
   leider kann ich die Prerelease-Version einer PRO-Version nicht öffentlich zugänglich
   machen. 🙂
 *  Plugin Contributor [Matthias Günter](https://wordpress.org/support/users/mguenter/)
 * (@mguenter)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13875758)
 * Hi [@lichttraeumer](https://wordpress.org/support/users/lichttraeumer/) !
 * Nur ein kurzer Reminder, hast Du meine E-Mail erhalten? 🙂
 * Größe,
    Matthias
 *  Thread Starter [Lichttraeumer](https://wordpress.org/support/users/lichttraeumer/)
 * (@lichttraeumer)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13875795)
 * Hi [@mguenter](https://wordpress.org/support/users/mguenter/),
 * nein … auch nicht im Spam-Ordner. Hast du die Mailadresse benutzt, die hier in
   meinem Profil verlinkt ist?
 * Grüße,
    Martin
 *  Plugin Contributor [Matthias Günter](https://wordpress.org/support/users/mguenter/)
 * (@mguenter)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13876163)
 * Hi nochmal!
 * In Deinem Profil finde ich gerade keine E-Mail, aber ich habe die aus Deinem 
   Impressum martin (at) martin-wolfert (dot) de verwendet.
 * Ich habe Dir aber auch soeben auf Slack geschrieben.
 * Grüße
    Matthias 🙂
 *  Thread Starter [Lichttraeumer](https://wordpress.org/support/users/lichttraeumer/)
 * (@lichttraeumer)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13876175)
 * Slack habe ich bekommen, die Mail(s) nicht …

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Missing .js ending’ is closed to new replies.

 * ![](https://ps.w.org/real-cookie-banner/assets/icon-256x256.png?rev=2419813)
 * [Real Cookie Banner: GDPR & ePrivacy Cookie Consent](https://wordpress.org/plugins/real-cookie-banner/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/real-cookie-banner/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/real-cookie-banner/)
 * [Active Topics](https://wordpress.org/support/plugin/real-cookie-banner/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/real-cookie-banner/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/real-cookie-banner/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Lichttraeumer](https://wordpress.org/support/users/lichttraeumer/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/missing-js-ending/#post-13876175)
 * Status: resolved