I have a question. I think someone has been through it sometime, too.
I've always loaded my styles into a folder in my application:
Ex: http://meudominio.com.br/assets/css - ou js e etc
Looking at many source code from other developers, 50% use subdomain:
Ex: http://assets.meudominio.com.br/css - ou js e etc
Have some kind of subdomain for styles increase performance relative to page load?
What is the best practice for performance ?
Remembering that I use PHP with Codeigniter in most of my applications. And I have a cloud server with cpanel. (If this information helps ..)