yeah cute topic name I know.....
Been noodling on why this is the case, but cannot seem to resolve on the why it may be.
I have built a UX component that replaces my tabbedUI and I am pretty happy with the results. Lost a few niceties of the tabbedUI, but the flexibility of having control within the UX I I think it was worth it.
Basically I have an index_UX that runs a panelnavigator, tabbed and it opens other UXs dynamically. Works great. I like the ability to "reach up" into the parent with the gettopparent and grab state and stuff.
A few of my UXs are a bit data heavy and I have done the typical optimizations to get them to load reasonably fast (if I can load a page with 10's of thousands of records in a few seconds, all is well).
I have one however that has been running stable for 9 months that I moved over to my new system outside of a tabbedUI and it takes 12-14 seconds to load.
HOWEVER.... if I place it in an A5W page and then simply open that page in the dynamic panel, 3 seconds.
I tried placing one of my other complicated UXs in an A5w page instead of launching it direct and its speed is indifferent... 3 seconds.
Anyone have any ideas on why this might be the case? The data structures of both UXs are both different, but they are both complex. The one that opens faster if its in an A5W has a published session variable in it I could kill and the other does not.
Been noodling on why this is the case, but cannot seem to resolve on the why it may be.
I have built a UX component that replaces my tabbedUI and I am pretty happy with the results. Lost a few niceties of the tabbedUI, but the flexibility of having control within the UX I I think it was worth it.
Basically I have an index_UX that runs a panelnavigator, tabbed and it opens other UXs dynamically. Works great. I like the ability to "reach up" into the parent with the gettopparent and grab state and stuff.
A few of my UXs are a bit data heavy and I have done the typical optimizations to get them to load reasonably fast (if I can load a page with 10's of thousands of records in a few seconds, all is well).
I have one however that has been running stable for 9 months that I moved over to my new system outside of a tabbedUI and it takes 12-14 seconds to load.
HOWEVER.... if I place it in an A5W page and then simply open that page in the dynamic panel, 3 seconds.
I tried placing one of my other complicated UXs in an A5w page instead of launching it direct and its speed is indifferent... 3 seconds.
Anyone have any ideas on why this might be the case? The data structures of both UXs are both different, but they are both complex. The one that opens faster if its in an A5W has a published session variable in it I could kill and the other does not.
Comment