iocchelli
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Super Slow Load::Tried everything, no fixYou must have done something – you are loading very quickly now!
Forum: Fixing WordPress
In reply to: Super Slow Load::Tried everything, no fixThat definitely shouldn’t be the issue. My site has way more going on than yours and it loads much faster. It seems to me that just *connecting* is taking the longest time. It makes me think there is a problem with your server, your nameserver/registrar, or maybe something in your htaccess file or firewall is slowing things down.
Forum: Fixing WordPress
In reply to: Super Slow Load::Tried everything, no fixMost plugins that install tables don’t remove the tables when you deactivate them. Those tables shouldn’t hamper performance, but I could be wrong. You could remove them and see if it makes a difference.
Forum: Fixing WordPress
In reply to: Super Slow Load::Tried everything, no fixWhen you did the repair+optimize, were all the tables selected (checked off)?
I’m uncertain what comes next. hmmm…
Forum: Fixing WordPress
In reply to: Super Slow Load::Tried everything, no fixcpanel usually comes with phpmyadmin. However, some versions of cpanel also have a databases icon. If you click on that, you will see a ‘modify’ section and the ability to select a database and repair it. Do you see either of those options (phpmyadmin or the database icon)?
Forum: Fixing WordPress
In reply to: Super Slow Load::Tried everything, no fixDo you have phpMyadmin access? If so, I’d start by doing an optimize and repair on the database.
Other than that, it’s difficult to know your problem based on the limited info. you’ve provided. Are you self-hosted? Shared hosting? If shared, it could be your host that is slow.
Forum: Fixing WordPress
In reply to: Blog hacked and I want to reinstallAnother note I forgot to mention is related to users.
Do you have PhpMyadmin access? If so, go into the users table and see if there are duplicate users with admin access. Clean any duplicates out and change the login and password for remaining admins.
Forum: Fixing WordPress
In reply to: Blog hacked and I want to reinstallGo to the dashboard>tools>export menu. Once there, do an export. If I understand how WordPress does these, it will export only the parts you need to keep your posts, comments etc.
After that, you can re-install WordPress.
A couple more notes:
1. If you were infected, it is very likely your theme was infected. You may have to start with a clean theme.
2. You may have infected files in your wp-content, plugins and uploads folders. When you reinstall, replace all your plugins with new ones. Also, go through your uploads folder and look for suspicious files in there.
I was infected quite badly and was able to clean things up and recover. Good luck. ??
Forum: Fixing WordPress
In reply to: Problem With Social Bookmarking Linkshere is the code I am using:
<a href="https://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="https://completerunning.com/wp-content/themes/revolution_magazine-20/images/stumbleupon.png" style="vertical-align:top"> Stumble This</a><br /> <a href="https://twitter.com/home?status=Currently reading <?php the_permalink(); ?>" title="Tweet This!" target="_blank" <img alt="Tweet This!" src="https://completerunning.com/wp-content/themes/revolution_magazine-20/images/twitter.png" style="vertical-align:top"> Tweet This!</a>