if your site is a wordpress site I would have a look at your template.. stuff like <?php bloginfo() ?> and other wordpress functions are all using unnecessairy memory etc.. -> simply replace it by the real output (here for ex. Wordpress version etc..) instead of using wordpress functions.
|