We add about 200 new items (and categories) a month. So I was looking at how to speed up our admin, and I was hoping someone here might have an idea.
Current category structure :
Top->
(under A-C)(About 1,000 categories here, starting with a,b or c.)
And it is the same story for all the other letters. (d-f, g-i, etc)
Is there a better way to organize the categories? Purely from the admin perspective, as the customer side is represented differently. Currently it takes over a minute to load one of those large category pages. I ran an explain on the query and time was .003 seconds, with nothing else that I saw that I could remove.
Is the result set too large, that php looping over it to build the page is the bottleneck? Should I make the categories a, b, c separate under Top? What is he limit to subcategories before the page takes too long to display?
I have the category counts off... didn't seem to do much.
Thanks