I have an Umbraco project(7.2.8) which has been deployed to a server(webhotel).
It has 207 nodes in a category.
When I sort these nodes, it takes 3 minutes to get it done. Thus I had to Web.config executionTimeout 240 to make sure it won't get timed out till the sorting finished.
It is in the production mode, and I am wondering if it is normal for Umbraco to take this much time to sort.
Also, I would like to know what else can affect sorting time(such as number of node, whether in production mode or develop mode, type of hosting server etc...)
Sorting performance
Hi,
I have an Umbraco project(7.2.8) which has been deployed to a server(webhotel).
It has 207 nodes in a category. When I sort these nodes, it takes 3 minutes to get it done. Thus I had to Web.config executionTimeout 240 to make sure it won't get timed out till the sorting finished.
It is in the production mode, and I am wondering if it is normal for Umbraco to take this much time to sort.
Also, I would like to know what else can affect sorting time(such as number of node, whether in production mode or develop mode, type of hosting server etc...)
Thanks in advance.
is working on a reply...