Jump to content

[SOLVED] table loading slow


abazoskib

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.