1 answer

that could be due to server response time, especially with 1&1 where shared hosting can be pretty slow sometimes 😅 try checking your website with a tool like GTmetrix or Pingdom to see exactly where the delay is happening - whether it's the server itself or maybe the DNS resolution.

php files or database queries (if you have any) can also be pretty slow, but you won't notice it locally because everything runs on your computer. if you have control over it, also check whether you can enable gzip compression, that really helps with downloads 💻

Your answer

Log into answer.