abazoskib Posted October 3, 2009 Share Posted October 3, 2009 i have a table that has about 300 rows in it, that loads very slow. the query behind the table runs fast on phpmyadmin, however when i view the page with my browser, i can barely scroll down. the very last row is a totals row that get computed on the fly. also, i just implemented PEAR Cache-Lite but it hasnt made a big difference. anybody ever have to deal with displaying so much data? Link to comment https://forums.phpfreaks.com/topic/176386-solved-table-loading-slow/ Share on other sites More sharing options...
PFMaBiSmAd Posted October 3, 2009 Share Posted October 3, 2009 That's not that much data. Adding a cache won't help fix problems in your code or problems between your code and the database. You would need to post the code for your page that is experiencing the problem for anyone to have a chance at helping find what the actual problem is. Link to comment https://forums.phpfreaks.com/topic/176386-solved-table-loading-slow/#findComment-929664 Share on other sites More sharing options...
abazoskib Posted October 3, 2009 Author Share Posted October 3, 2009 Thanks for the help. That's all you needed to say for me to find the issue. I did it really quickly, and was echoing HTML. What a speed boost when I corrected the mistake! Thanks for the help. Link to comment https://forums.phpfreaks.com/topic/176386-solved-table-loading-slow/#findComment-929691 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.