cancel
Showing results for 
Search instead for 
Did you mean: 

Slow performance with thousands categories

SOLVED

Re: Slow performance with thousands categories

And in additional, I think the speed problem happen because of the HTML load from server and HTML parse. I mean the server side cache fast enough but the client side need time to load and parse. That 's why it 's slow. You may use ajax load for menu to make it only load the menu you really focus on instead of load all menu html in the same time.