Site page russkiiyazyk.ru freezes

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
inFlowiaLab

Site page russkiiyazyk.ru freezes

Unread post by inFlowiaLab » 2020-04-07, 09:10

https://russkiiyazyk.ru/orfografiya/pra ... delno.html
Hangs upon opening. It’s not even possible to close the browser without the task manager.
I tried it in safe mode, in a clean profile, on another PC and another network - the same result.

Frasier
Lunatic
Lunatic
Posts: 252
Joined: 2014-05-07, 02:44
Location: Indiana

Re: Site page russkiiyazyk.ru freezes

Unread post by Frasier » 2020-04-07, 09:34

Takes several seconds but I get:
504_Gateway_Time-out.png
504_Gateway_Time-out.png (8.8 KiB) Viewed 640 times
a server side error.

inFlowiaLab

Re: Site page russkiiyazyk.ru freezes

Unread post by inFlowiaLab » 2020-04-07, 12:19

In Firefox works ok.

New Tobin Paradigm

Re: Site page russkiiyazyk.ru freezes

Unread post by New Tobin Paradigm » 2020-04-07, 14:55

Good for Firefox. How does that help any of us?

User avatar
badnick
Astronaut
Astronaut
Posts: 670
Joined: 2017-03-23, 19:56

Re: Site page russkiiyazyk.ru freezes

Unread post by badnick » 2020-04-07, 17:02

The page works now, at least for me, earlier did not work.
Windows 10 pro /64 (version 1809)
PM last/64

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35620
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Site page russkiiyazyk.ru freezes

Unread post by Moonchild » 2020-04-07, 17:42

From what little I can gather it's a recursion problem in the website (potentially linked to timeouts/intervals) that triggers when the page has loaded. I'm not sure what it's trying to achieve but it floods the event loop with calls. There's very little that can be done to counter this kind of scripting lockup.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2986
Joined: 2015-09-26, 04:51
Location: U.S.

Re: Site page russkiiyazyk.ru freezes

Unread post by coffeebreak » 2020-04-07, 17:55

It seems to specifically hang up on this script:

Code: Select all

https://get.optad360.io/sf/17f2705c-51de-11e8-86dc-06048607e8f8/plugin.min.js
The site loaded/scrolled fine for me when that was blocked.

And fwiw, it also seems to load ok, with/without that script, when cookies are blocked.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35620
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Site page russkiiyazyk.ru freezes

Unread post by Moonchild » 2020-04-07, 18:07

Thanks for pinpointing the culprit; I've contacted optad360 about this. This may be a problem on all sites that have their WP plugin.

(and updated the lunar blocklist for ABL to include them as blocked domain ;-) )
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
badnick
Astronaut
Astronaut
Posts: 670
Joined: 2017-03-23, 19:56

Re: Site page russkiiyazyk.ru freezes

Unread post by badnick » 2020-04-07, 18:15

coffeebreak wrote:
2020-04-07, 17:55
It seems to specifically hang up on this script:

Code: Select all

https://get.optad360.io/sf/17f2705c-51de-11e8-86dc-06048607e8f8/plugin.min.js
The site loaded/scrolled fine for me when that was blocked.

And fwiw, it also seems to load ok, with/without that script, when cookies are blocked.
Right, the page is loading fine with adblockers and without it hangs.
Windows 10 pro /64 (version 1809)
PM last/64

Locked