Have you tried embedding the css in the head of each page? That would save a request. Although downside of that is that browser can't simply cache the css file with the first page visited as visitors navigate around your site.
Yeah it's kind of too much to inline at this stage. Trying that would then bloat the html load.
I might give it a try to inline everything above the fold though.
Inlining the stuff for above the fold might help.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
Where hackers, sticks, weekend warriors, pros, architects and wannabes come together
Have you tried embedding the css in the head of each page? That would save a request. Although downside of that is that browser can't simply cache the css file with the first page visited as visitors navigate around your site.
Yeah it's kind of too much to inline at this stage.
Trying that would then bloat the html load.
I might give it a try to inline everything above the fold though.
Inlining the stuff for above the fold might help.