Version: 56.0.2909.0
OS: Windows 7
Commit Id: a31176dcb88ec9e9464be15a65e154cd0e3f368b
Pre-requisite:
Create a directory e.g. C:\test and place the following index.html file in it.
index.html
==========
<h1>Hello World</h1>
From within this C:\test directory run `python -m SimpleHTTPServer 80`
What steps will reproduce the problem?
(1) Build content_shell and chrome targets on Windows
(2) Launch content_shell as
out\content_shell http://localhost --trace-startup --trace-startup-duration=10 --trace-startup-file=content_shell_trace.json
(3) Launch chrome as
out\chrome http://localhost --trace-startup --trace-startup-duration=10 --trace-startup-file=chrome_trace.json
What is the expected output?
The loading time should be same either on chrome or content_shell
What do you see instead?
Load time on content_shell is significantly high
Please use labels and text to provide additional information.
Attaching trace files generated from both chrome and content_shell.
|
Deleted:
chrome_trace.json
3.8 MB
|
|
Deleted:
content_shell_trace.json
1.5 MB
|
Comment 1 by vivekg@chromium.org
, Nov 4 2016