The problem is, the javascript code for all the api calls is taking too long to process on the client side and causing a major delay in the loading of the page, about 21 seconds.
I have approximately 95 commands and approximately 19 groups in our Intranet. I am building the whole menu system dynamically with the api methods of the de edition. - .9k -
I have tried to put the code into its own .js file to include it for browser caching and it did not work.
Has anyone else ran into this? Any solutions or ideas I may try? Thanks for the input.