搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

How can I debug slow page loads deeper than just developer tools(F12)

  • 6 回覆
  • 1 有這個問題
  • 3 次檢視
  • 最近回覆由 hforn

more options

Hi all, I'm debugging a frustrating issue where sometimes pages will load extremely slowly. I've attached a screenshot of the developer tools that will perhaps show my issue more clearly. Right after Firefox starts up, the first loading of a page takes forever to load. This doesn't happen on a blank tab/start screen. This happens for fresh installations as well - no plugins, no profiles, cache, etc. As you can see from the screenshot, it took 90 seconds to load reddit.com - with 90 seconds in "Blocked."

I'm not saying this is a Firefox issue - it's probably not, perhaps antivirus or malware, Windows updates, etc. But I'd like to know how to drill down on this problem.

Windows 10, 59.0.1-64 bit

Hi all, I'm debugging a frustrating issue where sometimes pages will load extremely slowly. I've attached a screenshot of the developer tools that will perhaps show my issue more clearly. Right after Firefox starts up, the first loading of a page takes forever to load. This doesn't happen on a blank tab/start screen. This happens for fresh installations as well - no plugins, no profiles, cache, etc. As you can see from the screenshot, it took 90 seconds to load reddit.com - with 90 seconds in "Blocked." I'm not saying this is a Firefox issue - it's probably not, perhaps antivirus or malware, Windows updates, etc. But I'd like to know how to drill down on this problem. Windows 10, 59.0.1-64 bit

所有回覆 (6)

more options

Adding screenshot

more options

Hi, will avoid your question till next time.

There appears to be an issue that only affects users who have turned off cleartype font rendering within their windows settings. So a workaround for the moment would either be to turn cleartype back on or disabling hardware acceleration in Firefox: https://support.mozilla.org/en-US/kb/performance-settings

Please let us know if it worked.

more options

What security software do you have?

Boot the computer in Windows Safe mode with network support to see if that has effect in case security software is causing problems.

more options

I'm fairly certain it's Windows Defender, I'm not too interested in trying to fix the issue, I'm more interested in if there are debugging mechanisms built into Firefox instead of having to rely on black-box debugging utilities like Visual Studio or WinDbg.

more options

"Blocked" is supposed to mean Firefox already had the maximum number of connections open to that host, so it waited until one of them closed.

https://developer.mozilla.org/docs/Tools/Network_Monitor#Timings

Was Reddit also open in a different tab?

more options

jscher2000 said

"Blocked" is supposed to mean Firefox already had the maximum number of connections open to that host, so it waited until one of them closed. https://developer.mozilla.org/docs/Tools/Network_Monitor#Timings Was Reddit also open in a different tab?

Nope, fresh installation of Firefox, Reddit was the first and only page opened.