-
- tfittsy

-
Total Posts: 12
Joined: 2007-12-16
|
OK, maybe I didn’t make it obvious but this problem isn’t solved. Saying I figured out the solution to my problem was to up the php memory limit to 1536MB was not really the solution to this problem. Can anyone comment on this problem? I’m sure the problem is that it loads every category in your database and puts it into an expanded category tree. I think the better solution would be to grab all top level categories and have a little bit of loading each time a category is clicked. This would keep the memory well inside the regular 64MB default and also cause the page to load in less than 2 minutes.
Is the current behavior considered a problem that needs to be addressed or am I going to have to edit whatever file generates that page so that it only pulls top-level categories to start.
|