Relocate web server

Website load time

Had this problem during WFM Course, when I used a free server to host the project. Usually free servers are shared with many users and most common problem that occurs is website loading time. To solve this problem: ● We can use a dedicated server ● Google’s PageSpeed Insights ○ Analyzes content of the sites ○ Determines elements that are slowing the site

To avoid having to wait for the next DNS cache update users may manually flush their DNS cache using the command prompt with administrative privileges and running the following command:
ipconfig /flushdns

Technology:

To avoid having to wait for the next DNS cache update users may manually flush their DNS cache using the command prompt with administrative privileges and running the following command:
ipconfig /flushdns

OperatingSystem:

Access a website with a recent DNS change on Windows

Pointing a domain to a new location might turn out to be a problem, because most operating systems keep a DNS cache to speed up the resolution of frequently visited sites. If the location changes before the DNS cache is updated the web server is no longer accessible until the cache is updated again.
Subscribe to Relocate web server