Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't see Safari developer Timeline's Memory Instrument

I am trying to analyze web app memory usage in a Safari browser. I read in several sites that Safari's Web Inspector Timeline can be used to analyze web app memory, but I don't see a Memory option. Here's what I see:

enter image description here

Here are the sites that say I should also have a Memory element:

https://webkit.org/blog/6425/memory-debugging-with-web-inspector/

https://support.apple.com/guide/safari-developer/improve-memory-performance-dev935efea11/mac

I'm looking for a way to 'turn on' the Memory element. Or perhaps it is no longer available? I'd appreciate any pointers. Thanks!

like image 541
Josh Britton Avatar asked Jan 26 '18 16:01

Josh Britton


People also ask

How do I show the developer menu in Safari?

If you don't see the Develop menu in the menu bar, choose Safari > Preferences, click Advanced, then select “Show Develop menu in menu bar.”

Where do I find developer tools in Safari?

If you're a web developer, the Safari Develop menu provides tools you can use to make sure your website works well with all standards-based web browsers. If you don't see the Develop menu in the menu bar, choose Safari > Preferences, click Advanced, then select “Show Develop menu in menu bar.”


1 Answers

  1. Go to the timelines Tab
  2. Go to the left bar (with all the timeline options)
  3. Click the 'edit' button to the top right of that bar
  4. Click the Memory checkbox to enable it.
like image 118
user2993497 Avatar answered Oct 22 '22 12:10

user2993497