Visually complete and timeline view
|
04-01-2017, 12:36 AM
Post: #1
|
|||
|
|||
Visually complete and timeline view
can anyone explain timeline view provided in webpage test? and sometimes visually complete is higher than fully loadedtime. is it correct and why is that so?
|
|||
04-01-2017, 03:53 AM
Post: #2
|
|||
|
|||
RE: Visually complete and timeline view
The timeline view is literally Chrome's timeline from dev tools so any tutorials on that can be helpful. This is probably a good place to start: https://developers.google.com/web/tools/...eline-tool
As far as visually complete being later, yes - that can happen and can be normal. The load times are all based on network activity but things changing on the screen may not generate new requests on the network (and in the simplest case, it still takes some time to layout and render the content that did arrive on the network). |
|||
04-01-2017, 06:45 PM
(This post was last modified: 04-01-2017 06:49 PM by gomathi.)
Post: #3
|
|||
|
|||
RE: Visually complete and timeline view
Thanks
![]() And one more doubt if nothing displays within dom complete time can we refer visually complete time bcz it displays something in webpage to user |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)