Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: blueocean-plugin
-
Labels:
-
Similar Issues:
-
Epic Link:
-
Sprint:pacific, 1.0-b05/b-06
Description
Please see JENKINS-38079 for details.
*SSE configure call takes really long time (~10sec) for job channel subscription
(there are two 'job' subscriptions)
"subscribe": [
,
{ "jenkins_channel": "job" }],
*SSE configure for pipeline channel is relatively less but still long time (3-4 sec)
*Avoid redirection by appending ‘/‘. GET /js-extensions costs 61ms
*(Run details page calls SSE configure API 5 times each taking on average ~2secs.
Attachments
Issue Links
- blocks
-
JENKINS-38079 Investigate performance degradation report
-
- Closed
-
- is duplicated by
-
JENKINS-37921 SSE failures and deadlocking with github auth plugin installed (needs investigation)
-
- Closed
-
-
JENKINS-38007 504 gateway timeout in sse-gateway/configure https://ci.blueocean.io
-
- Closed
-
FYI Tom FENNELLY tracking performance for SSE here.