Asked By
Marie Amos
20 points
N/A
Posted on - 04/19/2013
Hi expert, I need to ask a question about MYSQL. Please explain me how can I add Ajax dashboard in PHP mysql? Most time I tried to create an Ajax dashboard in PHP mysql but my PC is slow when working with MYSQL. Please suggest me what was that problem? Thank you.
Add Ajax dashboard in PHP MySQL
Hello there! Well first of all, depending on your computer, AJAX and Javascript can take a lot of memory when running especially when a web site is full of that. AJAX lets you fetch, insert, delete, or even update data without leaving the page. You are doing queries in the web site and too many AJAX all at once can slow down the browser and eventually your PC. As much as possible, minimize the use of multiple Javascript on a single page. Hope that helps!