Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

AllaN01Bear

(18,159 posts)
Sun Sep 11, 2022, 09:49 AM Sep 2022

This message was self-deleted by its author

This message was self-deleted by its author (AllaN01Bear) on Mon Sep 12, 2022, 07:01 AM. When the original post in a discussion thread is self-deleted, the entire discussion thread is automatically locked so new replies cannot be posted.

4 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies
This message was self-deleted by its author (Original Post) AllaN01Bear Sep 2022 OP
Javascript in infinite loop Tetrachloride Sep 2022 #1
Most likely, some javascript on the web page is taking up time. usonian Sep 2022 #2
When simple is actually beautiful. SWBTATTReg Sep 2022 #3
internal problem? CloudWatcher Sep 2022 #4

Tetrachloride

(7,834 posts)
1. Javascript in infinite loop
Sun Sep 11, 2022, 10:58 AM
Sep 2022

ad blocker will take care of most

usonian

(9,776 posts)
2. Most likely, some javascript on the web page is taking up time.
Sun Sep 11, 2022, 11:00 AM
Sep 2022

Background.
Web designers are in love with gigantic amounts of javascript on web pages. Many pages are larger than early computer game apps were. That is why they are slow to load, besides the ads, which you should be blocking (IMO) to help speed things up, and slow to run. The large java scripts also eat up memory that the browser uses.

Older browser? Low on memory?

Browser extensions may also run slowly, but if you are not a computer geek, you probably will not have many, or any, installed.

The cure depends on your browser. Some will pop up a notice to let you let the script run or kill it. If the script is vital to the web page running, that makes the page useless.

Some browsers have extensions you can load to kill javascript on the current page (or globally). to be honest, some sites are vastly improved this way ... nag popups, damned cookie warnings and so on, go away. But some pages just refuse to work without javascrript. Twitter is the worst, and people keep posting links to twitter on DU. Others use javascript to actually create the text you see in the browser.

Regardless of what browser you use, these are some simple explanations.
https://support.mozilla.org/en-US/kb/warning-unresponsive-script
https://www.computerhope.com/issues/ch001479.htm

Beyond that, it gets very technical.
There is a complexity bias in programming. Programmers feel that "simple is stupid" and jam the most complexity they can into web pages, when simple is actually beautiful. Just my opinion. Some load entire javascript libraries on each page, spare you the details.

SWBTATTReg

(22,112 posts)
3. When simple is actually beautiful.
Sun Sep 11, 2022, 02:17 PM
Sep 2022

I totally agree!

It makes it far easier to maintain such code later on. The more complex the code, the harder it is to embed or add new code later on.

CloudWatcher

(1,846 posts)
4. internal problem?
Sun Sep 11, 2022, 10:32 PM
Sep 2022

This can be caused by ...

1) the scripts on the website being poorly written (e.g. not your problem), or
2) your computer being slow to the point of not being able to work well (e.g. Malware or failing hardware ... very much your problem), or
3) your Internet connection being slow to the point of not working (your ISP's problem or your local network problem or your computer problem).

The browser (what is putting up that message) can't really tell which of the three situations is causing the problems, hence the somewhat less-than-stellar warning message.

So test with other sites (and other browsers), maybe reboot, and see if the problem persists. Most of the time it will vanish, but if you're unlucky there might be something for you to fix.

Latest Discussions»Help & Search»Computer Help and Support»This message was self-del...