OT: External Style Sheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know, or like to provide an opinion, whether external style
sheets improve page loading performance compared to styles imbedded between
the <head> tags on all pages? TIA
 
External sheets load once and embedded each time the page is loaded.
Obviously external sheets can enable better performance after the initial
load.

<%= Clinton Gallagher
 
Probably not more efficient but certainly less bandwidth - maybe more cpu
cycles. Using external style sheet is the way to go
 
Dan L said:
Does anyone know, or like to provide an opinion, whether external style
sheets improve page loading performance compared to styles imbedded between
the <head> tags on all pages? TIA

Not to mention that if you need to make a change to your styles, you only
have to do it once instead of a million times...learned that the hard way.
Even with find+replace it was a pain.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top