Redirect is slow or delayed

Common reasons why your redirect is slow

Team avatar
Written by Team
Updated over a week ago

Our servers normally respond between 80 to 300 milliseconds, hence your redirect should occur fairly instantaneously.

If it is taking longer than this to redirect, then there is an issue with the redirect code placement in your website.

For the fastest redirect, our redirect code should be the first to process in your website and should not be blocked by any other external scripts or files present in your website.

Ensure our redirect script is placed just after the opening head tag in your website.

<head>

-- Our redirect code should be the first --

-- All other scripts in the header should be placed after our script --

</head>

<body>

-- Your website content --

</body>

Did this answer your question?