Redirects
Problem: Using markup to redirect pages increases the load time that comes with downloading and processing another page.
Solution: If you need to use redirects, configure the server to perform redirects using HTTP 3xx codes.
Discussion: Avoid redirects as much as possible since they add both time and cost to for the user to reach the final page.



Sign in or register to reply.