How can I fix the '39 requests' error for faster page loading?

Solved

How can I fix the '39 requests' error for faster page loading?

arshh
Shopify Partner
13 0 2

Hi there,

 

I've got this error that says "Your page makes 39 requests. More than 20 requests can result in slow page loading".

 

Can someone know how to fix this? I'm attaching a screenshot as well. 

 

arshh_0-1655371442441.png

 

Arsh
Accepted Solutions (3)

flareAI
Shopify Partner
2405 224 543

This is an accepted solution.

Hello @arshh,

 

The faster your site is, the more users you are likely to convert. By following the below steps, you can significantly speed up your Shopify store:


1. You can run the Shopify Theme Inspector for Chrome to identify the lines of code that are slowing down pages in your online store.
2. Don't add too many images on a page
Adding too many images on a page can be frustrating. It can significantly slow the load time of your website. Also, it can overwhelm visitors, which will ultimately result in a poor user experience, a high bounce rate, and a high probability of lower rankings in relative search results.
3. To reduce the initial load time, you can use Lazyload technique
4. Remove third-party JS scripts and Shopify App which you are no longer using
You should disable app features you don't use, or you can remove the app if you don't need it. If you are removing an app make sure to remove code that was added as part of the app install process.
5. Minimize HTTP requests. For example: Combine & inline your CSS scripts
6. Avoid unnecessary redirects and fix broken links
7. Use minified CSS and JS files
8. Use a theme which is optimized for performance means a theme which is responsive, fast, and takes minimal time to load the page.
If you choose a theme with numerous sliders, fancy animations, advanced navigation systems, etc., will affect your page speed. If your theme is loading slow, consider disabling the theme features you don't need.
9. Themes contain CSS, JS, HTML which can increase and affect your store speed. So disable theme features you don't use.
10. Loading extra data your customers aren't using can impact your store speed without adding value.
11. Using slideshow, which are high-quality images combined with transitions, take time to load when the user clicks the link to the homepage. So instead you can use a single high-quality hero image.
12. Image compression is important and a necessity for faster loading web pages. Make sure your images are of good quality and do not add too many images on a single page. You can try some tool like https://tinyjpg.com/.
13. Removing unused app code is a best practice that avoids running code for unused features, and makes your theme code easier to read.
14. Use a System font which is a font that is already installed on most computers. For example: Segoe UI, Times New Roman. If you use a font that does not yet exist on your customer's computer, then the font has to be downloaded before your text can be displayed. This impacts the time that your store takes to load.
15. Replace GIFs with static images
16. You can use Google PageSpeed Insights to view more detailed metrics for pages in your store.


A slow-loading website can reduce your conversions and profits. A fast-loading website is essential to welcome massive traffic to the website. In the case of eCommerce stores, speed and page loading time play a pivotal role in the success and growth of businesses. If your website takes longer than 3 seconds to load, 40% of your traffic will be lost. Apart from speeding up your store, for getting better conversions, make sure your store products are Found on Google. When your customers search on Google, your product can be found only if your page is indexed. Note that once a URL gets indexed, customers will start finding your store through organic searches, you will start getting order conversions for virtually zero cost. Making it sustainable business growth. flareAI helps to get your new products found on Google. flareAI works every day for you. Get sales from Google and 20+ world's largest free sales channels, Single click start!


I hope that the above list’s tips will help you decrease the load on your web pages and increase the Shopify website speed.


Hope this was helpful,


Gina
Add flareAI Shopify App today!

flareAI : Get Sales from Google Search, on Autopilot
$10+ billion in eCommerce on Google Search, every day. Find out how much you are missing

View solution in original post

Cedcommerce
Shopify Partner
718 76 113

This is an accepted solution.

Hi @arshh,

The below steps can help you fix the speed issue of your Shopify store:

 

  1. IMAGES files:

 

  • Add lazy load in your image tag.
  • Compress it without losing its original pixel. For compression, you can use tiny.png online tools. 
  • In case you have more than ten images, you should use Shopify image Filter.

 

  1. Javascript files:

 

  • Minify your JS file
  • Block "Third-Party JavaScript". It may be Google Analytics, Facebook, TikTok, Facebook, Vimeo, etc.
  • Preload the required javascript file as a jquery file & Reduce JS.
  • Also, remove the unused apps from your Store, if any.

 

  1. CSS file:

 

  • Minify your CSS file.
  • Preload CSS files to minify them. 
  • Example : <link title="theme" rel="preload" href="{{ 'theme.css' | asset_url | stylesheet_tag }}" as="style">

Hope it helps. In case you need more help please connect with us.

 

Regards, 

CedCommerce

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- [email protected]
- Whatsapp:- Join Here

View solution in original post

kazi
Shopify Partner
626 89 112

This is an accepted solution.

Hello @arshh 

 

 

You can try to fix the following issues on your store and this will improve your store Speed scores, load time, Google page speed scores, Core web vitals. GTmetrix scores.

 

▶ Fix render blocking resources
▶ Image optimization
▶ JS/CSS files optimization
▶ Lazyload media JS/CSS files
▶ Optimize CSS/JS delivery
▶ Minimize HTTP requests
▶ Removed unused codes
▶ Fix bad requests ex: 404 links
▶ Optimize Font delivery
▶ Preload files
▶ Optimize APP codes

 

Here some resources you can follow

 

https://help.shopify.com/en/manual/online-store/store-speed/improving-speed

https://gofishdigital.com/blog/shopify-speed-optimizations/

https://www.semrush.com/blog/9-tips-for-boosting-the-speed-of-your-shopify-website/

 

If you need help feel free to contact me Thanks.

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

View solution in original post

Replies 10 (10)

flareAI
Shopify Partner
2405 224 543

This is an accepted solution.

Hello @arshh,

 

The faster your site is, the more users you are likely to convert. By following the below steps, you can significantly speed up your Shopify store:


1. You can run the Shopify Theme Inspector for Chrome to identify the lines of code that are slowing down pages in your online store.
2. Don't add too many images on a page
Adding too many images on a page can be frustrating. It can significantly slow the load time of your website. Also, it can overwhelm visitors, which will ultimately result in a poor user experience, a high bounce rate, and a high probability of lower rankings in relative search results.
3. To reduce the initial load time, you can use Lazyload technique
4. Remove third-party JS scripts and Shopify App which you are no longer using
You should disable app features you don't use, or you can remove the app if you don't need it. If you are removing an app make sure to remove code that was added as part of the app install process.
5. Minimize HTTP requests. For example: Combine & inline your CSS scripts
6. Avoid unnecessary redirects and fix broken links
7. Use minified CSS and JS files
8. Use a theme which is optimized for performance means a theme which is responsive, fast, and takes minimal time to load the page.
If you choose a theme with numerous sliders, fancy animations, advanced navigation systems, etc., will affect your page speed. If your theme is loading slow, consider disabling the theme features you don't need.
9. Themes contain CSS, JS, HTML which can increase and affect your store speed. So disable theme features you don't use.
10. Loading extra data your customers aren't using can impact your store speed without adding value.
11. Using slideshow, which are high-quality images combined with transitions, take time to load when the user clicks the link to the homepage. So instead you can use a single high-quality hero image.
12. Image compression is important and a necessity for faster loading web pages. Make sure your images are of good quality and do not add too many images on a single page. You can try some tool like https://tinyjpg.com/.
13. Removing unused app code is a best practice that avoids running code for unused features, and makes your theme code easier to read.
14. Use a System font which is a font that is already installed on most computers. For example: Segoe UI, Times New Roman. If you use a font that does not yet exist on your customer's computer, then the font has to be downloaded before your text can be displayed. This impacts the time that your store takes to load.
15. Replace GIFs with static images
16. You can use Google PageSpeed Insights to view more detailed metrics for pages in your store.


A slow-loading website can reduce your conversions and profits. A fast-loading website is essential to welcome massive traffic to the website. In the case of eCommerce stores, speed and page loading time play a pivotal role in the success and growth of businesses. If your website takes longer than 3 seconds to load, 40% of your traffic will be lost. Apart from speeding up your store, for getting better conversions, make sure your store products are Found on Google. When your customers search on Google, your product can be found only if your page is indexed. Note that once a URL gets indexed, customers will start finding your store through organic searches, you will start getting order conversions for virtually zero cost. Making it sustainable business growth. flareAI helps to get your new products found on Google. flareAI works every day for you. Get sales from Google and 20+ world's largest free sales channels, Single click start!


I hope that the above list’s tips will help you decrease the load on your web pages and increase the Shopify website speed.


Hope this was helpful,


Gina
Add flareAI Shopify App today!

flareAI : Get Sales from Google Search, on Autopilot
$10+ billion in eCommerce on Google Search, every day. Find out how much you are missing
arshh
Shopify Partner
13 0 2

Thank you @flareAI . It was super helpful :))

Arsh

Cedcommerce
Shopify Partner
718 76 113

This is an accepted solution.

Hi @arshh,

The below steps can help you fix the speed issue of your Shopify store:

 

  1. IMAGES files:

 

  • Add lazy load in your image tag.
  • Compress it without losing its original pixel. For compression, you can use tiny.png online tools. 
  • In case you have more than ten images, you should use Shopify image Filter.

 

  1. Javascript files:

 

  • Minify your JS file
  • Block "Third-Party JavaScript". It may be Google Analytics, Facebook, TikTok, Facebook, Vimeo, etc.
  • Preload the required javascript file as a jquery file & Reduce JS.
  • Also, remove the unused apps from your Store, if any.

 

  1. CSS file:

 

  • Minify your CSS file.
  • Preload CSS files to minify them. 
  • Example : <link title="theme" rel="preload" href="{{ 'theme.css' | asset_url | stylesheet_tag }}" as="style">

Hope it helps. In case you need more help please connect with us.

 

Regards, 

CedCommerce

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- [email protected]
- Whatsapp:- Join Here
arshh
Shopify Partner
13 0 2

Thank you @Cedcommerce . My website speed is optimized now.

Arsh

kazi
Shopify Partner
626 89 112

This is an accepted solution.

Hello @arshh 

 

 

You can try to fix the following issues on your store and this will improve your store Speed scores, load time, Google page speed scores, Core web vitals. GTmetrix scores.

 

▶ Fix render blocking resources
▶ Image optimization
▶ JS/CSS files optimization
▶ Lazyload media JS/CSS files
▶ Optimize CSS/JS delivery
▶ Minimize HTTP requests
▶ Removed unused codes
▶ Fix bad requests ex: 404 links
▶ Optimize Font delivery
▶ Preload files
▶ Optimize APP codes

 

Here some resources you can follow

 

https://help.shopify.com/en/manual/online-store/store-speed/improving-speed

https://gofishdigital.com/blog/shopify-speed-optimizations/

https://www.semrush.com/blog/9-tips-for-boosting-the-speed-of-your-shopify-website/

 

If you need help feel free to contact me Thanks.

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

arshh
Shopify Partner
13 0 2

Thank you @kazi . My website speed is optimized now.

Arsh
kazi
Shopify Partner
626 89 112

Glad to hear it 🙂

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

websensepro
Shopify Partner
1217 135 156

Checkout the video tutorial here for speed optimization 

 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

donaldhartfield
New Member
9 0 0

Yes, this error message indicates that your webpage is making more requests than the recommended limit, which can slow down the page loading speed. You can easily Resolve this error with the help of "Website Speedy" or you can do it manually. Here are a few steps you can take to fix it:

  1. Reduce the number of requests: Try to minimize the number of requests your webpage is making. You can do this by combining multiple files into one, using CSS sprites, or removing unnecessary plugins.

  2. Optimize your images: Large images can slow down your page's loading speed. You can reduce their size by using a compression tool, such as TinyPNG or JPEG Optimizer.

  3. Use a Content Delivery Network (CDN): A CDN can help distribute your website's content across multiple servers, making it load faster for users in different locations.

  4. Enable caching: Caching allows the browser to store some of the website's files on the user's computer, making it faster to load the next time they visit.

  5. Use a performance testing tool: Use tools like Websityspeedy, Google PageSpeed Insights or GTmetrix to identify the issues that are slowing down your website's loading speed and get recommendations on how to fix them.

Implementing these steps should help you to reduce the number of requests and improve the loading speed of your webpage.

rashid_m_avaran
Shopify Partner
2 0 0

use Swish the page speed booster https://apps.shopify.com/speed-booster-1

result:recent page speed increase