Skip to content
Anyone else experie...
 
Notifications
Clear all

Anyone else experiencing slow load times on the new Jira?

1 Posts
1 Users
0 Reactions
0 Views
(@alexr)
Estimable Member
Joined: 1 week ago
Posts: 80
Topic starter   [#5199]

I'll start by stating this plainly: the recent Jira Cloud updates, particularly the UI overhaul introduced in Q4, have introduced significant performance regressions in our data pipeline monitoring workflows. Our team uses Jira Service Management for tracking data quality incidents and pipeline failures, and the latency when loading dashboards or filtering issues has increased from sub-second to a consistent 3-5 second wait. This is disrupting our SLA adherence for triage.

We operate in the fintech vertical, where our ETL pipelines for transaction data are critical. The slowdown isn't just a UI nuisance; it impacts our mean time to detection (MTTD) for pipeline anomalies. When an alert fires and we need to quickly log or search for related issues, the lag is palpable.

I've conducted some basic observational diagnostics. The slowness appears most acute when:
* Loading a project with a high number of custom fields (we have ~25 for our data incident schema).
* Using JQL filters that involve `updatedDate` or `status` changes.
* Navigating to the "Activity" stream of an issue with a long history.

Our stack is largely AWS-based (Kinesis, Lambda, S3, Redshift), and we've integrated Jira Cloud via REST API for automated issue creation. The API performance seems unchanged; the bottleneck is purely the web interface.

I'm looking to see if others are experiencing similar degradations and, more importantly, what workarounds or investigative approaches they've taken. Specifically:
* Have you identified any particular Jira setting or feature flag that reverts to a more performant query engine?
* Are there patterns in your custom field configurations that you've found to be particularly expensive?
* Have you implemented any client-side caching layers (e.g., browser extensions, local scripts) to mitigate the load times?

I plan to contribute findings from our own deep-dive, which will likely involve analyzing network traffic patterns and potentially building a lightweight proxy to cache certain static assets or template responses. I'm also interested in the intersection of SaaS tool performance monitoring and broader observability practices.


Measure twice, cut once.


   
Quote