We have few certain pages that seems to load slower than the others. I am suspecting that it could be that some of the genies in those pages has invalid tags. Is there a way to trace a page that would show if there are invalid tags configured?
We have few certain pages that seems to load slower than the others. I am suspecting that it could be that some of the genies in those pages has invalid tags. Is there a way to trace a page that would show if there are invalid tags configured?
If a genies has an invalid tag, the compiler should be able to pick up. However, the compiler won't be able to pick up any invalid tag bound in a super genies as it binds its tags at runtime. You could open the kernel window of "Page Table CSAToPSI.Subs" when a page is loaded, which will list all subscribed tags. Your slow response pages may wait for the valid data. Try [Page]WaitForValidData = 0 to and see if the situation could be improved.