Forum Moderators: phranque
example.com. A 123.45.67.89
www CNAME example.com. example.com. A 123.45.67.89
www A 123.45.67.89
My sites all automatically redirect to www (a decision I kinda regret now and wish I'd gone the other way, but whatever). It's my understanding that when someone goes to www.example.com, then the server returns the CNAME, then goes to look for the value of the CNAME to find an A record, then goes to the value of the A record (which is the IP address).
I have one small (older) site that uses both www and non-www; a risk of Google seeing the pages as dupes
found that the non-www version loads in an average of 1.04s (an average of five shift+F5 refreshes), while the www version loads in 1.27s!