PHP is very slow when printing a large amount of information

Errolessy

New Member
I have an application where I need to retrieve a large amount of rows from the database and then print them all on the screen. I've checked the mysql queries, and that's not where the problem is. The problem is the rows all need to be printed on the same page, with no pagination, and it takes a long time (I'm talking about a table with several thoudands of rows). Is there any way to speed things up? The only thing I've found on Google is using "," instead of "." when using echo. I'll be testing this to see if there is any improvement, but I'm not sure it will make such a big difference.
 
Back
Top