I have a magento site with about 200 products and the product pageloads take over 14 seconds. I've done many of the often suggested speedups with no real difference in speed. So I asked my webhost for some help with optimizing and they did some sort of php trace and noticed: "a number of remote connections made to ws.fedex.com" which were slowing the page loading down. I disabled fedex as a shipping method and lo and behold the page load times went down by 7 seconds or so.
So my question is -- Does magento by default make connections to shipping carriers on each product page load? Or could it be a module I'm using that's doing this? How would I go about hunting this down in the code?
(I'm an experienced coder but I'm just woefully new to magento's code structure.)
Thanks so much if anyone has any thoughts!