• Since this is a SQL Server forum, I'll concentrate on SQL Server only, but in reality this investigation should start from the application-end and work down the application stack.

    With SQL profiler running, take a baseline of the round trip time from client request to client render complete.

    See what queries and procs are being run to build that page, and see how long those queries take as a % of the total round trip.