Jump to content

Too much PHP and MySQL Query


ZulfadlyAshBurn

Recommended Posts

I am creating a interaction site for my cca and in on page there are too much lines of codes.

 

 

It has too much Querying with MySQL Database and taking a long time too load. I have tried ajax but it still takes time to load too.

 

 

Anyone have any idea to speed up the site?

Link to comment
https://forums.phpfreaks.com/topic/240609-too-much-php-and-mysql-query/
Share on other sites

The problem is on lines 42, 43 and possibly 44  :shrug:

 

Also, AJAX would have limited affect on the problem because AJAX still makes a http request to the web server and if your server side code is not doing things efficiently, the AJAX must still wait to get the response from the server side code.

 

What have you done to troubleshoot and isolate where the problem is actually occurring at in your application (keeping in mind that we don't have access to your code and your data on your server and so cannot duplicate the problem)?

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.