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

Left column, leftColumnWith and small devices #187

Open
soulgalore opened this issue Mar 23, 2017 · 1 comment
Open

Left column, leftColumnWith and small devices #187

soulgalore opened this issue Mar 23, 2017 · 1 comment
Labels

Comments

@soulgalore
Copy link
Collaborator

First again PerfCascade works perfect in sitespeed.io and it makes our result pages look great, thank you @micmro :)

One thing I wonder how we can tweak is the left column when you check the graph on a device with a smaller screen. The waterfall renders great but I wonder if there's could be a way to automagically make the left column with the name larger?

screen shot 2017-03-23 at 05 58 03

It's hard to see things on a waterfall graph on a small device and I'm thinking that the order of the assets is important and that you can see what is downloaded when. @micmro @tobli any input?

@micmro
Copy link
Owner

micmro commented Mar 24, 2017

I think we can solve that with a bit experimenting. What about adding a min-width option? Alternatively (or adaptively) we could automatically increase the legend/graph-ration if the screen with is less than a specific size - though this might collide with leftColumnWidth.
If you need something very specific you could also set the leftColumnWidth option while initializing PerfCascade, based on the users browser.
One other thing we could do is just showing the last url-segment (without domain) if the screen width is small.

Are many users checking sitespeed.io results on mobile? I have not spend too much time thinking about optimizing their experience until recently (#186 has one improvement for touch users).

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

No branches or pull requests

2 participants