mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 05:03:48 -05:00
fix: Grammatical error in one of the lecture of Front End Development Libraries Certification (#64958)
This commit is contained in:
@@ -17,7 +17,7 @@ Number 1: optimize media assets. Large images and videos are common culprits for
|
||||
|
||||
- Lazy Loading: Defer loading off-screen images and videos until they're needed. In HTML, add the `loading="lazy"` attribute to your media tags.
|
||||
|
||||
Next, we have minimize HTTP requests. Each file your website requests adds to the load time. Reducing the number of HTTP requests can lead to faster page loads. You can:
|
||||
Next, we have to minimize HTTP requests. Each file your website requests adds to the load time. Reducing the number of HTTP requests can lead to faster page loads. You can:
|
||||
|
||||
- Combine Files: Merge CSS and JavaScript files to reduce the number of requests.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user