A
A
atwooo-r2021-09-03 22:19:54
PHP
atwooo-r, 2021-09-03 22:19:54

How does the site work from the inside (deep technical analysis of the site)?

Good afternoon.
A question regarding in-depth analysis of the site.
Suppose when I enter some page, I see in the inspector that the server responded in 2 seconds.
I would like to understand what exactly the server was busy with for 2 seconds.
What php scripts worked? What were they busy with? how long did it take them? how many queries were sent to the database? to kami tables, etc.

Tell me, is there any tool for this kind of analysis?
I must say right away that we do not use CMS and a framework that has such capabilities.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Developer, 2021-09-03
@atwooo-r

If we are talking about an arbitrary site, then it is impossible to do this without hacking.
If we are talking about our own site, then this is done at the development stage and any developer is familiar with debugging and profiling tools

T
toxa82, 2021-09-03
@toxa82

Xhprof is here to help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question