Developer tip

You should not use markup to redirect pages, as this incurs the cost of downloading and processing a page. Instead you should configure the server to perform redirects using HTTP 3xx codes.

Note that redirects should be avoided at all costs since each one adds both to the time and the cost of viewing the final page.