Skip to content

Instantly share code, notes, and snippets.

@Asikur22
Created August 26, 2022 16:35
Show Gist options
  • Save Asikur22/53be48530173297cd5ae842139197505 to your computer and use it in GitHub Desktop.
Save Asikur22/53be48530173297cd5ae842139197505 to your computer and use it in GitHub Desktop.
www or non-www

Without www, browsers have to store different cookie for every subdomain request. As you can imagine, the process is highly inefficient and slows down loading times on the website as a result.

It is better to use www in URLs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment