Bug 1895667 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

**Methodology:**
- Open webdev console
- window.DEBUG = true
- close the webdev console
- wait till CPU activity reduces.

**Latest Firefox Nightly:**
09:51:54.136 generate: 7.86ms - timer ended gantt.module.js:363:2379344
09:51:54.269 Initializing project gantt.module.js:363:2023842
09:51:55.882 Populating project: 1612.58ms - timer ended gantt.module.js:363:2025016
09:52:03.361 Time to visible: 9089.74ms - timer ended gantt.module.js:363:2001405
09:52:05.201 Finalize propagation: 1809.52ms - timer ended

**Latest Chrome Release:**
generate: 13.669921875 ms
gantt.module.js?480175:363 Initializing project
gantt.module.js?480175:363 Populating project: 526.87109375 ms
gantt.module.js?480175:363 Time to visible: 3881.3671875 ms
gantt.module.js?480175:363 Finalize propagation: 446.77001953125 ms
**Methodology:**
- Open webdev console
- window.DEBUG = true
- close the webdev console
- wait till CPU activity reduces.

**Latest Firefox Nightly:**
09:51:54.136 generate: 7.86ms - timer ended gantt.module.js:363:2379344
09:51:54.269 Initializing project gantt.module.js:363:2023842
09:51:55.882 Populating project: 1612.58ms - timer ended gantt.module.js:363:2025016
09:52:03.361 Time to visible: 9089.74ms - timer ended gantt.module.js:363:2001405
09:52:05.201 Finalize propagation: 1809.52ms - timer ended

**Latest Chrome Release:**
generate: 13.669921875 ms
gantt.module.js?480175:363 Initializing project
gantt.module.js?480175:363 Populating project: 526.87109375 ms
gantt.module.js?480175:363 Time to visible: 3881.3671875 ms
gantt.module.js?480175:363 Finalize propagation: 446.77001953125 ms

**Results**
Populating project: Firefox is 3x slower than Chrome (21x slower previously)
Time to visible: Firefox is 2.3x slower than Chrome (30x slower previously)

Back to Bug 1895667 Comment 1