Title: rooify's Replies | WordPress.org

---

# rooify

  [  ](https://wordpress.org/support/users/rooify/)

 *   [Profile](https://wordpress.org/support/users/rooify/)
 *   [Topics Started](https://wordpress.org/support/users/rooify/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rooify/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rooify/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rooify/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rooify/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rooify/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cooked - Recipe Management] Recipes marked as webpage in Schema and not displaying meta description](https://wordpress.org/support/topic/recipes-marked-as-webpage-in-schema-and-not-displaying-meta-description/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/recipes-marked-as-webpage-in-schema-and-not-displaying-meta-description/#post-12374139)
 * nevermind. To anyone using this plugin + elementor pro.
    Remember to not add 
   any display condition on the elementor template created for the single recipe
   post type.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MaxiCharts Query Builder Add-on] Oceanwp conflict](https://wordpress.org/support/topic/oceanwp-conflict/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/oceanwp-conflict/#post-10792991)
 * Great, it is working now, thank you !!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MaxiCharts Query Builder Add-on] Oceanwp conflict](https://wordpress.org/support/topic/oceanwp-conflict/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/oceanwp-conflict/#post-10785094)
 * [https://staging-salaryintel.kinsta.com/](https://staging-salaryintel.kinsta.com/)
   
   When I enable the plugin, the main menu dissapears.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema - All In One Schema Rich Snippets] conflict with oceanwp theme](https://wordpress.org/support/topic/conflict-with-oceanwp-theme-2/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/conflict-with-oceanwp-theme-2/#post-10745779)
 * Hi thanks for the reply, i tested with multiple snippets and filling all the 
   info, it changes the order in which the sidebar gets called.
 * Default html looks like this:
    <main> <content></content> <sidebar></sidebar>
   </main>
 * and with the plugin enabled, and adding the rich card the html changes to this:
   
   <main> <content></content> <the rich card /> </main> <sidebar></sidebar>
 * Hope that helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] new added event is not being listed in admin page](https://wordpress.org/support/topic/new-added-event-is-not-being-listed-in-admin-page/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/new-added-event-is-not-being-listed-in-admin-page/#post-9799698)
 * Hi, its s single install, and full admin account
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] new added event is not being listed in admin page](https://wordpress.org/support/topic/new-added-event-is-not-being-listed-in-admin-page/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/new-added-event-is-not-being-listed-in-admin-page/#post-9787055)
 * Deactivating all the plugins but: Events Manager, Events Manager Pro
    And changing
   theme to twenty seventeen Doesn’t fix the issue, the query looks a little strange:
 * SELECT SQL_CALC_FOUND_ROWS 5953_posts.ID
    FROM 5953_posts INNER JOIN 5953_postmeta
   ON ( 5953_posts.ID = 5953_postmeta.post_id ) INNER JOIN 5953_postmeta AS mt1 
   ON ( 5953_posts.ID = mt1.post_id ) WHERE 1=1 AND 5953_posts.post_author IN (21)
   AND ( 5953_postmeta.meta_key = ‘_start_ts’ AND ( ( mt1.meta_key = ‘_start_ts’
   AND mt1.meta_value >= ‘1513382400’ ) ) ) AND 5953_posts.post_type = ‘event’ AND(
   5953_posts.post_status = ‘publish’ OR 5953_posts.post_status = ‘future’ OR 5953_posts.
   post_status = ‘draft’ OR 5953_posts.post_status = ‘pending’ OR 5953_posts.post_status
   = ‘private’) GROUP BY 5953_posts.ID ORDER BY 5953_postmeta.meta_value+0 ASC LIMIT
   0, 20
    -  This reply was modified 8 years, 8 months ago by [rooify](https://wordpress.org/support/users/rooify/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Google XML Sitemaps (support Sitemap Index, Multi-site and Google News)] 500 timeout on _part regardless the settings](https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings/#post-7127283)
 * quick and dirty, using BWP for posts, pages but wrote a script for the listings
   based on this:
    [https://github.com/o/sitemap-php](https://github.com/o/sitemap-php)
 * Submitted two index sitemaps to GWT for now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Google XML Sitemaps (support Sitemap Index, Multi-site and Google News)] 500 timeout on _part regardless the settings](https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings/#post-7127241)
 * resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Google XML Sitemaps (support Sitemap Index, Multi-site and Google News)] 500 timeout on _part regardless the settings](https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings/#post-7127240)
 * Thanks Khang, ill check it out.
 * Big task for any process to go through a table of that size, i guess ill have
   to try and split it up somehow.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Google XML Sitemaps (support Sitemap Index, Multi-site and Google News)] 500 timeout on _part regardless the settings](https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings/#post-7127188)
 * Hi Khang,
 * No extensions are added (no images, not news). The current split is at 1000 but
   we have had it as low as 100/100 & 10 queries until we forced a memory error 
   on sitemapindex.xml.
    php memorry is now 266MB so we don’t get a mem error on
   the sitemapindex but the ‘part’ sitemaps still timeout.
 * This is what i am getting in the plugin logs:
 * ‘Mar 03, 2016 01:06:02 AM —post_job_listing_part22629.xml does not have any item.
   There are no public ABN. Enable/disable sitemaps via BWP Sitemaps >> XML Sitemaps.(
   debugging was on)
    Mar 03, 2016 01:02:25 AM —post_job_listing_part22629.xml will
   be served using module file post.php. (debugging was on) Mar 02, 2016 11:57:35
   PM —post_job_listing_part22813.xml does not have any item. There are no public
   ABN. Enable/disable sitemaps via BWP Sitemaps >> XML Sitemaps. (debugging was
   on) Mar 02, 2016 11:54:19 PM —post_job_listing_part22813.xml will be served using
   module file post.php. (debugging was on) Mar 02, 2016 11:53:43 PM —post_job_listing_part12447.
   xml does not have any item. There are no public ABN. Enable/disable sitemaps 
   via BWP Sitemaps >> XML Sitemaps. (debugging was on)’
 * Would there be any queries you would advise that we investigate to see if we 
   can break them down? I appreciate any direction/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Google XML Sitemaps (support Sitemap Index, Multi-site and Google News)] 500 timeout on _part regardless the settings](https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings/)
 *  Thread Starter [rooify](https://wordpress.org/support/users/rooify/)
 * (@rooify)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings/#post-7127058)
 * Further to the above: is this a bwp query?
    SELECT p.* FROM wp_posts p WHERE 
   p.post_status = ‘publish’ AND p.post_password =’ ‘;
 * db is around 40G with:
    296,372,879 rows in wp_postmeta 11,822,908 in wp_posts
   23,729,634 in wp_term_relationships

Viewing 11 replies - 1 through 11 (of 11 total)