Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Chủ đề này đã đóng và được lưu lại. Vui lòng hỏi một câu hỏi mới nếu bạn cần giúp đỡ.

When firefox says: a web page is slowing down your browser what do you want to do? >wait >stop it, does it let the page continue by default?

  • 4 trả lời
  • 3 gặp vấn đề này
  • 13 lượt xem
  • Trả lời mới nhất được viết bởi Rafael Lecuona

more options

I created a javascript script that generates the mandlebrot set using P5.JS . It's worked fine for smaller versions, but now I want to try creating a large version to save as my desktop image, however Firefox keeps telling me: "a web page is slowing down your browser what do you want to do?" then giving me the choice between "wait" and "stop it". If I click wait, it will shortly ask me again. This is annoying for two reasons: I don't know if the script will continue if I don't click wait, and I want to just leave my computer for a few hours while it works stuff out, which I can't do if I constantly have to click wait and I don't need telling the browser is being slowed down, I know that will happen as a result of my script.

Is there anything I can do to get rid of this message for my specific page? Will Firefox continue to run my script if I don't click wait.

I created a javascript script that generates the mandlebrot set using P5.JS . It's worked fine for smaller versions, but now I want to try creating a large version to save as my desktop image, however Firefox keeps telling me: "a web page is slowing down your browser what do you want to do?" then giving me the choice between "wait" and "stop it". If I click wait, it will shortly ask me again. This is annoying for two reasons: I don't know if the script will continue if I don't click wait, and I want to just leave my computer for a few hours while it works stuff out, which I can't do if I constantly have to click wait and I don't need telling the browser is being slowed down, I know that will happen as a result of my script. Is there anything I can do to get rid of this message for my specific page? Will Firefox continue to run my script if I don't click wait.

Tất cả các câu trả lời (4)

more options

”Webpage is slowing down your browser” This is the new way the browser tells you there is a problem with the script program(s). https://support.mozilla.org/en-US/kb/warning-unresponsive-script?cache=no

more options

FredMcD said

”Webpage is slowing down your browser” This is the new way the browser tells you there is a problem with the script program(s). https://support.mozilla.org/en-US/kb/warning-unresponsive-script?cache=no

I know their isn't a problem with the script because I wrote it and have used it to create lower res images. TBH it doesn't sound like you read my question in much depth.

more options

The problem is with the script and high-res images - not with Firefox!

https://support.mozilla.org/en-US/kb/warning-unresponsive-script That page tells you how to increase the "time" that Firefox will wait before displaying that warning message via adding a new pref of dom.max_script_run_time .

more options

How can I fix the problem: "A web page is slowing down your browser?"