Webpage used to load faster, but now takes ~25 seconds to load

www.dbtry.epizy.com

I’ve been working on this page for a few days and I’m retrieving ~1000 rows from my MySQL database. It used to load in 2 or 3 seconds but now it takes way longer than that. Why is this happening and how can I fix it? Please help.

Just use a cacher like Cloudflare.

What have you tried to figure this out yourself? It’s not like we can look at any website and intuitively tell why it s slow.

Did you try adding some timing statement in your code to debug which step actually takes longer? Printing the current time may help to isolate whether the issue is caused by database performance, code performance or something else.

5 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.