I'm using umbraco 7.4.3 with Vorto + Nested Content.
Within a content node i've got something like the screen below which I'm adding in modules (that I've created using Nested Content) to a page.
The tricky bits is when there's more modules (Eg7 or more) it takes up more time to load that node within Umbraco backend content tree (it seems as if angular takes longer time to convert the json back or something).
Vorto / Nested Content performance in backend
Hi all,
I'm using umbraco 7.4.3 with Vorto + Nested Content.
Within a content node i've got something like the screen below which I'm adding in modules (that I've created using Nested Content) to a page.
The tricky bits is when there's more modules (Eg7 or more) it takes up more time to load that node within Umbraco backend content tree (it seems as if angular takes longer time to convert the json back or something).
Have anyone encountered similar things before?
Not sure if it's due to Vorto / Nested Content
Thanks
I've checked the Network tab within chrome and I've got lots of call to GetEmpty
It's calling the Umbraco API like the url below /umbraco/backoffice/UmbracoApi/Content/GetEmpty?contentTypeAlias=dataContactBottom&parentId=-20
Not sure what's that. Any idea?
Thanks
Sorted with the latest update to Nested Content V0.3.0 :)
is working on a reply...