Add Ajax dashboard in PHP MySQL

Asked By 20 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 50 points N/A #164165

Add Ajax dashboard in PHP MySQL

qa-featured

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!

Related Questions