If you turn on page tracing in your web page, does that give you any clues as to where the slowdown is happening? When I run into these situations, I usually try to find out if there might be a slowdown in the database call or even possibly IIS bandwidth throttling accidentially enabled in the production environment.
Devin