cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Page Loading Problem Caused By JAVA

ABC123
Making moves

CTL+F5 fixes the problem. That seems to suggest that Java code is getting ahead of itself. Is there some way to slow the Java Script loading by adding a time delay?

7 REPLIES 7

siffemcon
Contributor

> Java code is getting ahead of itself

How did you come to that conclusion?

 

ABC123
Making moves

Because CTL+F5 loads Java more slowly than the initial page loading process and bypasses the cache. What is needed is to implement some time delays with the loading of the java script.

namkny
Making moves

@ABC123 

It sounds like the underlying issue isn’t that JavaScript is “too fast,” but rather that the page is relying on resources or DOM elements that aren’t fully available when the script executes. The fact that a hard refresh (Ctrl+F5) resolves it suggests a caching or load-order problem rather than timing itself. Instead of adding an artificial delay—which is unreliable and generally considered a bad practice—the better approach is to ensure your JavaScript runs only after the necessary resources are ready. This can usually be solved by placing scripts at the end of the , using defer, or wrapping logic inside DOMContentLoaded or a proper initialization callback. This guarantees correct sequencing without introducing unnecessary latency or race-condition risks.

 

Where do you go inside Firefox to fix it? And if that solves the problem, maybe Firefox 116 can be created and released for Win-7 users.

There is no way Moz. will create FF 116 but you could make your own FF fork.

 

OK. Let's make one more Extended Service Release for Win-7 Users. They already made a few of them even though they said they were through. Presumably we stopped at 115.30.0 and ESR Releases followed. It couldn't hurt to make one more. Save the Landfill from all those perfectly fine computers thrown in the trash. 

Agentvirtuel
Collaborator

Hello

To complement, this discussion, about, Firefox 115 https://support.mozilla.org/en-US/questions/1551165#answer-1783110, the video cannot be played.