Reputation: 1102
I have been trying to fix extremely slow loading on my site until I have just tested it in another browser (opera) and it pings! No wait whatsoever. However in Edge and Brave it hangs for minutes... I am using php / xammp and the site is loading an sql resource (say, 50-100 results), then when iterating over it with simple markup like a <p>tag it just takes forever, or doesn't work at all. How can this be? Also I have tested it in Firefox and it is lightning fast, just like on Opera
Edit: I understand that the iteration over an SQL resource happens server-side, and outputs before it is rendered in the browser, but that is what is puzzling me.
Upvotes: -1
Views: 495
Reputation: 23
Just turn off the option for Use graphics acceleration when available
relaunch, and you are good to go.
No need to uninstall any extensions. This will suffice.
Upvotes: 0
Reputation: 1102
I validated the page on the w3 validator and having fixed a conflict with the meta tag and the http-equiv attribute 'charset=utf-8', the page worked.
Upvotes: 2