I am new to php and recently inherited a very basic shopping cart where I work. My boss is not very bright and has no clue who set it up for him.
When displaying the orders it displays about 1 per second or slower.. very slow when you have about 10,000 orders sitting there to be done and you're seafching for one. Or if someone is on the phone and their order is at the bottom of the list.
From what I see in the code, it does a simple read from a mysql DB reading only the order#, name, and order status (which is just a check box) then it displays it on a website. Seems very basic to me. Although it is capable of doing a little more, this is all we have it doing.
Why is it so slow? I know it's not the server because I have a copy on my testing server here next to me and it's the same speed.
stumped,
Adam