C
C
Cobret2020-05-20 10:47:03
css
Cobret, 2020-05-20 10:47:03

How to measure layout loading speed locally (before hosting)?

Is there a way to find out how fast my layout will work before I put it on the hosting. When you’re just doing layout on your computer (locally), I would like to know some extensions or how to measure the speed of rendering the first window using developer tools, etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
ThunderCat, 2020-05-20
@ThunderCat

In chrome tools in the network there is a simulation of the delay and turning off the cache. turn on the settings, reload the page, look at the speed, sort by loading speed, think... If there are loaded javascripts, look at the performance tab. And for a general assessment, you can look at audits, but emnip will not work with localhost...

D
Dmitry Nikolaev, 2020-05-20
@kaleniybrat

To measure speed use Google PageSpeed. It requires a link to the site and will not be able to measure the speed of a local project.
Conclusion: upload to hosting

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question