0

i try to investigate bug on existing site so i use devtools "Perfomance" and JavaScript profiler to understand chain of call. the problem that too many scripts are in report. when debugging there is a good feature - blackboxing, which help to hide third-party scripts. But is there some way to blackbox in profiler?

vei nen
  • 39
  • 3

1 Answers1

0

DevTools tech writer here.

But is there some way to blackbox in profiler?

I asked the team about this. There was an experiment around this feature, but it was removed. So it's currently not possible.

If you press Command+F (Mac) or Control+F (Windows, Linux, Chrome OS), you can open the Performance panel's search box. Maybe that will help?

Kayce Basques
  • 23,849
  • 11
  • 86
  • 120