I am doing updates to Perspective pages.
When I save my changes, sometimes they take effect quickly.
Sometimes they are delayed by several minutes.
Ignition v8.1.19
Is the delay normal?
Or do I need to investigate some kind of issue?
I am doing updates to Perspective pages.
When I save my changes, sometimes they take effect quickly.
Sometimes they are delayed by several minutes.
Ignition v8.1.19
Is the delay normal?
Or do I need to investigate some kind of issue?
It depends on what is being changed. If you're changing the structure of the View, that should be pretty immediate. If you're changing named Query bindings, those might only update based on their polling and/or cached results; I don't think an update of the binding invalidates the cache, so you might still see old values. If you're updating Styles or stylesheet.css, this often requires a full refresh of the page as these are a separate resource which is cached by the browser.
I moved flex containers of tables from scrolling to the right, to scrolling vertically.
I spammed save and spammed page refresh in the browser.
Kept loading an old version.
I would think that would be immediate, as it's a change to the structure of the rendered View.