You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: