{"id":1171665,"date":"2016-10-02T14:05:13","date_gmt":"2016-10-02T21:05:13","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/"},"modified":"2016-10-02T14:06:09","modified_gmt":"2016-10-02T21:06:09","slug":"slow-database-performance","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/","title":{"rendered":"Slow Database Performance"},"content":{"rendered":"<p>I&#8217;m trying to resolve slow database performance on a site.<\/p>\n<p>The Query Monitor plugin shows all database queries and alerts of slow queries (any query that takes &gt;0.05 seconds). On every page that includes a calendar from The Events Calendar it complains about the following query. It takes 0.3569 seconds.<\/p>\n<p>SELECT DISTINCT wp_pfh3w2370f_posts.*, MIN(wp_pfh3w2370f_postmeta.meta_value) as EventStartDate, MIN(tribe_event_end_date.meta_value) as EventEndDate<br \/>\nFROM wp_pfh3w2370f_posts<br \/>\nINNER JOIN wp_pfh3w2370f_postmeta<br \/>\nON ( wp_pfh3w2370f_posts.ID = wp_pfh3w2370f_postmeta.post_id )<br \/>\nLEFT JOIN wp_pfh3w2370f_postmeta as tribe_event_end_date<br \/>\nON ( wp_pfh3w2370f_posts.ID = tribe_event_end_date.post_id<br \/>\nAND tribe_event_end_date.meta_key = &#8216;_EventEndDate&#8217; )<br \/>\nWHERE 1=1<br \/>\nAND wp_pfh3w2370f_posts.ID NOT IN (12982)<br \/>\nAND ( wp_pfh3w2370f_postmeta.meta_key = &#8216;_EventStartDate&#8217; )<br \/>\nAND wp_pfh3w2370f_posts.post_type = &#8216;tribe_events&#8217;<br \/>\nAND ((wp_pfh3w2370f_posts.post_status = &#8216;publish&#8217;<br \/>\nOR wp_pfh3w2370f_posts.post_status = &#8216;private&#8217;))<br \/>\nAND ((wp_pfh3w2370f_postmeta.meta_value &gt;= &#8216;2016-09-26 00:00:00&#8217;<br \/>\nAND wp_pfh3w2370f_postmeta.meta_value &lt;= &#8216;2016-10-03 00:00:00&#8217;)<br \/>\nOR (tribe_event_end_date.meta_value &gt;= &#8216;2016-09-26 00:00:00&#8217;<br \/>\nAND wp_pfh3w2370f_postmeta.meta_value &lt;= &#8216;2016-10-03 00:00:00&#8217; )<br \/>\nOR (wp_pfh3w2370f_postmeta.meta_value &lt; &#8216;2016-09-26 00:00:00&#8217;<br \/>\nAND tribe_event_end_date.meta_value &gt;= &#8216;2016-10-03 00:00:00&#8217; ))<br \/>\nGROUP BY wp_pfh3w2370f_posts.ID<br \/>\nORDER BY EventStartDate ASC, wp_pfh3w2370f_posts.post_date ASC<br \/>\nWP_Query-&gt;get_posts()<br \/>\n wp-includes\/query.php:3655<\/p>\n<p>The site has over 4500 events.<\/p>\n<p>I upgraded the site to 4.2.2.1 (per https:\/\/theeventscalendar.com\/release-events-calendar-pro-4-2-2-1\/) and cleaned up duplicate  events from the database using https:\/\/gist.github.com\/elimn\/a998d7b67f6166dab5e17ec071eb35ee.<\/p>\n<p>I&#8217;ve searched the forums and the above query and concerns about database performance come up a lot, but I haven&#8217;t found any solutions. The site uses WP Super Cache.<\/p>\n","protected":false},"template":"","class_list":["post-1171665","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Slow Database Performance -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Slow Database Performance -\" \/>\n<meta property=\"og:description\" content=\"I&#8217;m trying to resolve slow database performance on a site. The Query Monitor plugin shows all database queries and alerts of slow queries (any query that takes &gt;0.05 seconds). On every page that includes a calendar from The Events Calendar it complains about the following query. It takes 0.3569 seconds. SELECT DISTINCT wp_pfh3w2370f_posts.*, MIN(wp_pfh3w2370f_postmeta.meta_value) as [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/\" \/>\n<meta property=\"article:modified_time\" content=\"2016-10-02T21:06:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/\",\"name\":\"Slow Database Performance -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2016-10-02T21:05:13+00:00\",\"dateModified\":\"2016-10-02T21:06:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Events Calendar PRO\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Slow Database Performance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Slow Database Performance -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/","og_locale":"en_US","og_type":"article","og_title":"Slow Database Performance -","og_description":"I&#8217;m trying to resolve slow database performance on a site. The Query Monitor plugin shows all database queries and alerts of slow queries (any query that takes &gt;0.05 seconds). On every page that includes a calendar from The Events Calendar it complains about the following query. It takes 0.3569 seconds. SELECT DISTINCT wp_pfh3w2370f_posts.*, MIN(wp_pfh3w2370f_postmeta.meta_value) as [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/","article_modified_time":"2016-10-02T21:06:09+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/","name":"Slow Database Performance -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2016-10-02T21:05:13+00:00","dateModified":"2016-10-02T21:06:09+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/slow-database-performance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Events Calendar PRO","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/"},{"@type":"ListItem","position":5,"name":"Slow Database Performance"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1171665","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1171665\/revisions"}],"predecessor-version":[{"id":1171666,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1171665\/revisions\/1171666"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1171665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}