Splitting CSS for Better page load performance

Does it need to be so big? You could try a tool like “Dust Me Selectors” to find any redundant css that could be removed.

Splitting actual files would be the wrong tactic. There would still be the same amount of css, but more http requests.

You could try a tool like Pingdom to test site speed and identify where on the page the lag is occurring.