Forum Moderators: not2easy
Is it using inline style vs CSS impacting the page speed?
most browsers open up to eight sockets for downloading
If your css is a very large file and you do not use caching it can slow down page load speed. It is better to split your css into what is essential and what is extra and load only essentials until the page has loaded. Add the rest after the end of the page.