I’ve got a perspective view with about 32 of the same inherited global template on it that pulls tags from a remote tag provider. When I open the view on version 8.0.14 they seem to load in chunks per section (4-5 templates load all at once) fairly quickly and I never had issues. I upgraded to 8.0.15 RC1 awhile back and had to downgrade because it seemed like they were loading 1 template a time which would take 2-3 seconds a piece then would move onto the next one. This took quiet a bit of time to load when jumping between pages. I downgraded back to 8.0.14 and the problem fixed itself. Now I need to make use of the idp user info that was released in 8.0.16 so I just loaded the RC1 candidate and my issue is back. But now if I load into a page I’m getting most tags tied to the global template trying to load but eventually it takes so long so I’m guessing it goes into a NULL. Like the below image
.I am seeing this error appear in the logs as well.
I can also change my global template to a local resource and it will load the tags getting rid of the null values but still only goes through the templates one at time. I tried to change the loading mode on the view thats open but it didnt seem to make much of a difference… To fully load a template takes 2-3 second so this adds up when I have 32 templates on the screen…
This is what I mean by loading one at a time. All the templates saying “PFP Inactive have not been loaded yet”
Did something change in how Ignition loads in 8.0.14 to 8.0.16?
Edit: I opened the template with a NULL and it says “Error Parsing/subscribing path ‘(Tag path)’ in tag() expression”
I believe it’s trying to subscribe to the tags in the remote tag path provider and it’s taking so long that they other blocks can’t load like they used too…