hcgdietteam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site is running VERY slow out of the blue. ideas? help?Dagon Design Sitemap Generator: Makes human site maps
Google XML Sitemaps: Makes a normal site mapI have added this to the bottom to make it easy to keep track of the load time and how many queries are being made.
<?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds.Forum: Fixing WordPress
In reply to: Site is running VERY slow out of the blue. ideas? help?The thing that kills me is sometimes it loads in side of 2sec and others EVERYTHING comes to a stop, even the admin.
@swansonphotos : This is a theme that I made, I made this site with the safe framework and it has never had this kind of problem.
http://what-is-marijuana.com/Also I know it pulls in a bit from Facebook, Twitter and google for the js files. Is there any way you know of that I can gzip files that I am not hosting?
Forum: Fixing WordPress
In reply to: Site is running VERY slow out of the blue. ideas? help?I am also running bbPress will any thing with the forum be lost if I turn it off?
Forum: Fixing WordPress
In reply to: Site is running VERY slow out of the blue. ideas? help?I have thought about that but will I lose any thing I have set up with the widgets?
Forum: Hacks
In reply to: Making A Profile PageYeah but it looks like all of that is for the “Author” of the page and not just for the logged in user.
I did find the code to get what I was looking for, after lots of searching and errors I have it.
Thanks
Image
<?php echo get_avatar( $current_user->ID, 150, true ); ?><?php echo $current_user->user_description; ?>