lonewolf217 Posted March 27, 2009 Share Posted March 27, 2009 I basically took the tutorial in the sticky here and pasted it into my test site. I then updated the backend page to take the input from the username field and "onkeyup" it will run a basic query to return results from a small database. The issue I am having is that even though the database is really small and returns few results, every time i press a key it sits on "LOADING..." for several seconds. I dont understand why it would be so slow though, on my live site when I do a query to return a bunch of results for display it comes up almost immidiately. Is there something wrong with the stickied sample, or would it be a setup issue ? Link to comment https://forums.phpfreaks.com/topic/151436-solved-slow-ajax-response-with-onkeyup/ Share on other sites More sharing options...
lonewolf217 Posted March 30, 2009 Author Share Posted March 30, 2009 nevermind, i finally found the problem was something unrelated in my php.ini file Link to comment https://forums.phpfreaks.com/topic/151436-solved-slow-ajax-response-with-onkeyup/#findComment-796864 Share on other sites More sharing options...
arnyinc Posted April 21, 2009 Share Posted April 21, 2009 Just out of curiosity, what setting was causing the problem? I have a similar issue and this might help me. Link to comment https://forums.phpfreaks.com/topic/151436-solved-slow-ajax-response-with-onkeyup/#findComment-815125 Share on other sites More sharing options...
lonewolf217 Posted April 23, 2009 Author Share Posted April 23, 2009 I had multiple database types enabled instead of just mssql. Once i commented out the extras it solved my issue Link to comment https://forums.phpfreaks.com/topic/151436-solved-slow-ajax-response-with-onkeyup/#findComment-817294 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.