Closed
Bug 1269944
Opened 10 years ago
Closed 10 years ago
[Perf][google docs] 14.10%(2456 ms) slower than Chrome when opening 3 page mix content and find the keyword replace them all
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| platform-rel | --- | ? |
People
(Reporter: sho, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [platform-rel-Google][platform-rel-GoogleDocs])
User Story
You can find all test scripts on github link: https://github.com/mozilla-twqa/hasal And you can also find the running script name in comments for example: test scripts: test_chrome_gdoc_create_txt_1 then you can specify the test script name on suite.txt and run it
Attachments
(3 files)
# Test Case
STR
1. Launch the browser with blank page
2. input the google doc url with 3 page content ( 1 image, 1 table, others are txt contain with keyword)
3. Find the keyword and replace them to Keyword 2 (replace all)
4. close the browser
# Hardware
OS: Ubuntu 14.04 LTS 64-bit
CPU: i7-3770 3.4GMhz
Memory: 16GB Ram
Hard Drive: 1TB SATA HDD
Graphics: GK107 [GeForce GT 640]/ GF108 [GeForce GT 440/630]
# Browsers
Firefox version: 45.0.2
Chrome version: 50.0.2661.75
# Result
Browser | Run time (median value)
Firefox | 19866.6666 ms
Chrome | 17411.1111 ms
Blocks: Meta-Hasal-GDoc
Updated•10 years ago
|
Product: Firefox → Core
Updated•10 years ago
|
Version: unspecified → 45 Branch
Do the running time analysis between "domLoading" and "loadEventEnd"
6532 100% |- Startup::XRE_Main/
1911 29.3% | |- Timer::Fire/
1775 27.2% | |- nsInputStreamPump::OnInputStreamReady/
1617 24.8% | | |- nsInputStreamPump::OnStateStop/
106 1.6% | | |- nsInputStreamPump::OnStateStart/
1003 15.4% | |- nsHtml5TreeOpExecutor::RunFlushLoop/
868 13.3% | | |- nsJSUtils::EvaluateString/
113 1.7% | | |- EventDispatcher::Dispatch/
717 11% | |- js::RunScript/
503 7.7% | |- nsRefreshDriver::Tick/
264 4% | |- nsJSUtils::EvaluateString/
Do the running time analysis when replacing all keywords
1441 100% |- Startup::XRE_Main/
732 50.8% | |- nsViewManager::DispatchEvent/
712 49.4% | | |- EventDispatcher::Dispatch/
243 16.9% | |- nsRefreshDriver::Tick/
36 2.5% | |- Timer::Fire/
20 1.4% | |- js::RunScript/
Do the running time analysis between "navigationStart" and "domLoading"
513 100% |- Startup::XRE_Main/
92 17.9% | |- js::RunScript/
82 16% | |- nsRefreshDriver::Tick/
56 10.9% | | |- PresShell::Paint/
17 3.3% | | |- PresShell::Flush (Flush_Style)/
46 9% | |- nsViewManager::DispatchEvent/
9 1.8% | |- Timer::Fire/
Updated•10 years ago
|
Whiteboard: [platform-rel-Google][platform-rel-GoogleDocs]
Updated•10 years ago
|
platform-rel: --- → ?
Comment 8•10 years ago
|
||
Mark as minor case, and marked wontfix in this iteration. Revisit here if necessary.
This bug fixing iteration will focus on critical bug 1264535, bug 1269666, bug 1269684, bug 1269690, bug 1269695, bug 1269698.
Severity: normal → minor
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•