Hello,
if I got it right, a redirect can contain a message body. Would it make sense to include some tags in the response body, if I know that the script will be loaded by the redirect target page?
If a browser would parse the body and maybe even read the message body and fetch the java script file (assumed cacheable by the browser), the browser may have the script already, before it can parse the redirect target and find there, that a.js have to be read from the server.
Are there any good, best practices to speed up redirects (beside getting rid of redirects)?
kind regards,
Torsten