After speaking to the godaddy folks again, they said that my site is slow because each page, and item refers back to the domain name.
They said since my site already lives at smartmow.com that links on my website like
and making it likeCode:<a href="http://smartmow.com/index.php?main_page=page&id=3&chapter=1">Product Details</a></li>
would make it load faster.Code:<a href="/index.php?main_page=page&id=3&chapter=1">Product Details</a></li>
How can I make these modifications?



