https://github.com/catchpoint/webpage-visually-complete
Visually Complete is calculated by reporting the time until roughly 80% of elements in the viewport have loaded. It references img, iframe, css, script, and subdocument elements in the Resource Timing API to determine the time from navigation to the page appearing loaded to an end user.
https://github.com/catchpoint/webpage-visually-complete
Last synced: 4 months ago
JSON representation
Visually Complete is calculated by reporting the time until roughly 80% of elements in the viewport have loaded. It references img, iframe, css, script, and subdocument elements in the Resource Timing API to determine the time from navigation to the page appearing loaded to an end user.
- Host: GitHub
- URL: https://github.com/catchpoint/webpage-visually-complete
- Owner: catchpoint
- Created: 2018-01-02T16:54:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T17:50:30.000Z (over 5 years ago)
- Last Synced: 2025-03-04T08:45:48.005Z (over 1 year ago)
- Size: 29.3 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Visually Complete is calculated by reporting the time until roughly 80% of elements in the viewport have loaded. It references img, iframe, css, script, and subdocument elements in the Resource Timing API to determine the time from navigation to the page appearing loaded to an end user.