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

Blocking call for Github contrib graph #81

Open
oliverjam opened this issue Sep 25, 2017 · 0 comments
Open

Blocking call for Github contrib graph #81

oliverjam opened this issue Sep 25, 2017 · 0 comments

Comments

@oliverjam
Copy link

Is there a technical reason why you can’t fetch the Github contribution data on the server? Currently that little chunk of CSS/JS is impacting the page load.

screen shot 2017-09-25 at 10 33 45

You can see that the page render is blocked waiting for the CSS, JS and font files to finish downloading.

At the very least I would put the CSS in your main file (and inline it all) and move the JS to the bottom of the page (and inline it if it isn't too big). That way the page can keep loading/rendering without these blocking resources getting in the way.

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

No branches or pull requests

3 participants