Inconsistent Server Side performance
Inconsistent Server Side performance
Hi --first, this is a really great program, thanks for making it!
I've tried some implementations with the standard setup and had a lot of success. But I'm experiencing some difficulties with a server-side implementation. The dataset is 11,000 rows, and I query it with a PHP MySQL setup. I basically just adapted the example code and in general it seems to be working. The problem is that sometimes when I do an action it works very quickly, sometimes it is quite slow, and sometimes it hangs forever.
Is this likely to be a problem on the server side, or should I try some different options with my setup? I could go back to the paging/sorting that I had before, with a refresh of the whole page each time, but your program is so much more elegant than mine that I'd like to use it if I can.
I've tried some implementations with the standard setup and had a lot of success. But I'm experiencing some difficulties with a server-side implementation. The dataset is 11,000 rows, and I query it with a PHP MySQL setup. I basically just adapted the example code and in general it seems to be working. The problem is that sometimes when I do an action it works very quickly, sometimes it is quite slow, and sometimes it hangs forever.
Is this likely to be a problem on the server side, or should I try some different options with my setup? I could go back to the paging/sorting that I had before, with a refresh of the whole page each time, but your program is so much more elegant than mine that I'd like to use it if I can.
This discussion has been closed.