From f290419694a572f79c8093ec73010cbf608d36a3 Mon Sep 17 00:00:00 2001 From: Arkoh-Addo Ebenezer Date: Sat, 11 May 2024 00:46:29 +0000 Subject: [PATCH] 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 --- .../frontend-performance/content/minimize-http-requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/best-practices/frontend-performance/content/minimize-http-requests.md b/src/data/best-practices/frontend-performance/content/minimize-http-requests.md index 51deaa5ba..4cf08bbe3 100644 --- a/src/data/best-practices/frontend-performance/content/minimize-http-requests.md +++ b/src/data/best-practices/frontend-performance/content/minimize-http-requests.md @@ -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)