Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Firefox takes a very long time to load sourceMaps, and doesn't improve during subsequent refreshes

  • 2 відповіді
  • 1 має цю проблему
  • 7 переглядів
  • Остання відповідь від cor-el

more options

Confirmed on this device (Firefox 33.0 on Linux) and with Firefox 33.0 on Mac OS X Maverics.

Without developer tools open, my site loads in <1s. When developer tools are opened, and I navigate to the debug tab for the first time, the browser consumes 100% of one of my cores for ~60s. It eventually completes the processing (sometimes firefox reports a slow script, but if it is allowed to run, it finishes), and performs normally - sourceMaps seem to work fine. On each subsequent page load, the browser behaves as when navigating to the debug tab for the first time.

Cursory testing in a recent version of Chromium does not have the same slowness.

The site contains a fairly large amount of javacript, which is processed by browserify as part of our build process. Browserify is responsible for generating the sourceMaps.

Confirmed on this device (Firefox 33.0 on Linux) and with Firefox 33.0 on Mac OS X Maverics. Without developer tools open, my site loads in <1s. When developer tools are opened, and I navigate to the debug tab for the first time, the browser consumes 100% of one of my cores for ~60s. It eventually completes the processing (sometimes firefox reports a slow script, but if it is allowed to run, it finishes), and performs normally - sourceMaps seem to work fine. On each subsequent page load, the browser behaves as when navigating to the debug tab for the first time. Cursory testing in a recent version of Chromium does not have the same slowness. The site contains a fairly large amount of javacript, which is processed by browserify as part of our build process. Browserify is responsible for generating the sourceMaps.

Змінено idbentley

Усі відповіді (2)

more options
more options

You could try to disable this feature for now by toggling this pref on the about:config page:

  • devtools.debugger.source-maps-enabled = false