Very slow redirection
-
Hi,
I setup a redirection as below:
^/[a-z\-]+/([a-z0-9\-]+)\.(exe|zip|xml)(/index.html/|/index.html|/index.htm/|/index.htm|/)?
redirect to
/downloads/file/$1.$2
Based on my test, it takes 10+ seconds to complete the redirection.
For example, if I visit source URL https://www.datanumen.com/word-repair/dwordr.exe will take about 15 seconds to redirect to the target URL https://www.datanumen.com/downloads/file/dwordr.exe
However, if I visit the target URL https://www.datanumen.com/downloads/file/dwordr.exe first, then visit the source URL https://www.datanumen.com/word-repair/dwordr.exe, then there will be no delay.
So why it takes so long if I visit the source URL first?
Moreover, if I visit the source URL, then during the download process, I cannot visit any other URLs in the website, until the download process completes.
- You must be logged in to reply to this topic.