navigation-timing
https://www.w3.org/TR/navigation-timing/
Introduction
This section is non-normative.User latency is an important quality benchmark for Web Applications. While script-based mechanisms, such as the one described in [JSMEASURE], can provide comprehensive instrumentation for user latency measurements within an application, in many cases, they are unable to provide a complete end-to-end latency picture.
For example, the following script shows a naive attempt to
measure the time it takes to fully load a page:
The script calculates the time it takes to load the page after the
first bit of JavaScript in the head is executed, but it does not give any
information about the time it takes to get the page from the server. <!- Main page body goes from here. -->
http://.......cat/prova-navigation-timing.html
resultat
page loading time: 6
To address the need for complete information on user experience, this document introduces the
PerformanceTiming
interfaces. This interface
allows JavaScript mechanisms to provide complete client-side latency
measurements within applications. With the proposed interface, the previous
example can be modified to measure a user's perceived page load time.
The following script calculates how much time to load a page since the
most recent navigation.
The interface provided by this work does not intend to be used as any sort of
performance benchmark for user agents.<!- Main page body goes from here. -->
http://.......cat/prova-navigation-timing2.html
resultat
User-perceived page loading time: 54
continuant del document
https://www.w3.org/TR/navigation-timing/timing-overview.png
https://developers.google.com/web/fundamentals/performance/navigation-and-resource-timing/
m'he de mirar el contingut
https://github.com/micmro/performance-bookmarklet
https://github.com/andydavies/waterfall
pero finalment he anat a web de proves de temps de carrega
https://www.webpagetest.org/
Web Page Performance Test for
ies-sabadell.cat
From: Dulles, VA - Chrome - Cable
10/9/2018, 10:01:42
10/9/2018, 10:01:42
Tester: VM2-01-192.168.11.98
First View only
Test runs: 3
First View only
Test runs: 3
Performance Results (Median Run)
Document Complete | Fully Loaded | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Load Time | First Byte | Start Render | Speed Index | First Interactive (beta) | Time | Requests | Bytes In | Time | Requests | Bytes In | Cost | |
First View (Run 2) | 21.449s | 1.432s | 3.600s | 4039 | 10.070s | 21.449s | 137 | 10,747 KB | 21.652s | 138 | 10,748 KB | $$$$$ |
https://testmysite.withgoogle.com/intl/en-gb
5s
Loading time on 3G:19%
Est. Visitor loss
(Due to loading time)
altres
https://developers.google.com/speed/pagespeed/insights/?url=ies-sabadell.cat&tab=mobile
https://developers.google.com/speed/pagespeed/insights/?url=ies-sabadell.cat&tab=desktop
Cap comentari:
Publica un comentari a l'entrada