-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbugzilla-data-all.json
16101 lines (16101 loc) · 499 KB
/
bugzilla-data-all.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"high": {
"bugs": [
{
"severity": "S3",
"component": "DOM: Core & HTML",
"id": 1760045,
"summary": "Slow HTMLElement.focus calls on matrix-react benchmark",
"priority": "--",
"last_change_time": "2022-12-27T04:43:45Z",
"op_sys": "All",
"keywords": [],
"creation_time": "2022-03-17T14:56:27Z",
"status": "ASSIGNED"
},
{
"creation_time": "2023-09-13T10:36:04Z",
"status": "ASSIGNED",
"op_sys": "Unspecified",
"keywords": [
"leave-open",
"perf:responsiveness",
"reproducible",
"top50",
"webcompat:platform-bug"
],
"component": "Networking: HTTP",
"severity": "S2",
"summary": "H3 upload Speed still slow. Three times slower than other browsers.",
"last_change_time": "2025-01-21T16:43:21Z",
"priority": "P1",
"id": 1852924
},
{
"priority": "P1",
"last_change_time": "2025-01-17T07:47:01Z",
"summary": "Frequent long janks on Android on loading certain pages",
"id": 1903530,
"component": "Storage: Quota Manager",
"severity": "S2",
"status": "ASSIGNED",
"creation_time": "2024-06-19T11:50:31Z",
"keywords": [],
"op_sys": "Unspecified"
},
{
"op_sys": "Unspecified",
"keywords": [
"perf:responsiveness"
],
"creation_time": "2019-12-10T17:22:25Z",
"status": "NEW",
"id": 1602842,
"last_change_time": "2024-05-16T14:42:52Z",
"priority": "P2",
"summary": "OSXDisplay::EnableVsync hangs in CVDisplayLinkCreateWithActiveCGDisplays",
"severity": "S2",
"component": "Widget: Cocoa"
},
{
"keywords": [
"meta"
],
"op_sys": "Unspecified",
"status": "NEW",
"creation_time": "2021-01-28T16:03:57Z",
"severity": "--",
"component": "Performance",
"id": 1689392,
"priority": "--",
"last_change_time": "2023-05-19T20:35:11Z",
"summary": "[Meta] investigate performance issues on Reddit."
},
{
"creation_time": "2022-05-25T16:56:04Z",
"status": "NEW",
"op_sys": "Unspecified",
"keywords": [],
"summary": "AudioContext power optimizations",
"last_change_time": "2024-05-16T00:17:02Z",
"priority": "P2",
"id": 1771179,
"component": "Web Audio",
"severity": "S2"
},
{
"keywords": [
"perf:resource-use",
"perf:responsiveness",
"reproducible"
],
"op_sys": "Unspecified",
"status": "NEW",
"creation_time": "2022-08-31T21:19:22Z",
"severity": "S2",
"component": "Performance",
"id": 1788530,
"summary": "Fenix hangs and memory usage jumps on theguardian.com when opening headlines in new tab",
"priority": "P2",
"last_change_time": "2024-11-30T04:50:09Z"
},
{
"status": "NEW",
"creation_time": "2024-04-18T13:42:25Z",
"keywords": [
"regression",
"regressionwindow-wanted"
],
"op_sys": "Android",
"component": "Experimentation and Telemetry",
"severity": "S2",
"last_change_time": "2025-01-16T13:30:43Z",
"priority": "P2",
"summary": "org.mozilla.experiments.nimbus.Nimbus$applyLocalExperiments$2$1.invoke blocks startup for 110ms while it's loading libxul",
"id": 1892234
},
{
"severity": "--",
"component": "Performance",
"id": 1928948,
"priority": "--",
"last_change_time": "2025-01-24T20:39:47Z",
"summary": "vizzy.io - The browser is slowed down and eventually stops responding",
"keywords": [
"webcompat:site-report"
],
"op_sys": "Windows 10",
"status": "NEW",
"creation_time": "2024-11-04T09:34:27Z"
},
{
"priority": "--",
"last_change_time": "2023-10-11T11:59:19Z",
"summary": "ContentParent::KillHard janks the main thread",
"id": 1550754,
"component": "Crash Reporting",
"severity": "S2",
"status": "REOPENED",
"creation_time": "2019-05-10T14:52:25Z",
"op_sys": "Unspecified",
"keywords": [
"perf:responsiveness",
"perf:startup",
"reproducible"
]
},
{
"severity": "S2",
"component": "Performance",
"id": 1939605,
"summary": "youtube music becomes verry slow when switching music after a while",
"last_change_time": "2025-01-14T03:51:54Z",
"priority": "--",
"op_sys": "Unspecified",
"keywords": [
"perf:responsiveness",
"reproducible"
],
"status": "UNCONFIRMED",
"creation_time": "2024-12-31T19:38:59Z"
}
]
},
"medium": {
"bugs": [
{
"id": 560067,
"creation_time": "2010-04-18T03:14:10Z",
"last_change_time": "2024-02-20T05:25:50Z",
"priority": "--",
"summary": "animated images inside visibility:hidden still eat CPU",
"status": "ASSIGNED",
"keywords": [
"leave-open",
"perf",
"perf:resource-use",
"power"
],
"op_sys": "All",
"severity": "S3",
"component": "Layout"
},
{
"component": "Performance",
"op_sys": "Android",
"severity": "S3",
"keywords": [
"perf:pageload"
],
"priority": "P1",
"summary": "m.facebook.com live site loads 1s slower in Fenix/GVE than Fennec 64",
"status": "ASSIGNED",
"last_change_time": "2024-04-08T18:36:30Z",
"creation_time": "2019-04-11T18:20:49Z",
"id": 1543783
},
{
"component": "General",
"op_sys": "Unspecified",
"severity": "N/A",
"keywords": [
"perf",
"perf:startup"
],
"status": "ASSIGNED",
"priority": "P3",
"summary": "move system addons into builtins in omni.ja",
"last_change_time": "2024-12-18T18:39:46Z",
"creation_time": "2020-04-21T20:35:58Z",
"id": 1631932
},
{
"status": "ASSIGNED",
"priority": "--",
"summary": "Add IPC glue code for self-hosted XDR content [Android]",
"keywords": [
"perf:startup"
],
"severity": "--",
"op_sys": "Android",
"component": "IPC",
"last_change_time": "2025-01-24T21:44:10Z",
"id": 1710884,
"creation_time": "2021-05-12T16:27:38Z"
},
{
"last_change_time": "2025-01-06T15:03:33Z",
"id": 1922073,
"creation_time": "2024-10-01T18:43:40Z",
"severity": "S3",
"op_sys": "Android",
"component": "JavaScript Engine: JIT",
"status": "ASSIGNED",
"priority": "P3",
"summary": "js::jit::GenerateCode spends a lot of time in malloc lock contention",
"keywords": []
},
{
"op_sys": "Windows 10",
"severity": "S2",
"component": "Site Reports",
"priority": "P1",
"summary": "dickssportinggoods.com - Loads extremely slow or not at all",
"status": "ASSIGNED",
"keywords": [
"perf:pageload",
"regression",
"reproducible",
"webcompat:site-report"
],
"id": 1938290,
"last_change_time": "2025-01-24T17:43:50Z",
"creation_time": "2024-12-19T09:32:13Z"
},
{
"id": 91242,
"last_change_time": "2024-08-15T14:01:50Z",
"creation_time": "2001-07-18T04:11:33Z",
"severity": "S3",
"op_sys": "All",
"component": "CSS Parsing and Computation",
"summary": "CSS parsing is 5.5% of startup time",
"priority": "P3",
"status": "NEW",
"keywords": [
"arch",
"perf",
"perf:startup"
]
},
{
"last_change_time": "2023-05-15T19:04:00Z",
"creation_time": "2003-08-17T03:26:28Z",
"id": 216418,
"status": "NEW",
"summary": "Page with lots of <pre> text (or rather: extremely deeply-nested inline tags, with lots of linebreaks) uses lots of memory in layout arenas and is slow to load",
"priority": "--",
"keywords": [
"perf"
],
"severity": "S3",
"op_sys": "All",
"component": "Layout"
},
{
"id": 304683,
"creation_time": "2005-08-15T08:01:49Z",
"last_change_time": "2024-09-04T13:05:12Z",
"keywords": [
"perf:pageload",
"perf:resource-use",
"perf:responsiveness",
"reproducible"
],
"status": "NEW",
"summary": "firefox struggles with large doxygen html file in nsLocalFile::GetLastModifiedTime (from imgLoader)",
"priority": "--",
"component": "Graphics: ImageLib",
"severity": "S3",
"op_sys": "All"
},
{
"op_sys": "All",
"severity": "S3",
"component": "XML",
"priority": "--",
"summary": "Write a new off-the-main-thread IO driver for expat",
"status": "NEW",
"keywords": [
"perf:pageload"
],
"id": 651049,
"creation_time": "2011-04-19T08:20:35Z",
"last_change_time": "2023-08-23T01:33:13Z"
},
{
"priority": "--",
"status": "NEW",
"summary": "Make ImageLib share cached imgRequests for the same SVG document even if the URI has a different ref/hash",
"keywords": [
"perf:pageload",
"perf:resource-use",
"reproducible",
"testcase-wanted"
],
"severity": "S3",
"op_sys": "All",
"component": "Graphics: ImageLib",
"creation_time": "2014-06-18T15:22:41Z",
"last_change_time": "2023-12-04T11:49:57Z",
"id": 1027106
},
{
"last_change_time": "2024-06-04T18:21:25Z",
"creation_time": "2014-07-13T16:33:17Z",
"id": 1037984,
"status": "NEW",
"summary": "Website causes Firefox to completely hang because same script file is getting loaded over and over again",
"priority": "P2",
"keywords": [
"csectype-dos",
"hang",
"memory-leak",
"perf:responsiveness",
"reproducible",
"testcase"
],
"severity": "S3",
"op_sys": "All",
"component": "New Tab Page"
},
{
"status": "NEW",
"priority": "P5",
"summary": "Evaluate aggregating timers to reduce the number of times we wake up the CPU for serving them",
"keywords": [
"perf:resource-use"
],
"op_sys": "All",
"severity": "S4",
"component": "DOM: Core & HTML",
"creation_time": "2014-12-04T20:16:51Z",
"last_change_time": "2022-03-02T15:47:27Z",
"id": 1107626
},
{
"summary": "Thumbnail generation should have a time limit",
"priority": "P3",
"status": "NEW",
"keywords": [
"memory-footprint",
"memory-leak",
"perf",
"perf:responsiveness",
"top-memory-leak"
],
"severity": "--",
"op_sys": "All",
"component": "New Tab Page",
"creation_time": "2015-05-07T20:09:26Z",
"last_change_time": "2023-07-24T12:16:09Z",
"id": 1162698
},
{
"last_change_time": "2024-09-03T17:02:27Z",
"id": 1304389,
"creation_time": "2016-09-21T13:54:15Z",
"op_sys": "All",
"severity": "S3",
"component": "Session Restore",
"priority": "--",
"status": "NEW",
"summary": "Session Restore generates sustained large disk traffic [meta]",
"keywords": [
"meta",
"perf:animation",
"perf:resource-use",
"perf:responsiveness",
"reproducible"
]
},
{
"last_change_time": "2022-10-11T19:06:39Z",
"creation_time": "2017-03-18T03:14:39Z",
"id": 1348469,
"op_sys": "Unspecified",
"severity": "S3",
"component": "Layout",
"priority": "P3",
"summary": "Consider using FramePropertyTable less in layout",
"status": "NEW",
"keywords": [
"perf",
"perf:pageload"
]
},
{
"last_change_time": "2022-10-11T19:07:40Z",
"id": 1349809,
"creation_time": "2017-03-23T02:16:50Z",
"component": "Application Update",
"severity": "S3",
"op_sys": "macOS",
"keywords": [
"perf",
"perf:responsiveness"
],
"priority": "P3",
"status": "NEW",
"summary": "getElevationRequired janks the parent process by doing IO on the main thread"
},
{
"component": "Add-ons Manager",
"op_sys": "Unspecified",
"severity": "S3",
"keywords": [
"perf:startup"
],
"priority": "P3",
"summary": "move built-in add-ons into omni.ja",
"status": "NEW",
"last_change_time": "2022-10-11T19:12:45Z",
"creation_time": "2017-04-17T21:50:27Z",
"id": 1357205
},
{
"component": "Bookmarks & History",
"severity": "S3",
"op_sys": "Unspecified",
"keywords": [
"perf:responsiveness"
],
"status": "NEW",
"priority": "P3",
"summary": "Showing the bookmarks panel is too slow the first time",
"last_change_time": "2024-04-03T13:53:20Z",
"creation_time": "2017-05-08T18:35:31Z",
"id": 1363131
},
{
"creation_time": "2017-05-10T02:24:10Z",
"last_change_time": "2022-10-11T19:16:59Z",
"id": 1363586,
"keywords": [
"meta",
"perf",
"perf:responsiveness",
"perf:startup"
],
"status": "NEW",
"summary": "[meta] Creating the XPCOM system info service is super expensive",
"priority": "--",
"component": "XPCOM",
"severity": "S3",
"op_sys": "Unspecified"
},
{
"last_change_time": "2022-10-11T19:17:24Z",
"creation_time": "2017-05-11T14:44:03Z",
"id": 1364091,
"component": "Widget: Win32",
"op_sys": "Unspecified",
"severity": "S3",
"keywords": [
"perf",
"perf:responsiveness",
"perf:startup"
],
"priority": "P3",
"status": "NEW",
"summary": "Defer mozilla::widget::AudioSession::Start() until later in startup"
},
{
"keywords": [
"perf:responsiveness",
"perf:startup"
],
"priority": "P2",
"status": "NEW",
"summary": "NSS should be initialized off main thread",
"component": "Security: PSM",
"severity": "S3",
"op_sys": "Unspecified",
"id": 1370516,
"creation_time": "2017-06-06T12:51:51Z",
"last_change_time": "2023-12-11T13:17:23Z"
},
{
"id": 1374216,
"creation_time": "2017-06-19T08:52:46Z",
"last_change_time": "2022-10-11T19:24:38Z",
"op_sys": "Unspecified",
"severity": "S3",
"component": "Toolbars and Customization",
"priority": "P3",
"summary": "Add-on icons should be in the navbar by first paint",
"status": "NEW",
"keywords": [
"perf:frontend",
"perf:startup",
"regression",
"regressionwindow-wanted"
]
},
{
"keywords": [],
"priority": "P3",
"status": "NEW",
"summary": "Add ICs for slotful own-prop Xray property access (property on the expando)",
"component": "JavaScript Engine",
"severity": "S3",
"op_sys": "Unspecified",
"creation_time": "2017-08-08T21:56:17Z",
"id": 1388538,
"last_change_time": "2024-12-06T16:27:49Z"
},
{
"creation_time": "2017-08-25T20:33:04Z",
"id": 1393977,
"last_change_time": "2022-10-11T19:37:50Z",
"component": "JavaScript Engine",
"op_sys": "All",
"severity": "S3",
"keywords": [
"perf"
],
"summary": "Compiling the same script again and again for each embedded YouTube video",
"priority": "P3",
"status": "NEW"
},
{
"creation_time": "2017-09-18T08:13:45Z",
"id": 1400787,
"last_change_time": "2022-10-11T19:42:53Z",
"severity": "S3",
"op_sys": "macOS",
"component": "Audio/Video: Playback",
"summary": "Using software video decoders (include VP9) ramps up computer fans on Macbook.",
"status": "NEW",
"priority": "P3",
"keywords": [
"perf:resource-use"
]
},
{
"id": 1402910,
"creation_time": "2017-09-25T16:43:13Z",
"last_change_time": "2022-10-11T19:44:41Z",
"severity": "S3",
"op_sys": "All",
"component": "XPCOM",
"summary": "drag gecko hashtables into the current century",
"status": "NEW",
"priority": "P3",
"keywords": [
"perf",
"perf:responsiveness"
]
},
{
"creation_time": "2017-10-07T10:11:51Z",
"last_change_time": "2022-10-11T19:47:36Z",
"id": 1406622,
"severity": "S3",
"op_sys": "Unspecified",
"component": "CSS Parsing and Computation",
"status": "NEW",
"summary": "stylo: use invalidation framework to handle restyles needed in response to content insertion/removal",
"priority": "P2",
"keywords": [
"perf:responsiveness"
]
},
{
"creation_time": "2017-12-18T17:47:35Z",
"id": 1425887,
"last_change_time": "2023-03-15T20:38:46Z",
"component": "Tabbed Browser",
"op_sys": "All",
"severity": "S3",
"keywords": [
"perf",
"perf:frontend"
],
"status": "NEW",
"priority": "P3",
"summary": "With tab animations disabled, closing current tab to switch to another will visibly show a blank page with spinner (causing flashing)"
},
{
"keywords": [
"perf"
],
"summary": "RexBench is slower than Chrome/WebKit",
"status": "NEW",
"priority": "P2",
"component": "JavaScript Engine",
"op_sys": "Unspecified",
"severity": "S3",
"last_change_time": "2022-10-11T21:09:38Z",
"id": 1428972,
"creation_time": "2018-01-09T05:47:13Z"
},
{
"last_change_time": "2024-04-03T03:06:41Z",
"creation_time": "2018-02-21T13:15:04Z",
"id": 1439892,
"keywords": [
"perf:frontend",
"perf:startup"
],
"status": "NEW",
"priority": "P3",
"summary": "Activity stream initialization causes jank after receiving the sessionstore-windows-restored notification",
"component": "New Tab Page",
"op_sys": "Unspecified",
"severity": "S3"
},
{
"id": 1443066,
"creation_time": "2018-03-05T04:29:30Z",
"last_change_time": "2022-10-11T21:21:11Z",
"priority": "P3",
"summary": "Try to understand why we're slower than Chrome on StyleBench \"Positional pseudo classes : Adding leaf elements: Async\" (& similar \"Removing\" measurement)",
"status": "NEW",
"keywords": [
"perf",
"perf:responsiveness"
],
"op_sys": "Unspecified",
"severity": "S3",
"component": "CSS Parsing and Computation"
},
{
"id": 1446012,
"creation_time": "2018-03-15T16:29:05Z",
"last_change_time": "2022-10-11T21:23:37Z",
"keywords": [
"perf:startup"
],
"priority": "P3",
"status": "NEW",
"summary": "The first startup after an update does main thread I/O to update.status several times",
"component": "Application Update",
"op_sys": "Unspecified",
"severity": "S3"
},
{
"last_change_time": "2022-10-11T21:30:16Z",
"id": 1454586,
"creation_time": "2018-04-17T08:42:34Z",
"severity": "S3",
"op_sys": "All",
"component": "JavaScript Engine: JIT",
"priority": "P3",
"summary": "Optimize resume point creation in IonBuilder",
"status": "NEW",
"keywords": [
"perf"
]
},
{
"id": 1456626,
"last_change_time": "2022-10-11T21:31:53Z",
"creation_time": "2018-04-24T20:33:58Z",
"op_sys": "Unspecified",
"severity": "S3",
"component": "Networking: JAR",
"summary": "nsJARChannel::asyncOpen can still block",
"status": "NEW",
"priority": "P3",
"keywords": [
"perf",
"perf:responsiveness",
"perf:startup"
]
},
{
"last_change_time": "2024-09-22T12:19:05Z",
"creation_time": "2018-04-24T21:08:43Z",
"id": 1456638,
"status": "NEW",
"summary": "Checkerboarding while scrollbar-dragging due to slow display list build on specific page with table layout",
"priority": "P3",
"keywords": [
"nightly-community",
"perf",
"perf:responsiveness",
"regression"
],
"op_sys": "Windows 7",
"severity": "S3",
"component": "Web Painting"
},
{
"id": 1456964,
"creation_time": "2018-04-25T19:10:14Z",
"last_change_time": "2024-02-08T23:49:09Z",
"priority": "P3",
"status": "NEW",
"summary": "It takes a long time to re-layout the plaintext page when the sidebar is opening or closing until move the mouse in the content area (with long time spent in RFindLineContaining)",
"keywords": [
"perf",
"perf:responsiveness"
],
"severity": "S3",
"op_sys": "Windows 10",
"component": "Layout: Block and Inline"
},
{
"component": "DOM: Content Processes",
"severity": "S3",
"op_sys": "Unspecified",
"keywords": [
"perf:resource-use"
],
"priority": "P2",
"summary": "TabChild::RecvRenderLayers often results in two consecutive paints",
"status": "NEW",
"id": 1457276,
"last_change_time": "2023-09-21T15:50:42Z",
"creation_time": "2018-04-26T19:55:49Z"
},
{
"id": 1458634,
"creation_time": "2018-05-02T18:01:37Z",
"last_change_time": "2023-05-22T15:45:39Z",
"severity": "S3",
"op_sys": "Unspecified",
"component": "Bookmarks & History",
"priority": "P3",
"summary": "\"forget about this site\" in \"show all history\" blocks the main thread",
"status": "NEW",
"keywords": [
"perf",
"perf:resource-use",
"perf:responsiveness"
]
},
{
"last_change_time": "2022-10-11T21:41:13Z",
"creation_time": "2018-06-11T20:32:18Z",
"id": 1468246,
"keywords": [
"perf:pageload"
],
"priority": "P3",
"summary": "High variability in performance testing with large images",
"status": "NEW",
"component": "Layout",
"op_sys": "Unspecified",
"severity": "S3"
},
{
"component": "Audio/Video: Playback",
"op_sys": "All",
"severity": "S3",
"keywords": [
"hang",
"perf:resource-use",
"power"
],
"priority": "P3",
"summary": "High cpu/gpu usage and hangs on page-http://telegra.ph/Telegram-X-03-26 & other pages",
"status": "NEW",
"creation_time": "2018-06-25T21:14:25Z",
"last_change_time": "2022-10-11T21:43:40Z",
"id": 1471029
},
{
"creation_time": "2018-07-16T20:44:07Z",
"id": 1476101,
"last_change_time": "2022-10-11T21:47:20Z",
"severity": "S3",
"op_sys": "Windows",
"component": "Security: Process Sandboxing",
"status": "NEW",
"summary": "Optimize Windows sandbox policy construction",
"priority": "P2",
"keywords": [
"perf:responsiveness",
"perf:startup"
]
},
{
"priority": "P3",
"summary": "style.foo = bar changes are slow",
"status": "NEW",
"keywords": [
"perf:responsiveness"
],
"op_sys": "Unspecified",
"severity": "S3",
"component": "CSS Parsing and Computation",
"last_change_time": "2022-10-11T21:49:50Z",
"creation_time": "2018-07-27T10:44:44Z",
"id": 1478953
},
{
"last_change_time": "2024-09-03T16:59:49Z",
"id": 1480477,
"creation_time": "2018-08-02T16:18:10Z",
"keywords": [
"perf:responsiveness"
],
"priority": "P2",
"summary": "Removing DOM children where positional pseudo-classes are involved is really slow.",
"status": "NEW",
"component": "CSS Parsing and Computation",
"op_sys": "Unspecified",
"severity": "S3"
},
{
"keywords": [
"perf:resource-use"
],
"priority": "P2",
"status": "NEW",
"summary": "100% cpu usage and high memory use on page with multiple embedded videos",
"component": "Audio/Video: Playback",
"op_sys": "All",
"severity": "S3",
"last_change_time": "2022-10-11T21:52:11Z",
"creation_time": "2018-08-08T22:40:31Z",
"id": 1481967
},
{
"id": 1483345,
"last_change_time": "2024-09-21T13:28:21Z",
"creation_time": "2018-08-14T19:58:58Z",
"summary": "Try and re-attach NewObject stubs after GC",
"priority": "P3",
"status": "NEW",
"keywords": [],
"severity": "S3",
"op_sys": "Unspecified",
"component": "JavaScript Engine: JIT"
},
{
"last_change_time": "2024-07-16T07:42:18Z",
"id": 1488435,
"creation_time": "2018-09-04T14:10:08Z",
"component": "JavaScript Engine",
"op_sys": "macOS",
"severity": "S3",
"keywords": [],
"status": "NEW",
"summary": "Significant key input delay when typing on large Google Docs",
"priority": "P3"
},
{
"id": 1490847,
"creation_time": "2018-09-12T22:40:00Z",
"last_change_time": "2023-07-18T21:09:40Z",
"keywords": [
"meta"
],
"status": "NEW",
"priority": "P2",
"summary": "[meta] Long-standing Ion Compilation Time Issues",
"component": "JavaScript Engine: JIT",
"op_sys": "Unspecified",
"severity": "S3"
},
{
"id": 1490849,
"last_change_time": "2025-01-22T15:36:22Z",
"creation_time": "2018-09-12T22:46:57Z",
"component": "JavaScript Engine: JIT",
"op_sys": "Unspecified",
"severity": "S3",
"keywords": [],
"status": "NEW",
"priority": "P2",
"summary": "Off-Main-Thread Baseline Compilation"
},
{
"id": 1496096,
"last_change_time": "2022-10-11T22:03:30Z",
"creation_time": "2018-10-03T15:02:45Z",
"keywords": [
"perf:resource-use"
],
"summary": "Horrible performance on runningworld due to media decoding",
"status": "NEW",
"priority": "P2",
"component": "Audio/Video: Playback",
"op_sys": "Unspecified",
"severity": "S3"
},
{
"creation_time": "2018-10-12T07:38:21Z",
"last_change_time": "2024-05-03T15:18:39Z",
"id": 1498485,
"component": "JavaScript Engine",
"severity": "S3",
"op_sys": "Android",
"keywords": [
"perf:responsiveness"
],
"status": "NEW",
"priority": "P3",
"summary": "hubs.mozilla.com frame rate with an empty scene is too slow in FxR on Oculus Go"
},
{
"id": 1502334,
"creation_time": "2018-10-26T12:54:03Z",
"last_change_time": "2024-09-22T12:17:26Z",
"severity": "S3",
"op_sys": "All",
"component": "CSS Parsing and Computation",
"status": "NEW",
"priority": "--",
"summary": "Reddit content is no longer displayed when scrolled (checkerboarding), with long restyles",
"keywords": [
"perf:animation",
"regression",
"reproducible",
"top50"
]
},
{
"creation_time": "2018-11-06T22:12:10Z",
"last_change_time": "2022-10-11T22:10:59Z",
"id": 1505192,
"component": "JavaScript Engine",
"severity": "S3",
"op_sys": "Android",
"keywords": [
"perf:pageload"
],
"priority": "P2",
"status": "NEW",
"summary": "twitch.tv site loads slow compared to Chrome"
},
{
"status": "NEW",
"summary": "Getting a list of audio devices on about:support is super slow sometimes",
"priority": "P2",
"keywords": [
"perf:responsiveness"
],
"severity": "S3",
"op_sys": "Unspecified",
"component": "Audio/Video",
"id": 1505483,
"creation_time": "2018-11-07T17:49:31Z",
"last_change_time": "2022-10-11T22:11:18Z"
},
{
"component": "Graphics",
"severity": "S3",
"op_sys": "Unspecified",
"keywords": [
"main-thread-io",
"perf:responsiveness"
],
"summary": "graphics data gathering (and/or canvas webgl context initialization) from about:support is slow",
"priority": "P5",
"status": "NEW",
"id": 1505533,
"creation_time": "2018-11-07T19:32:59Z",
"last_change_time": "2024-03-20T20:46:07Z"
},
{
"last_change_time": "2022-10-11T22:12:27Z",
"creation_time": "2018-11-13T04:54:48Z",
"id": 1506765,
"op_sys": "Unspecified",
"severity": "S3",
"component": "DOM: Animation",
"summary": "Do an optimization to not flush animations which are running on the compositor in various places where we call FlushPendingNotification",
"priority": "P3",
"status": "NEW",
"keywords": [
"perf:responsiveness"
]
},
{
"severity": "S3",
"op_sys": "Unspecified",