vei nen
vei nen

Reputation: 49

filter profilable scripts in DevTools (blackboxing)

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?

Upvotes: 0

Views: 73

Answers (1)

Kayce Basques
Kayce Basques

Reputation: 25917

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?

Upvotes: 0

Related Questions