speeding up redirect
|
03-27-2013, 12:03 AM
Post: #2
|
|||
|
|||
RE: speeding up redirect
I'm fairly certain that browsers will not execute anything that you send in the body of a 301/302 response. They will see the location directive and start fetching the new page right away.
The only things I'm aware of for speeding up redirects: - make them cacheable (301 instead of 302) - if you are redirecting across domains, http://www.example.com -> example.com, if http://www.example.com is a cname to example.com then the DNS lookup for the new domain should be a lot faster |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
speeding up redirect - Torsten Robitzki - 03-23-2013, 06:24 AM
RE: speeding up redirect - pmeenan - 03-27-2013 12:03 AM
|
User(s) browsing this thread: 1 Guest(s)