Hi, I am setting up a page for a custom made dress. One of the attributes is fabric color. That option has about 50 values in a drop down box. Another option is ribbon color, and there are about 30 of those in a drop down box, and also a bow color, which also has the same 30 values in a drop down box. So you can see that for that one product, those drop down boxes have A LOT of values to load into the dropdown boxes.
This seems to be causing a delay of over 10 seconds each time the page loads. I took off those attributes and the time delay went down to less than 2 seconds, so its clearly the amount of values in the dropdown boxes.
Is this normal, and what can I do to make it faster? Does sort order make a difference? Caching? I tried all the types of database caching, but all seem the same effect.
If I can't resolve, I may have to take the undesirable route of just having the choices typed into a text box instead.
thanks in advance.


Reply With Quote

