-
Notifications
You must be signed in to change notification settings - Fork 15
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
CSS/JS inline ausgeben #144
Comments
@alxndr-w mit der neuen Version ist schon viel optimiert worden. Fontello ist raus, CSS und JS wurde auf jeweils eine (1) Datei eingedampft. Die Standard-CSS kann man ja in den Einstellungen ausschalten und dann z.B. das CSS inline ins Template schreiben. Kannst ja gerne einen PR beisteuern. Aber dann bitte auf jeden Fall optional als zusätzliche Einstellung in den Addon-Optionen ;-) Ich bin ja nicht unbedingt ein Freund davon alles in den HTML-Code einzubauen. Google hin oder her. |
https://github.com/FriendsOfREDAXO/consent_manager/compare/async |
@IngoWinter gerade ausprobiert. Sieht gut aus und funktioniert alles! |
Den Schluck CSS könnte man inline laden wie @alxndr-w schreibt. Dafür müsste man hier: https://github.com/FriendsOfREDAXO/consent_manager/blob/master/fragments/consent_manager_box_cssjs.php#L24 nur ein file_get_contents auf die CSS Datei machen. Damit sparen wir uns zukünftige Page Speed Anfragen - und die werden/würden 100%ig kommen. |
Ja mach mal Ingo :) |
@alxndr-w magst du mal testen? |
Getestet. Top. 👍 |
Der CSS/JS wird nur benötigt, wenn er tatsächlich dargestellt wird. Wenn nicht, braucht es ihn auch nicht. Wenn man ihn braucht, dann sofort.
Entspr. Google PageSpeed Insights würde ich empfehlen, den Code inline auszugeben:
The text was updated successfully, but these errors were encountered: