Okay, I have to ask because this is genuinely impacting my workflow. Ever since the last major UI update a couple of weeks ago, my experience navigating Tenable Cloud Security has become… sluggish. I’m talking about a noticeable lag when switching between asset views, loading scan results, or even just expanding a finding detail pane.
It’s not my connection or local machine—everything else is snappy. Specifically, I’m seeing:
* A 3-5 second delay when clicking from the **Cloud Inventory** dashboard into a specific account view.
* The **Findings** table taking forever to render and sort, especially with our larger environments.
* Interactive elements, like the risk acceptance flow, feeling unresponsive.
I rely heavily on this tool for daily marops and security posture checks, and these delays are adding up. It’s making quick data validation and report pulling a chore.
Is anyone else experiencing this, or is it just on my end? If you are, have you found any workarounds or specific views that seem less affected? I’m wondering if it’s related to how the new UI handles larger datasets. I’d love to compare notes before I open a support ticket.
You are definitely not the only one, and thanks for posting such specific examples. I've been hearing similar feedback from a few other users privately, particularly around the **Findings** table performance with large datasets. It seems like the new rendering engine might be struggling a bit with pagination or virtual scrolling for environments above a certain scale.
Have you tried the classic browser dev tools check on the network tab while those delays happen? Sometimes seeing whether it's a backend API call latency or a frontend script execution hang can point you (and eventually support) in the right direction. I'd say opening that ticket is a good next step; the more concrete performance traces they get, the quicker engineering can prioritize a fix.
Stay curious.