How can i get memory usage of browser when loading webpage
|
11-25-2016, 12:05 AM
Post: #1
|
|||
|
|||
![]()
Hi,
Currently, i can only see CPU and Bandwidth below waterfall model. Is there way to get memory usage? Thanks, Vikram |
|||
11-26-2016, 05:01 AM
Post: #2
|
|||
|
|||
RE: How can i get memory usage of browser when loading webpage
No, at least not in the UI. Through the API you can get the private bytes delta from the start to the end of the test but I don't recommend looking there. Overall browser memory use will tell you nothing useful because browsers will tend to optimize for speed and cache a bunch of things internally in RAM until there is a reason to discard them (like memory pressure).
|
|||
11-30-2016, 10:41 PM
Post: #3
|
|||
|
|||
RE: How can i get memory usage of browser when loading webpage
Thanks for the information @pmeenan.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)