Response time in CMS is too slow

Hi,

I have setup a MySql database to my CMS to store all the content.

Seems like some of the folders in CMS when selected take considerably long time to display the articles.

Any idea how to increase the speed or improve the performance of the CMS?

Thanks,
Rakesh

The only issue I am aware of is that jcr doesn’t handle large numbers of child nodes well. So try to not have more than 100 child nodes (documents and folders). This is only about child nodes, so it is fine to have 100 folders with 100 subfolders with 100 documents, but not ok to have 1000 articles in a folder.

Oh got it! That’s where the problem is then.

Thanks for your response.