Title: Slow db queries
Last modified: September 6, 2017

---

# Slow db queries

 *  Resolved [millllan](https://wordpress.org/support/users/millllan/)
 * (@millllan)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/slow-db-queries/)
 * I get lots of slow queries and bad page load times with the plugin enabled ?
 * Slow Database Queries (above 0.05s)
    Query Caller Component Rows Time SELECT `
   ID` FROM `wp_silodromeposts` WHERE `guid` = ‘[https://newhost.silodrome.com/wp-content/uploads/2017/08/Fitzke-Paddleboard-6-1480×987.jpg&#8217](https://newhost.silodrome.com/wp-content/uploads/2017/08/Fitzke-Paddleboard-6-1480×987.jpg&#8217);;
   pbSEOFriendlyImages::getImageID() wp-content/plugins/pb-seo-friendly-images/pb-
   seo-friendly-images.php:425 + Plugin: wordpress-seo-premium 0 0.0661
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fslow-db-queries%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [millllan](https://wordpress.org/support/users/millllan/)
 * (@millllan)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/slow-db-queries/#post-9472398)
 * Its on a website iwth ~5000 posts and 30 000 uploads …
 * Fixed it by adding an index on guid collumn trough phpmyadmin:
 * ALTER TABLE `wp_posts` ADD INDEX `guidindex` (`guid`)
 * Following this guide [https://stackoverflow.com/questions/3002605/how-do-i-add-indices-to-mysql-tables](https://stackoverflow.com/questions/3002605/how-do-i-add-indices-to-mysql-tables)

Viewing 1 replies (of 1 total)

The topic ‘Slow db queries’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pb-seo-friendly-images_3e4a5e.svg)
 * [PB SEO Friendly Images](https://wordpress.org/plugins/pb-seo-friendly-images/)
 * [Support Threads](https://wordpress.org/support/plugin/pb-seo-friendly-images/)
 * [Active Topics](https://wordpress.org/support/plugin/pb-seo-friendly-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pb-seo-friendly-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pb-seo-friendly-images/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [millllan](https://wordpress.org/support/users/millllan/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/slow-db-queries/#post-9472398)
 * Status: resolved