mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 04:30:01 +02:00
Merge pull request #4784 from iMuhammad3/patch-1
Update enable-compression.md
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user