Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single-Page application #80

Closed
aslushnikov opened this issue May 2, 2017 · 5 comments
Closed

Single-Page application #80

aslushnikov opened this issue May 2, 2017 · 5 comments

Comments

@aslushnikov
Copy link
Contributor

Oftentimes, navigation to different domains takes a lot of time, especially on a laggy connection.

Since the whole UI is based on just two .json files, we can load descriptors proactively and render different protocol domains instantly, without any network roundtrips.

@kdzwinel
Copy link
Contributor

kdzwinel commented May 2, 2017

Yeah, this app is getting a bit dated.
screen shot 2017-05-02 at 22 32 15

Originally, it was a "SPA". I don't remember the reasoning behind making it a normal webpage again. SEO?

Anyway, I'll gladly do it (SPA + SW), just not this month.

@kensoh
Copy link

kensoh commented Jul 15, 2017

I also experience that, thought it is just my Safari browser. It will show a blank page for a while before the content appears. From the chrome-remote-interface project looks like the protocol.json file is 600kb for v1.2.

@TimvdLippe
Copy link
Contributor

I can include this as well with the Polymer 2 upgrade and <app-location>. Will take a look!

@paulirish
Copy link
Member

fixed with #91

@kensoh
Copy link

kensoh commented Jan 12, 2018

Blazing fast! Both for clicking navigation menu and clicking search results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants