P
P
paramid2018-04-11 17:23:07
HTML
paramid, 2018-04-11 17:23:07

Why such a delay before the first rendering of the page?

5ace19e8068c3081697454.png5ace1a3a5722a994051906.png
What could be the reason for such a delay before rendering the page?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Igor Vorotnev, 2018-04-12
@paramid

Waiting = 1.18s
This is HTML rendering on the server (PHP), it's certainly not fast for you, but it's not that slow either.
And now the server is sending (and the browser is downloading) this generated HTML, and this is abnormally slow. Most likely the channel is shit.
Among other things, 127Kb of HTML is also an abnormally large amount, the DOM is hellishly huge there, plus scripts and styles, hence the same amount of time is spent on parsing and rendering.

A
Aligatro, 2018-04-11
@Aligatro

What you pointed to is the execution time of the server side code. And by the way, the size of the html returned by the server is somehow abnormally huge.

R
Roman Mirilaczvili, 2018-04-11
@2ord

The server takes a long time to return the HTML of the main page.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question