Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. Query Count Callers Components Potential Troublemakers
  2. SELECT wp_posts.*
  3. FROM wp_posts JOIN wp_icl_translations wpml_translations
  4. ON wp_posts.ID = wpml_translations.element_id
  5. AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type)
  6. WHERE 1=1
  7. AND wp_posts.post_name = 'leovegas'
  8. AND wp_posts.ID = 829
  9. AND wp_posts.post_type = 'jusgutenberg'
  10. AND ( ( ( wpml_translations.language_code = 'us'
  11. OR 0 )
  12. AND wp_posts.post_type IN ('post','page','attachment','wp_block','reviews','jusgutenberg' ) )
  13. OR wp_posts.post_type NOT IN ('post','page','attachment','wp_block','reviews','jusgutenberg' ) )
  14. ORDER BY wp_posts.post_date DESC 178 WP_Query->get_posts()
  15. 178 calls
  16. Core
  17. 1 call
  18. Plugin: oxygen
  19. 177 calls
  20. WP->query_posts()
  21. 1 call
  22. WP_Query->__construct()
  23. 177 calls
  24. SELECT wp_posts.*
  25. FROM wp_posts
  26. INNER JOIN wp_postmeta
  27. ON ( wp_posts.ID = wp_postmeta.post_id )
  28. WHERE 1=1
  29. AND ( wp_postmeta.meta_key = 'ct_template_order' )
  30. AND wp_posts.post_type = 'ct_template'
  31. AND ((wp_posts.post_status = 'publish'))
  32. GROUP BY wp_posts.ID
  33. ORDER BY wp_postmeta.meta_value+0 DESC 4 WP_Query->get_posts()
  34. 4 calls
  35. Plugin: oxygen
  36. 4 calls
  37. ct_template_output()
  38. 3 calls
  39. add_web_font()
  40. 1 call
  41. SELECT *
  42. FROM wp_posts
  43. WHERE guid LIKE '%/wp-content/uploads/unibet-hero2.png' 3 oxygen_acf_integration->acf_url_handler()
  44. 3 calls
  45. Plugin: oxygen
  46. 3 calls
  47. ct_getBackgroundLayersCSS()
  48. 1 call
  49. oxygen_vsb_element_inline_styles()
  50. 1 call
  51. CT_Component->ct_parse_oxy_url()
  52. 1 call
  53. SELECT wp_posts.*
  54. FROM wp_posts
  55. WHERE 1=1
  56. AND wp_posts.post_name = 'image-background-block'
  57. AND wp_posts.ID = 1011
  58. AND wp_posts.post_type IN ('oxy_user_library', 'page')
  59. AND ((wp_posts.post_status = 'publish'))
  60. ORDER BY wp_posts.post_date DESC 2 WP_Query->get_posts()
  61. 2 calls
  62. Plugin: oxygen-gutenberg
  63. 2 calls
  64. WP_Query->get_posts()
  65. 2 calls
  66. SELECT wp_posts.*
  67. FROM wp_posts
  68. WHERE 1=1
  69. AND wp_posts.ID IN (471,472,473,474)
  70. AND wp_posts.post_type = 'nav_menu_item'
  71. AND ((wp_posts.post_status = 'publish'))
  72. ORDER BY wp_posts.menu_order ASC 3 WP_Query->get_posts()
  73. 3 calls
  74. Plugin: oxygen
  75. 3 calls
  76. WP_Query->get_posts()
  77. 3 calls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement