I often start by looking at Firebug. You can see all the requests being loaded under the 'Net' tab. Occasionally I've noticed it is a request for a large image, an advert banner, Google Analytics or similar which is slow and not my code, so it is good to begin by excluding that possibility.
On Mar 10, 6:00 am, cjrh <caleb.hatti...@gmail.com> wrote: > On Mar 9, 7:52 pm, Philip <philip.el...@gmail.com> wrote: > > > Does anyone know of any common root causes of performance problems > > like that? > > You are going to have to find the part that is slow. That means some > kind of profiling or instrumenting scheme where you can gather > measurements.