Page 2 of 2

Re:How can I improve performance?

PostPosted:Thu Dec 25, 2008 11:45 am
by jllort
Supose you\'ve got a structure like this:

Root
- Folder 1
- Folder 2
- ....
- Folder N
- Folder N1
- Folder N2
- Folder N3

When you click on \"Folder N\" OpenKM launch this RPC:
1- Widget Tree launch folder_Childs( from Folder N ) to refresh Folder N subchilds
2- Widget Explorer view launch folder_childs ( from Folder N ) to draw folders.
3- Widget Explorer view launch document_childs ( from Folder N ) to draw documents.
4- Widget properties launch get_security roles / users to draw it.

That\'s the logic sequence. Is your case no ? Have you made some change on OpenKM code in your case ? or you\'re using the normal community downloadable OpenKM without any change.

Re:How can I improve performance?

PostPosted:Fri Dec 26, 2008 12:58 am
by Iwen
I\'m using the normal community downloadable OpenKM without any change.
I don\'t know that \"1- Widget Tree launch folder_Childs( from Folder N ) to refresh Folder N1 subchilds\". Why need I refresh Folder N1 subchilds?
If I click on \"Folder N\", It\'s enough to refresh Folder N subchilds.

Re:How can I improve performance?

PostPosted:Fri Dec 26, 2008 12:37 pm
by jllort
When you click on \"folder N\" you only refresh \"folder N\" subchilds ( N1 was a typewriting mistake, I\'ve corrected/edited the wrong post, excuses ).