{"id":942686,"date":"2015-02-16T06:12:28","date_gmt":"2015-02-16T14:12:28","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/"},"modified":"2015-07-07T06:31:23","modified_gmt":"2015-07-07T13:31:23","slug":"bug-with-function-findpagebyshortcode","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/","title":{"rendered":"Bug with function findPageByShortcode()"},"content":{"rendered":"<p>Tribe Community events is creating slow queries. Query monitor gives the following output:<\/p>\n<p>Slow Database Queries (above 0.05s)<\/p>\n<p>Query: &#8220;SELECT id from wp_3_posts<br \/>\nWHERE post_content LIKE &#8216;%[tribe_community_events]%&#8217;<br \/>\nAND post_type in (&#8216;page&#8217;)&#8221;<br \/>\nCaller: \/* From \/wp-content\/plugins\/the-events-calendar-community-events\/tribe-community-events\/tribe-community-events.php:2655] *\/\tTribeCommunityEvents-&gt;findPageByShortcode+<br \/>\nTime: 0.0591<\/p>\n<p>The reason this happens on every pageload is that if [tribe_community_events] shortcode is not utilized on any page, the query &#8220;$id = $wpdb-&gt;get_var( $wpdb-&gt;prepare( &#8220;SELECT id from $wpdb-&gt;posts WHERE post_content LIKE &#8216;%%%s%%&#8217; AND post_type in (&#8216;page&#8217;)&#8221;, $shortcode ) );&#8221; in the function TribeCommunityEvents-&gt;findPageByShortcode() returns NULL which is not saved by set_transient and the transient cannot be found and get_transient( &#8216;tribe-community-events-page-id&#8217; ); will always return false.<\/p>\n<p>A-P<\/p>\n","protected":false},"template":"","class_list":["post-942686","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>Bug with function findPageByShortcode() -<\/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\/bug-with-function-findpagebyshortcode\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bug with function findPageByShortcode() -\" \/>\n<meta property=\"og:description\" content=\"Tribe Community events is creating slow queries. Query monitor gives the following output: Slow Database Queries (above 0.05s) Query: &#8220;SELECT id from wp_3_posts WHERE post_content LIKE &#8216;%[tribe_community_events]%&#8217; AND post_type in (&#8216;page&#8217;)&#8221; Caller: \/* From \/wp-content\/plugins\/the-events-calendar-community-events\/tribe-community-events\/tribe-community-events.php:2655] *\/ TribeCommunityEvents-&gt;findPageByShortcode+ Time: 0.0591 The reason this happens on every pageload is that if [tribe_community_events] shortcode is not utilized on [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-07-07T13:31:23+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/\",\"name\":\"Bug with function findPageByShortcode() -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2015-02-16T14:12:28+00:00\",\"dateModified\":\"2015-07-07T13:31:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/#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\":\"Community Events\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/community-events\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Bug with function findPageByShortcode()\"}]},{\"@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":"Bug with function findPageByShortcode() -","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\/bug-with-function-findpagebyshortcode\/","og_locale":"en_US","og_type":"article","og_title":"Bug with function findPageByShortcode() -","og_description":"Tribe Community events is creating slow queries. Query monitor gives the following output: Slow Database Queries (above 0.05s) Query: &#8220;SELECT id from wp_3_posts WHERE post_content LIKE &#8216;%[tribe_community_events]%&#8217; AND post_type in (&#8216;page&#8217;)&#8221; Caller: \/* From \/wp-content\/plugins\/the-events-calendar-community-events\/tribe-community-events\/tribe-community-events.php:2655] *\/ TribeCommunityEvents-&gt;findPageByShortcode+ Time: 0.0591 The reason this happens on every pageload is that if [tribe_community_events] shortcode is not utilized on [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/","article_modified_time":"2015-07-07T13:31:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/","name":"Bug with function findPageByShortcode() -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2015-02-16T14:12:28+00:00","dateModified":"2015-07-07T13:31:23+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/bug-with-function-findpagebyshortcode\/#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":"Community Events","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/community-events\/"},{"@type":"ListItem","position":5,"name":"Bug with function findPageByShortcode()"}]},{"@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\/942686","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\/942686\/revisions"}],"predecessor-version":[{"id":942926,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/942686\/revisions\/942926"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=942686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}