apinstein / phocoa

PHOCOA php framework
http://phocoa.com
15 stars 3 forks source link

WFHead could help optimize pages if it understood css vs js #43

Open apinstein opened 12 years ago

apinstein commented 12 years ago

maybe add a type="css" or type="javascript" or detect default mime types and drop them into head in css, then js order? this is a best-practice and would allow us to still mix & match code ordering while still keeping optimal loading performance.