Skip to content
Commit c77fe1ab authored by Michael Letzgus's avatar Michael Letzgus
Browse files

Optimize performance / Load CSS and JS in parallel on firefox



Move the inline <script> after the external <script> because the internal JS between CSS <link> and external JS makes firefox loading CSS and JS not in parallel.
The internal js is now parsed last but will still be executed first since everything else is deferred js.

Signed-off-by: default avatarMichael Letzgus <michaelletzgus@users.noreply.github.com>
parent 4526b8d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment