Is there a way to test the performance of a DOM element on a page?
|
04-29-2017, 05:39 AM
Post: #1
|
|||
|
|||
Is there a way to test the performance of a DOM element on a page?
Hello!
The tool webpagetest provides an option "-m, --dom <element>: DOM element to record for sub-measurement" when run the test command. After applying this option, I could not find where to find the performance for a particular DOM element. May I know is there a way to test the time (CPU + network) spent on a DOM element (including the time on the children elements enclosed by the particular DOM element)? Thanks in advance!! Regards, Vivi |
|||
05-26-2017, 07:16 AM
Post: #2
|
|||
|
|||
RE: Is there a way to test the performance of a DOM element on a page?
Anyone can help to solve my concern?
Thanks!! |
|||
05-30-2017, 11:01 PM
Post: #3
|
|||
|
|||
RE: Is there a way to test the performance of a DOM element on a page?
I don't think that is supported anymore (at least until a low-overhead way to implement it is figured out). The old way would poll the page DOM waiting for the element to show up but on complex pages the polling could add quite a bit of overhead and influence the results.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)