dreamwest Posted October 9, 2008 Share Posted October 9, 2008 Im trying to make my website as fast loading as possible. I have over 6,000 visitors a day. Im thinking of splitting the site up into subdomains for images, includes etc images.site.com includes.site.com Does this help with security and does this increase speed. I know alot of larger site use this method. Any thoughts?? Link to comment https://forums.phpfreaks.com/topic/127669-splitting-the-site-up-into-subdomains/ Share on other sites More sharing options...
Daniel0 Posted October 9, 2008 Share Posted October 9, 2008 There is a limit to the number of concurrent connections per domain, so it could improve the loading speed, but not if you do it excessively. You can also setup the one domain which will point to static content with a lightweight httpd such as lighttpd to make those things load faster. Link to comment https://forums.phpfreaks.com/topic/127669-splitting-the-site-up-into-subdomains/#findComment-660778 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.