toptal / gitignore.io

Create useful .gitignore files for your project
https://www.toptal.com/developers/gitignore
MIT License
8.29k stars 626 forks source link

[TRA-1694] Improve Performance Score #539

Closed filipechagas closed 3 years ago

filipechagas commented 3 years ago

TRA-1694

Description

Latest changes improved CLS but dropped LCP. This PR is an attempt of fixing it. This change will also improve best practices score by removing a javascript library dependency with known security issues: Upgrade jquery from 3.4.1 to 3.6.0 (the latest version by the time of this PR)

Related to https://github.com/toptal/gitignore.io/pull/534

How to test