Hey @Skuidward_Tentacles
Thanks for bringing this up. I have reached out to the team and got some responses back, and we will investigate this issue. What we would like to clarify is:
Are you(or anyone else having this issue) only viewing those pages through an include?
Do each of the pages load consistently when viewed directly?
Do you still notice the intermittent without using an include?
Do you get any errors when you look at what is happening on the dev console?
Thanks,
I worked through some of the errors. Ultimately it was an issue with too many components loading on page load. I put some in a tab set with lazy load and it loads fine now.
Hey @Skuidward_Tentacles,
Just an update, the team and I are still looking into this.
What Skuid version are you on BTW?
Hey @QuinnRyan
I am on 14.0.4.
I still had some issues with page load of includes even after I did the lazy load tabs (fewer, but some). I ended up Forcing the include components to hide on page load and then show using an action sequence on page load. That seems to have put a band aid on it.
Hey! I may have found my issue. I’ll report back if it is not true.
On one of my pages that was included, it was loading a model that brings in records from an email service with certain subject lines for review. We discontinued using that set up and so email records were piling up. On page load, it was trying to load hundreds of records into the included page and I think that may have been causing time outs or salesforce consumption issues. I deleted the model and we will see how it goes. Thanks!
Did anything come up in your findings @Skuidward_Tentacles?
Hey! Thanks for following up. It doesn’t seem to have solved the issue. Still intermittent issue of includes not loading. There are several and each one is fairly large in the number of records loaded in models. Console throws these two errors…
Visualforce Remoting: Context incomplete - authorization not provided
warn @ VFRemote.js:117
skuid__SharedRuntimeJS:2 RangeError: Maximum call stack size exceeded
at Object.logActionEnding (skuidReqs.js:1)
at Object.d.runAction (skuidReqs.js:1)
at Object.d.runActionNode (skuidReqs.js:1)
at i (skuidReqs.js:1)
at Object.d.runActionsNode (skuidReqs.js:1)
at a (skuidReqs.js:1)
at skuidReqs.js:1
at skuid__SharedRuntimeJS:2
at skuid__SharedRuntimeJS:2
at n.each (skuid__SharedRuntimeJS:2)
_error @ skuid__SharedRuntimeJS:2