Network Diagnostics: Checking the Connection to the Server
If your website is loading slowly or is unreachable, a ping test can help determine if there is a connection problem between your computer and the CuriaWeb server.
How to perform a Ping on Windows:
- Press the Windows Key + R, type cmd, and press Enter.
- In the black window, type the command:
ping yourdomain.ch - The result shows you the "Round Trip Time" (ms) and whether any data packets were lost.
How to perform a Ping on macOS:
- Open the Terminal (via Spotlight search or Applications > Utilities).
- Type the command:
ping -c 4 yourdomain.ch - The values in ms indicate how fast the server responds.