0
I’m having a question. I think someone’s been through it some day too.
I always loaded my styles inside a folder in my application:
Ex: http://meudominio.com.br/assets/css - ou js e etc
Observing many other developers' source code, 50% use subdomain:
Ex: http://assets.meudominio.com.br/css - ou js e etc
Having some kind of subdomain for styles increases performance relative to page loading?
What is the best practice for performance?
Remember that I use PHP with Codeigniter in most of my applications. And I have a cloud server with Cpanel. (If this information helps..)