Skip to content

Conversation

@michaelletzgus
Copy link
Contributor

Move the inline <script> after the external <script> because the internal JS between CSS 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.

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: Michael Letzgus <[email protected]>
Copy link
Member

@juliusknorr juliusknorr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as described. 👍

@MorrisJobke MorrisJobke merged commit c2ba5e2 into nextcloud:master Jul 7, 2017
@MorrisJobke
Copy link
Member

I would like to not backport this, because it could have side effects and I would keep it in master only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants