|
Something that might be worth considering/checking is whether you're doing a large number of queries with each page load. If the database isn't indexed properly it will slow mysql. Even one insert/select into/from a large table that needs an index could make a lot of difference.
I only mention this as you say you have recently moved to dynamic pages.
BTW, I'm on an 64k ISDN line (for my sins) and it didn't seem particularly slow here.
|