taiwangoldcard / website

Taiwan Gold Card Community website
https://taiwangoldcard.com
Other
43 stars 18 forks source link

Move jquery to scripts section to avoid blocking #87

Closed geekyme closed 4 years ago

geekyme commented 4 years ago

Lighthouse report:

Screenshot 2020-08-27 at 6 23 53 PM

jQuery script is currently located in the head block, therefore resulting in a render block. I moved this down to the bottom where all scripts are running.

Before:

Screenshot 2020-08-27 at 6 24 11 PM

After:

Screenshot 2020-08-27 at 6 29 29 PM

Lets see if it speeds up our site.