Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Queries and parse time


kbking

Recommended Posts

Hi!

 

Depending on what page, I have between 70 and 166 queries and a parse time of 0.3 sek. to 3 sek. sometimes even worse!

 

I have put a lot of time in tweaking and merging code, but not until now, I realized that it's not always a good idea for the performance of the application.

 

Now I wonder, is there something I can easily do to cut down on the queries that are being pulled from the database each time a page loads so as to get a parse time at least below 0.5 sekonds?

 

(I have still very limited php skills.)

Link to comment
Share on other sites

have you started reading up on the speed optimization thread started by chemo ?

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...