Zeke Lu

Results 141 comments of Zeke Lu

> > Yes, i double check it: > > > > os.Setenv("GODEBUG", "tls10default=1") > > log.Println(os.Getenv("GODEBUG")) > > // output tls10default=1 > > This does not work, because the standard...

I know that the reply is too late. Hopefully, the reply will help others visit this issue. The most easy way to compose a request is use the [proxy recorder](http://tsung.erlang-projects.org/user_manual/proxy.html)....

See previously #1030. Try [Performance.getMetrics](https://chromedevtools.github.io/devtools-protocol/tot/Performance/#method-getMetrics).

[SystemInfo.getProcessInfo](https://chromedevtools.github.io/devtools-protocol/tot/SystemInfo/#method-getProcessInfo) gives information like this: ```json { "processInfo": [ { "type": "browser", "id": 2126927, "cpuTime": 0.25 }, { "type": "renderer", "id": 2126968, "cpuTime": 0.5 }, { "type": "GPU", "id": 2126957,...

> I am fetching a (big) AngularJS website and printing that as PDF. Can you provide a minimal reproducer? And can you share how did you measure the performance?

Is it possible to create a reproducer against a public service? For example, https://www.ag-grid.com/example/ (Or any other UI libraries that provide demos).

@boindil I'm not sure whether it will make any difference, but would you like to give https://hub.docker.com/r/zeke/headless-shell/tags a try? And it would be helpful to compare the trace logs. See...

I won't look into this issue because it requires to login to a third-party service. If you believe that it's a issue of `chromedp.Cancel`, please create a self-contained demo to...

Can you clone the repository and run this test? https://github.com/chromedp/chromedp/blob/a325ba9f11c323bbd30b9b0b5298ad7a04e13a65/chromedp_test.go#L672-L726