thmsbfft / oryoki

Ōryōki [応量器] is an experimental web browser with a thin interface.
http://oryoki.io/
MIT License
484 stars 32 forks source link

~5 sec delay before I can click on link #32

Closed cjdunn closed 7 years ago

cjdunn commented 7 years ago

If I load a page, for example https://www.google.com/#q=oryoki+browser, I can't click on a link for about 5 seconds until the page fully loads, even thought the page is visible. This happens every time, even if I've already visited this page. All other browsers I've tried, (Chrome, FF, Safari) allow me to click as soon as the page is visible, even the first time. It sounds like a small thing, but happens enough become quite annoying.

Otherwise, I love this browser and the minimal interface. Thanks so much for your consideration!

thmsbfft commented 7 years ago

Curious to hear if that happens on any page (try oryoki.io) or only Google.com or Google requests via the omnibox. Thanks for reporting, I'll look into it – completely see how that can be super annoying.

cjdunn commented 7 years ago

It looks like this is on Google request via the omnibox and also Google.com direct searches. I don't see this behavior oryoki.io or even on bing.com or amazon.com or other pages full of links. Thanks for looking into it.

thmsbfft commented 7 years ago

Ok, seems like something on Google is freezing the renderer process - could be intense computation happening in the background or requesting something the sandboxed webview doesn't allow.

thmsbfft commented 7 years ago

That was the latter. Should be fixed in 723d937 (for next update).