peps974
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Very slow database queries causing db errorsI have experienced the same issue lately, slow query that crashes the db… forced to reboot it!
Any tips, suggestions on how to fix it?
Forum: Fixing WordPress
In reply to: SQL Query to delete all tagsHey guys,
I have found that in another post but I tried to run it and it doesn’t seem to end. ANyone has found a nice, sleek mysql query for that purpose (bulk delete of unused tags):SELECT * FROM wp_terms wt INNER JOIN wp_term_taxonomy wtt ON wt.term_id=wtt.term_id INNER JOIN wp_term_relationships wtr ON wtr.term_taxonomy_id=wtt.term_taxonomy_id LEFT JOIN wp_posts wp ON wp.ID=wtr.object_id WHERE taxonomy='post_tag' AND ID IS NULL AND NOT EXISTS(SELECT * FROM wp_terms wt2 INNER JOIN wp_term_taxonomy wtt2 ON wt2.term_id=wtt2.term_id WHERE wtt2.parent=wt.term_id) ORDER BY nameForum: Fixing WordPress
In reply to: Delete unused tags in bulkHey guys,
any of you have found a way to bulk delete unused tags?Forum: Fixing WordPress
In reply to: MySQL Slow Queries – Assitance Needed & Greatly AppreciatedHi mate,
I would be really interested to hear on what you did to improve those ‘slow mysql queries’.
The site I manage goes to about ~15K to 20K pageviews daily and it seems to go ok usually, but if we break a big story and there is a massive spike, the site goes down (even though we run WP_Super Cahce) & the sql db clogs up; the hosting admin has to restart the mysql process.Any tips?
Forum: Plugins
In reply to: [nggallery] No effects after upgrade to WP2.8Hi,
I have the same problem here.
New site, fresh wordpress installation & up to date ngg but when I load the page http://www.manlyguide.com/manly-photo-gallery if I first click on the picture, they go straight to open the pic in the browser instead of using the effect.However, if I wait for everything to load and then click, it does load the effect perfectly.
I know it has to do with loading time and studd, but I can’t pinpoint the exact problem.
Anyone could help?!
Forum: Fixing WordPress
In reply to: Homepage & category pages – Tricky rewriteRuleAnyone there to help me out?!
Forum: Plugins
In reply to: [Plugin: Google News Sitemap Generator] Category keywordsIt works fine for me too on WP 2.7.1; but I am, as gaj, looking for a way to specify a category to look on. Is there anyone there a bit experienced to help us tweak that code to only look at posts within a certain category ?