1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Merge pull request #4784 from iMuhammad3/patch-1

Update enable-compression.md
This commit is contained in:
dsh
2024-05-09 16:35:16 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# Enable Compression
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.
Use a compression method such as Gzip or Brotli to reduce the size of your JavaScript files. With smaller file sizes, users will be able to download the asset faster, resulting in improved performance.
- [Check GZIP compression](https://checkgzipcompression.net/)
- [Check Brotli Compression](https://tools.keycdn.com/brotli-test)