I have a category group assigned to a channel. The categories are structured like this:
Author
- Author1
- Author2
....
Publisher
- Publisher1
- Publisher 2
...
With Author and Publisher being the main categories.
The list of authors and publishers are both very long and are added to constantly. I’m currently using GWCode Categories to generate a list of each for population into a dropdown menu, but it’s really memory intensive, increasing the load time from just over 1 second to just over 3 seconds.
I think a query might be a good alternative to try, but I’m really bad at MySQL and the like. Any help?