M
M
massef2018-04-23 19:02:49
Web development
massef, 2018-04-23 19:02:49

A tool that tells you at what point the site is slowing down?

Hello.
Some clients complain that the site "slows down". At the same time, we do not have strong brakes.
Are there any tools that can show problem areas when loading pages on the user's side?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ranwise, 2018-04-23
@Ranwise

соберите больше информации от пользователей у которых тормозит, может вы там на i7 + ssd и не тормозите, а пользователи с древних телефонов с 3g тормозят, либо браузер что-то не поддерживает

Сергей, 2018-04-23
@dpmango

in chrome there is a CPU throttling setting (Performance tab)
prntscr.com/j94bqj
Enable CPU slowdown and set the FPS meter
For example, this one from Yuri Artyukh
https://chrome.google.com/webstore/detail/fps-exte
... sags. Usually these are heavy functions on .scroll , .resize . First of all, I would check them
and install the debounce/throttle functions with lodash
You can take it from here (cut from the library and without es6)
https://github.com/dpmango/gulp-starter-pack/blob/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question