1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

fix check gzip compression url (#4208)

* fix: change check gzip compression url

* remove package-lock.json
This commit is contained in:
Nicolas Walcker de Miranda 2023-07-14 14:32:47 -03:00 committed by GitHub
parent 93a6ae3f81
commit 3a022926de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,6 @@
Use a compression method such as Gzip or Brotli to reduce the size of your JavaScript files. With a smaller sizes file, users will be able to download the asset faster, resulting in improved performance.
- [Check GZIP compression](https://checkgzipcompression.com/)
- [Check GZIP compression](https://checkgzipcompression.net/)
- [Check Brotli Compression](https://tools.keycdn.com/brotli-test)
- [Can I use... Brotli](https://caniuse.com/#feat=brotli)