
Originally Posted by
sports guy
I have a website that sells picture frames. I started a previous post because each product (picture frame) has many, many attributes. I was able to remove some attributes to speed up the database.
On my old site right now each query is bringing back these numbers:
Querries: 11090
Querry Time: 7.73999151993
Parse Time: 8.428
That is on an older PHP version and MySQL which used to run fast for many years but now my product pages (only) run very slow. Because I have to load so many attributes. For many years until my PHP version on my server changed this site used to load in or under a couple of seconds. Not anymore. So I am upgrading the site thinking a newer PHP and MySQL will load more quickly and be more stable. I know how to cut the querries in half by cutting my picture frame width vs height sizes in half (offering up to 40" instead of the the larger 80" per side).
Someone told me to uncheck the pink "Discounted" Atributes box for each of my mat colors and I did so. It cut down on the querries and gave me a slightly faster load time. I would like to uncheck this box on all my attributes but most have a price attached and a weight. And I do offer discount coupon codes. Right now 1/2 off each product, but no discount per attribute. When is it safe to uncheck this box for any/all attributes?
My thinking is that if I don't need this "Discounted" box checked I can disable on any attribute thereby, shaving the amount of querries the database has to return. Just trying to shave time off my uncessary database querries.