1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-16 22:23:59 +02:00

fix: broken url in minimize-http-requests.md (#5324)

* fix: broken url in minimize-http-requests.md

existing URL points to unavailable resources. I provided a more reliable URL with very good insight to the topic.
Updated description to include a little more context providing enough heads up before visiting the URL to read the details

* Update src/data/best-practices/frontend-performance/content/minimize-http-requests.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Arkoh-Addo Ebenezer
2024-05-11 00:46:29 +00:00
committed by GitHub
parent 82564712c3
commit f290419694

View File

@@ -1,6 +1,6 @@
# Minimize HTTP Requests
> Always ensure that every file requested are essential for your website or application.
> Combine files, Enable caching, use a content delivery network and Eliminate unnecessary resources
- [Combine external CSS](https://varvy.com/pagespeed/combine-external-css.html)
- [Combine external JavaScript](https://varvy.com/pagespeed/combine-external-javascript.html)
- [Best Strategies for Minimizing HTTP Requests](https://www.linkedin.com/advice/3/what-best-strategies-minimizing-http-requests-skills-e-commerce)