Any one on 8.3.4 noticed ignition being a laggy especially in their vision clients? I upgraded to 8.3.4 on the 19th of March and ever since I see many of our vision clients lag quite a bit. Many of the apps lean heavily on sql bindings which I have gone through to clean up and limit polling but barely a marginal improvement. While these apps may not have been great in the first place they still were fairly responsive before I made the upgrade and now users have to wait a couple seconds for the app to respond.
Upgraded from what version?
Are there any errors in the logs about a "non-responsive EDT"?
Upgraded from 8.3.2. Yes I frequently get something along the lines of 14:28:04.385 [EDT-Watchdog-1] INFO edt-watchdog -- Non-responsive UI thread detected. Stack saved at 'C:\Users\bhunt\.ignition\cache\gw172.16.1.10_8088\C0\NonResponsiveEdt-2026-04-01_142804.json' showing up in the logs of the client as well as the designer
Get one or more of those files and post them here or send them in to support. That way we can tell whether the thing that's slow on the EDT is something we're doing, or something you're doing. I can't really think of anything that would have changed from 8.3.2 to 8.3.4 that would affect you here in an obvious way. 8.1 to 8.3, lots and lots of things changed, but not nearly as much within the minor version.
NonResponsiveEdt-2026-04-01_153039.json (86.2 KB)
A button's actionPerformed script is running heavy DB work in the foreground. That stalls the UI. If the DB is fast, no one notices.
Mm ok thanks. Tricky, I recently increased max connections that could be held by some databases, can that bog down the database causing slow throughput? I'm just spit balling.