我正在尝试使用Firefox Quantum配置Javascript应用。我最感兴趣的部分是在webworkers中运行的。我不确定我是否正在做所有事情,但我找不到使用内置探查器获取任何有用数据的方法。我只能看到这一点:
是否有隐藏的功能可以帮助我查看网络工程师?
答案 0 :(得分:1)
对于将来发现此问题的任何其他人:https://profiler.firefox.com/ 能够分析 Web Workers。
您需要打开 Resources
下拉菜单并选择 Thread: DOM Worker
。
答案 1 :(得分:0)
After further looking into this I came to the conclusion that Firefox does not support runtime analysis for web workers at the moment. I will have stick with Chrome for profiling our app.