S
S
Sergey2018-09-01 17:32:43
Web development
Sergey, 2018-09-01 17:32:43

How critical is the frequency of requests to the server for site performance?

We all know that the size of downloaded resources is very important for website performance: images, fonts, styles, scripts and other files. What about the frequency of http requests? For example, there are 4 dozen vector images (individual pictures, not icons that can be placed in a sprite). In total, they weigh no more than 500Kb. Will they win the performance race when they have only one file against them, but weighing twice as much? What articles would you recommend reading on this topic?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2018-09-01
@SergeiB

Static, until you have it in hundreds of kilorequests, does not affect your site at all
Sponsor of this feature - Igor Sysoev
Sprites are made to speed up requests from the client , since a limited number of sockets are opened on the client for one tab
File size should be limited 64-128- 256kb, depending on their clients - zhprs is still a reality

In total, they weigh no more than 500Kb. Will they win the performance race when they have only one file against them, but weighing twice as much?
You need to optimize the display of something to the user. Those who sit on a thick Internet will leave you after 1-10 seconds.

R
Roman Mirilaczvili, 2018-09-01
@2ord

Need to freeze. Resources are loaded in parallel, as needed to display.
Depends on the browser-server pair.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question