Advertisement
Guest User

Untitled

a guest
May 19th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 216.47 KB | None | 0 0
  1. Query
  2.  
  3. Caller
  4.  
  5. Time
  6.  
  7. 1 SELECT option_value
  8. FROM wp_options
  9. WHERE option_name = '_wpml_inactive'
  10. LIMIT 1
  11. +
  12. get_option
  13. 0,1494
  14. 2 SELECT option_value
  15. FROM wp_options
  16. WHERE option_name = 'home'
  17. LIMIT 1
  18. +
  19. WPML_Include_Url->get_unfiltered_home
  20. 0,0023
  21. 3 SELECT option_value
  22. FROM wp_options
  23. WHERE option_name = 'active_sitewide_plugins'
  24. LIMIT 1
  25. +
  26. get_option
  27. 0,0064
  28. 4 SELECT option_value
  29. FROM wp_options
  30. WHERE option_name = 'wpml_tf_settings'
  31. LIMIT 1
  32. +
  33. get_option
  34. 0,0016
  35. 5 SELECT option_value
  36. FROM wp_options
  37. WHERE option_name = 'wpseo-premium-redirects-base'
  38. LIMIT 1
  39. +
  40. get_option
  41. 0,0013
  42. 6 SELECT option_value
  43. FROM wp_options
  44. WHERE option_name = 'uninstall_plugins'
  45. LIMIT 1
  46. +
  47. get_option
  48. 0,0022
  49. 7 SELECT option_value
  50. FROM wp_options
  51. WHERE option_name = 'backwpup_cfg_hash'
  52. LIMIT 1
  53. +
  54. get_option
  55. 0,0018
  56. 8 SELECT option_value
  57. FROM wp_options
  58. WHERE option_name = 'cleantalk_debug'
  59. LIMIT 1
  60. +
  61. get_option
  62. 0,0024
  63. 9 SELECT option_value
  64. FROM wp_options
  65. WHERE option_name = 'cleantalk_rc_running'
  66. LIMIT 1
  67. +
  68. get_option
  69. 0,0019
  70. 10 SELECT code, locale
  71. FROM wp_icl_locale_map
  72. +
  73. WPML_Locale->get_locale
  74. 0,1267
  75. 11 SELECT tax_rate_country as shcode, `tax_rate_class` as `class`, `tax_rate_id` as `id`,`tax_rate` as `rate`, `tax_rate_name` as `name`
  76. FROM wp_woocommerce_tax_rates Order By tax_rate_class, tax_rate_country
  77. +
  78. WoocommerceWpwoofCommon->getTaxRateCountries
  79. 0,0014
  80. 12 SELECT option_value
  81. FROM wp_options
  82. WHERE option_name = 'can_compress_scripts'
  83. LIMIT 1
  84. +
  85. get_option
  86. 0,0174
  87. 13 SELECT option_value
  88. FROM wp_options
  89. WHERE option_name = 'wgact_plugin_options_1'
  90. LIMIT 1
  91. +
  92. get_option
  93. 0,0026
  94. 14 SELECT option_value
  95. FROM wp_options
  96. WHERE option_name = 'wgact_plugin_options_2'
  97. LIMIT 1
  98. +
  99. get_option
  100. 0,0013
  101. 15 SELECT option_value
  102. FROM wp_options
  103. WHERE option_name = 'wgdr_plugin_options_1'
  104. LIMIT 1
  105. +
  106. get_option
  107. 0,0019
  108. 16 SELECT option_value
  109. FROM wp_options
  110. WHERE option_name = 'wgdr_plugin_options_2'
  111. LIMIT 1
  112. +
  113. get_option
  114. 0,0025
  115. 17 SELECT option_value
  116. FROM wp_options
  117. WHERE option_name = 'wgdr_plugin_options_3'
  118. LIMIT 1
  119. +
  120. get_option
  121. 0,0020
  122. 18 SELECT option_value
  123. FROM wp_options
  124. WHERE option_name = 'wc_customer_order_xml_export_suite_version'
  125. LIMIT 1
  126. +
  127. get_option
  128. 0,0026
  129. 19 SELECT option_value
  130. FROM wp_options
  131. WHERE option_name = 'wpml_notices'
  132. LIMIT 1
  133. +
  134. get_option
  135. 0,0122
  136. 20 SELECT option_value
  137. FROM wp_options
  138. WHERE option_name = '_wpml_dismissed_notices'
  139. LIMIT 1
  140. +
  141. get_option
  142. 0,0012
  143. 21 SELECT *
  144. FROM wp_users
  145. WHERE user_login = 'JKN'
  146. LIMIT 1
  147. +
  148. WP_User::get_data_by
  149. 0,0031
  150. 22 SELECT user_id, meta_key, meta_value
  151. FROM wp_usermeta
  152. WHERE user_id IN (1)
  153. ORDER BY umeta_id ASC
  154. +
  155. update_meta_cache
  156. 0,0022
  157. 23 SELECT *
  158. FROM wp_icl_mo_files_domains
  159. +
  160. WPML_ST_Translations_File_Dictionary_Storage_Table->load_data
  161. 0,0049
  162. 24 SELECT option_value
  163. FROM wp_options
  164. WHERE option_name = '_transient_timeout_wpml_st_upgrade_in_progress'
  165. LIMIT 1
  166. +
  167. get_option
  168. 0,0018
  169. 25 SELECT option_value
  170. FROM wp_options
  171. WHERE option_name = '_transient_wpml_st_upgrade_in_progress'
  172. LIMIT 1
  173. +
  174. get_option
  175. 0,0021
  176. 26 SELECT option_value
  177. FROM wp_options
  178. WHERE option_name = 'wpml_word_count_requested_types_status'
  179. LIMIT 1
  180. +
  181. get_option
  182. 0,0016
  183. 27 SHOW TABLES LIKE 'wp_snippets'
  184. +
  185. execute_active_snippets
  186. 0,0017
  187. 28 SELECT id, code, scope
  188. FROM wp_snippets
  189. WHERE scope IN ('global', 'single-use', 'front-end')
  190. AND active=1
  191. ORDER BY priority ASC, id ASC
  192. +
  193. execute_active_snippets
  194. 0,0030
  195. 29 SELECT option_value
  196. FROM wp_options
  197. WHERE option_name = 'woocommerce_product_bundles_debug_stock_sync'
  198. LIMIT 1
  199. +
  200. get_option
  201. 0,0014
  202. 30 SELECT option_value
  203. FROM wp_options
  204. WHERE option_name = 'woocommerce_product_bundles_debug_stock_cache'
  205. LIMIT 1
  206. +
  207. get_option
  208. 0,0013
  209. 31 SELECT option_value
  210. FROM wp_options
  211. WHERE option_name = 'woocommerce_product_bundles_debug_stock_parent_sync'
  212. LIMIT 1
  213. +
  214. get_option
  215. 0,0009
  216. 32 SELECT option_value
  217. FROM wp_options
  218. WHERE option_name = 'woocommerce_product_bundles_debug_transients'
  219. LIMIT 1
  220. +
  221. get_option
  222. 0,0010
  223. 33 SELECT option_value
  224. FROM wp_options
  225. WHERE option_name = 'woocommerce_product_bundles_debug_object_cache'
  226. LIMIT 1
  227. +
  228. get_option
  229. 0,0013
  230. 34 SELECT option_value
  231. FROM wp_options
  232. WHERE option_name = 'woocommerce_product_bundles_debug_runtime_cache'
  233. LIMIT 1
  234. +
  235. get_option
  236. 0,0009
  237. 35 SELECT DISTINCT s.id, s.name, s.context, st.status, s.gettext_context, st.value AS tra, st.mo_string AS mo_string, s.value AS orig
  238. FROM wp_icl_string_pages sp
  239. INNER JOIN wp_icl_string_urls su
  240. ON su.id = sp.url_id
  241. INNER JOIN wp_icl_strings s
  242. ON s.id = sp.string_id
  243. LEFT JOIN wp_icl_string_translations st
  244. ON s.id=st.string_id
  245. AND st.language=su.language
  246. AND s.language!=su.language
  247. WHERE (su.language='da' and su.url='/') or (su.language='da' and su.url IS NULL)
  248. +
  249. WPML_ST_Page_Translations_Persist->get_translations_for_page
  250. 0,0359
  251. 36 SELECT COUNT(id)
  252. FROM wp_icl_strings
  253. WHERE context = 'bbpress'
  254. +
  255. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  256. 0,0014
  257. 37 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  258. FROM wp_icl_strings s
  259. LEFT JOIN wp_icl_string_translations st
  260. ON s.id=st.string_id
  261. AND st.language='da'
  262. AND s.language!='da'
  263. WHERE s.context = 'bbpress'
  264. LIMIT 1000 OFFSET 0
  265. +
  266. WPML_DB_Chunk->retrieve
  267. 0,0057
  268. 38 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  269. FROM wp_icl_strings s
  270. LEFT JOIN wp_icl_string_translations st
  271. ON s.id=st.string_id
  272. AND st.language='da'
  273. AND s.language!='da'
  274. WHERE s.context = 'bbpress'
  275. LIMIT 1000 OFFSET 1000
  276. +
  277. WPML_DB_Chunk->retrieve
  278. 0,0045
  279. 39 SELECT option_value
  280. FROM wp_options
  281. WHERE option_name = 'redirection_database_stage'
  282. LIMIT 1
  283. +
  284. get_option
  285. 0,0016
  286. 40 SELECT option_value
  287. FROM wp_options
  288. WHERE option_name = 'wp-optimize-logging'
  289. LIMIT 1
  290. +
  291. get_option
  292. 0,0015
  293. 41 SELECT option_value
  294. FROM wp_options
  295. WHERE option_name = 'wp-optimize-logging-additional'
  296. LIMIT 1
  297. +
  298. get_option
  299. 0,0014
  300. 42 SELECT option_value
  301. FROM wp_options
  302. WHERE option_name = 'wp-smush-settings'
  303. LIMIT 1
  304. +
  305. get_option
  306. 0,0018
  307. 43 SELECT option_name, option_value
  308. FROM wp_options
  309. WHERE option_name LIKE 'widget\_%'
  310. +
  311. icl_st_init
  312. 0,0085
  313. 44 SELECT option_value
  314. FROM wp_options
  315. WHERE option_name = 'backwpup_version'
  316. LIMIT 1
  317. +
  318. get_option
  319. 0,0325
  320. 45 SELECT option_value
  321. FROM wp_options
  322. WHERE option_name = 'backwpup_cfg_showadminbar'
  323. LIMIT 1
  324. +
  325. get_option
  326. 0,0031
  327. 46 SELECT option_value
  328. FROM wp_options
  329. WHERE option_name = 'inpsyde-phone-consent-given-BackWPup'
  330. LIMIT 1
  331. +
  332. get_option
  333. 0,0060
  334. 47 SELECT COUNT(id)
  335. FROM wp_icl_strings
  336. WHERE context = 'wordpress-seo'
  337. +
  338. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  339. 0,0019
  340. 48 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  341. FROM wp_icl_strings s
  342. LEFT JOIN wp_icl_string_translations st
  343. ON s.id=st.string_id
  344. AND st.language='da'
  345. AND s.language!='da'
  346. WHERE s.context = 'wordpress-seo'
  347. LIMIT 1000 OFFSET 0
  348. +
  349. WPML_DB_Chunk->retrieve
  350. 0,0108
  351. 49 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  352. FROM wp_icl_strings s
  353. LEFT JOIN wp_icl_string_translations st
  354. ON s.id=st.string_id
  355. AND st.language='da'
  356. AND s.language!='da'
  357. WHERE s.context = 'wordpress-seo'
  358. LIMIT 1000 OFFSET 1000
  359. +
  360. WPML_DB_Chunk->retrieve
  361. 0,0114
  362. 50 SELECT COUNT(id)
  363. FROM wp_icl_strings
  364. WHERE context = 'default'
  365. +
  366. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  367. 0,0010
  368. 51 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  369. FROM wp_icl_strings s
  370. LEFT JOIN wp_icl_string_translations st
  371. ON s.id=st.string_id
  372. AND st.language='da'
  373. AND s.language!='da'
  374. WHERE s.context = 'default'
  375. LIMIT 1000 OFFSET 0
  376. +
  377. WPML_DB_Chunk->retrieve
  378. 0,0054
  379. 52 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  380. FROM wp_icl_strings s
  381. LEFT JOIN wp_icl_string_translations st
  382. ON s.id=st.string_id
  383. AND st.language='da'
  384. AND s.language!='da'
  385. WHERE s.context = 'default'
  386. LIMIT 1000 OFFSET 1000
  387. +
  388. WPML_DB_Chunk->retrieve
  389. 0,0088
  390. 53 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  391. FROM wp_icl_strings s
  392. LEFT JOIN wp_icl_string_translations st
  393. ON s.id=st.string_id
  394. AND st.language='da'
  395. AND s.language!='da'
  396. WHERE s.context = 'default'
  397. LIMIT 1000 OFFSET 2000
  398. +
  399. WPML_DB_Chunk->retrieve
  400. 0,0109
  401. 54 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  402. FROM wp_icl_strings s
  403. LEFT JOIN wp_icl_string_translations st
  404. ON s.id=st.string_id
  405. AND st.language='da'
  406. AND s.language!='da'
  407. WHERE s.context = 'default'
  408. LIMIT 1000 OFFSET 3000
  409. +
  410. WPML_DB_Chunk->retrieve
  411. 0,0096
  412. 55 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  413. FROM wp_icl_strings s
  414. LEFT JOIN wp_icl_string_translations st
  415. ON s.id=st.string_id
  416. AND st.language='da'
  417. AND s.language!='da'
  418. WHERE s.context = 'default'
  419. LIMIT 1000 OFFSET 4000
  420. +
  421. WPML_DB_Chunk->retrieve
  422. 0,0125
  423. 56 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  424. FROM wp_icl_strings s
  425. LEFT JOIN wp_icl_string_translations st
  426. ON s.id=st.string_id
  427. AND st.language='da'
  428. AND s.language!='da'
  429. WHERE s.context = 'default'
  430. LIMIT 1000 OFFSET 5000
  431. +
  432. WPML_DB_Chunk->retrieve
  433. 0,0122
  434. 57 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  435. FROM wp_icl_strings s
  436. LEFT JOIN wp_icl_string_translations st
  437. ON s.id=st.string_id
  438. AND st.language='da'
  439. AND s.language!='da'
  440. WHERE s.context = 'default'
  441. LIMIT 1000 OFFSET 6000
  442. +
  443. WPML_DB_Chunk->retrieve
  444. 0,0015
  445. 58 SELECT COUNT(id)
  446. FROM wp_icl_strings
  447. WHERE context = 'mailchimp-for-wp'
  448. +
  449. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  450. 0,0279
  451. 59 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  452. FROM wp_icl_strings s
  453. LEFT JOIN wp_icl_string_translations st
  454. ON s.id=st.string_id
  455. AND st.language='da'
  456. AND s.language!='da'
  457. WHERE s.context = 'mailchimp-for-wp'
  458. LIMIT 1000 OFFSET 0
  459. +
  460. WPML_DB_Chunk->retrieve
  461. 0,0030
  462. 60 SELECT COUNT(id)
  463. FROM wp_icl_strings
  464. WHERE context = 'storefront'
  465. +
  466. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  467. 0,0010
  468. 61 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  469. FROM wp_icl_strings s
  470. LEFT JOIN wp_icl_string_translations st
  471. ON s.id=st.string_id
  472. AND st.language='da'
  473. AND s.language!='da'
  474. WHERE s.context = 'storefront'
  475. LIMIT 1000 OFFSET 0
  476. +
  477. WPML_DB_Chunk->retrieve
  478. 0,0024
  479. 62 SELECT COUNT(id)
  480. FROM wp_icl_strings
  481. WHERE context = 'smart-send-logistics'
  482. +
  483. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  484. 0,0011
  485. 63 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  486. FROM wp_icl_strings s
  487. LEFT JOIN wp_icl_string_translations st
  488. ON s.id=st.string_id
  489. AND st.language='da'
  490. AND s.language!='da'
  491. WHERE s.context = 'smart-send-logistics'
  492. LIMIT 1000 OFFSET 0
  493. +
  494. WPML_DB_Chunk->retrieve
  495. 0,0030
  496. 64 SELECT COUNT(id)
  497. FROM wp_icl_strings
  498. WHERE context = 'woocommerce-google-analytics-integration'
  499. +
  500. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  501. 0,0028
  502. 65 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  503. FROM wp_icl_strings s
  504. LEFT JOIN wp_icl_string_translations st
  505. ON s.id=st.string_id
  506. AND st.language='da'
  507. AND s.language!='da'
  508. WHERE s.context = 'woocommerce-google-analytics-integration'
  509. LIMIT 1000 OFFSET 0
  510. +
  511. WPML_DB_Chunk->retrieve
  512. 0,0043
  513. 66 SELECT option_value
  514. FROM wp_options
  515. WHERE option_name = 'woocommerce_dismissed_info_banner'
  516. LIMIT 1
  517. +
  518. get_option
  519. 0,0027
  520. 67 SELECT option_value
  521. FROM wp_options
  522. WHERE option_name = 'woocommerce_ga_id'
  523. LIMIT 1
  524. +
  525. get_option
  526. 0,0043
  527. 68 SELECT option_value
  528. FROM wp_options
  529. WHERE option_name = 'woocommerce_ga_standard_tracking_enabled'
  530. LIMIT 1
  531. +
  532. get_option
  533. 0,0016
  534. 69 SELECT option_value
  535. FROM wp_options
  536. WHERE option_name = 'woocommerce_ga_support_display_advertising'
  537. LIMIT 1
  538. +
  539. get_option
  540. 0,0026
  541. 70 SELECT option_value
  542. FROM wp_options
  543. WHERE option_name = 'woocommerce_ga_support_enhanced_link_attribution'
  544. LIMIT 1
  545. +
  546. get_option
  547. 0,0022
  548. 71 SELECT option_value
  549. FROM wp_options
  550. WHERE option_name = 'woocommerce_ga_use_universal_analytics'
  551. LIMIT 1
  552. +
  553. get_option
  554. 0,0035
  555. 72 SELECT option_value
  556. FROM wp_options
  557. WHERE option_name = 'woocommerce_ga_ecommerce_tracking_enabled'
  558. LIMIT 1
  559. +
  560. get_option
  561. 0,0017
  562. 73 SELECT session_value
  563. FROM wp_woocommerce_sessions
  564. WHERE session_key = '1'
  565. +
  566. WC_Session_Handler->get_session
  567. 0,0061
  568. 74 SELECT umeta_id as meta_id, meta_key, meta_value
  569. FROM wp_usermeta
  570. WHERE user_id = 1
  571. ORDER BY umeta_id
  572. +
  573. WC_Data_Store_WP->read_meta
  574. 0,0063
  575. 75 SELECT COUNT(id)
  576. FROM wp_icl_strings
  577. WHERE context = 'woocommerce'
  578. +
  579. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  580. 0,0014
  581. 76 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  582. FROM wp_icl_strings s
  583. LEFT JOIN wp_icl_string_translations st
  584. ON s.id=st.string_id
  585. AND st.language='da'
  586. AND s.language!='da'
  587. WHERE s.context = 'woocommerce'
  588. LIMIT 1000 OFFSET 0
  589. +
  590. WPML_DB_Chunk->retrieve
  591. 0,0219
  592. 77 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  593. FROM wp_icl_strings s
  594. LEFT JOIN wp_icl_string_translations st
  595. ON s.id=st.string_id
  596. AND st.language='da'
  597. AND s.language!='da'
  598. WHERE s.context = 'woocommerce'
  599. LIMIT 1000 OFFSET 1000
  600. +
  601. WPML_DB_Chunk->retrieve
  602. 0,0058
  603. 78 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  604. FROM wp_icl_strings s
  605. LEFT JOIN wp_icl_string_translations st
  606. ON s.id=st.string_id
  607. AND st.language='da'
  608. AND s.language!='da'
  609. WHERE s.context = 'woocommerce'
  610. LIMIT 1000 OFFSET 2000
  611. +
  612. WPML_DB_Chunk->retrieve
  613. 0,0061
  614. 79 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  615. FROM wp_icl_strings s
  616. LEFT JOIN wp_icl_string_translations st
  617. ON s.id=st.string_id
  618. AND st.language='da'
  619. AND s.language!='da'
  620. WHERE s.context = 'woocommerce'
  621. LIMIT 1000 OFFSET 3000
  622. +
  623. WPML_DB_Chunk->retrieve
  624. 0,0173
  625. 80 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  626. FROM wp_icl_strings s
  627. LEFT JOIN wp_icl_string_translations st
  628. ON s.id=st.string_id
  629. AND st.language='da'
  630. AND s.language!='da'
  631. WHERE s.context = 'woocommerce'
  632. LIMIT 1000 OFFSET 4000
  633. +
  634. WPML_DB_Chunk->retrieve
  635. 0,0061
  636. 81 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  637. FROM wp_icl_strings s
  638. LEFT JOIN wp_icl_string_translations st
  639. ON s.id=st.string_id
  640. AND st.language='da'
  641. AND s.language!='da'
  642. WHERE s.context = 'woocommerce'
  643. LIMIT 1000 OFFSET 5000
  644. +
  645. WPML_DB_Chunk->retrieve
  646. 0,0102
  647. 82 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  648. FROM wp_icl_strings s
  649. LEFT JOIN wp_icl_string_translations st
  650. ON s.id=st.string_id
  651. AND st.language='da'
  652. AND s.language!='da'
  653. WHERE s.context = 'woocommerce'
  654. LIMIT 1000 OFFSET 6000
  655. +
  656. WPML_DB_Chunk->retrieve
  657. 0,0059
  658. 83 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  659. FROM wp_icl_strings s
  660. LEFT JOIN wp_icl_string_translations st
  661. ON s.id=st.string_id
  662. AND st.language='da'
  663. AND s.language!='da'
  664. WHERE s.context = 'woocommerce'
  665. LIMIT 1000 OFFSET 7000
  666. +
  667. WPML_DB_Chunk->retrieve
  668. 0,0019
  669. 84 SELECT option_value
  670. FROM wp_options
  671. WHERE option_name = 'woocommerce_tax_display_cart'
  672. LIMIT 1
  673. +
  674. get_option
  675. 0,0019
  676. 85 SELECT webhook_id, status, name, user_id, delivery_url, secret, topic, date_created, date_modified, api_version, failure_count, pending_delivery
  677. FROM wp_wc_webhooks
  678. WHERE webhook_id = 2
  679. LIMIT 1;
  680. +
  681. WC_Webhook_Data_Store->read
  682. 0,0017
  683. 86 SELECT webhook_id, status, name, user_id, delivery_url, secret, topic, date_created, date_modified, api_version, failure_count, pending_delivery
  684. FROM wp_wc_webhooks
  685. WHERE webhook_id = 1
  686. LIMIT 1;
  687. +
  688. WC_Webhook_Data_Store->read
  689. 0,0017
  690. 87 SELECT COUNT(id)
  691. FROM wp_icl_strings
  692. WHERE context = 'woocommerce-delivery-notes'
  693. +
  694. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  695. 0,0021
  696. 88 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  697. FROM wp_icl_strings s
  698. LEFT JOIN wp_icl_string_translations st
  699. ON s.id=st.string_id
  700. AND st.language='da'
  701. AND s.language!='da'
  702. WHERE s.context = 'woocommerce-delivery-notes'
  703. LIMIT 1000 OFFSET 0
  704. +
  705. WPML_DB_Chunk->retrieve
  706. 0,0038
  707. 89 SELECT COUNT(id)
  708. FROM wp_icl_strings
  709. WHERE context = 'akismet'
  710. +
  711. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  712. 0,0020
  713. 90 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  714. FROM wp_icl_strings s
  715. LEFT JOIN wp_icl_string_translations st
  716. ON s.id=st.string_id
  717. AND st.language='da'
  718. AND s.language!='da'
  719. WHERE s.context = 'akismet'
  720. LIMIT 1000 OFFSET 0
  721. +
  722. WPML_DB_Chunk->retrieve
  723. 0,0025
  724. 91 SELECT COUNT(id)
  725. FROM wp_icl_strings
  726. WHERE context = 'woocommerce-multilingual'
  727. +
  728. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  729. 0,0018
  730. 92 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  731. FROM wp_icl_strings s
  732. LEFT JOIN wp_icl_string_translations st
  733. ON s.id=st.string_id
  734. AND st.language='da'
  735. AND s.language!='da'
  736. WHERE s.context = 'woocommerce-multilingual'
  737. LIMIT 1000 OFFSET 0
  738. +
  739. WPML_DB_Chunk->retrieve
  740. 0,0019
  741. 93 SELECT option_value
  742. FROM wp_options
  743. WHERE option_name = 'woocommerce_local_pickup_settings'
  744. LIMIT 1
  745. +
  746. get_option
  747. 0,0020
  748. 94 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  749. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  750. ON wpml_translations.element_id = p.ID
  751. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  752. ON tridt.element_type = wpml_translations.element_type
  753. AND tridt.trid = wpml_translations.trid
  754. WHERE tridt.trid = (SELECT trid
  755. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  756. ON wpml_translations.element_id = p.ID
  757. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  758. WHERE element_id = 1033
  759. LIMIT 1)
  760. +
  761. WPML_Element_Translation->maybe_populate_cache
  762. 0,0033
  763. 95 SELECT *
  764. FROM wp_posts
  765. WHERE ID = 1033
  766. LIMIT 1
  767. +
  768. WP_Post::get_instance
  769. 0,0019
  770. 96 SELECT COUNT(id)
  771. FROM wp_icl_strings
  772. WHERE context = 'contact-form-7'
  773. +
  774. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  775. 0,0012
  776. 97 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  777. FROM wp_icl_strings s
  778. LEFT JOIN wp_icl_string_translations st
  779. ON s.id=st.string_id
  780. AND st.language='da'
  781. AND s.language!='da'
  782. WHERE s.context = 'contact-form-7'
  783. LIMIT 1000 OFFSET 0
  784. +
  785. WPML_DB_Chunk->retrieve
  786. 0,0028
  787. 98 SELECT option_value
  788. FROM wp_options
  789. WHERE option_name = 'wpwoof_schedule'
  790. LIMIT 1
  791. +
  792. get_option
  793. 0,0028
  794. 99 SELECT element_id, language_code
  795. FROM wp_icl_translations
  796. WHERE trid = (SELECT trid
  797. FROM wp_icl_translations
  798. WHERE element_type = 'post_page'
  799. AND element_id = (SELECT option_value
  800. FROM wp_options
  801. WHERE option_name='page_on_front'
  802. LIMIT 1))
  803. +
  804. WPML_Pre_Option_Page->get
  805. 0,0026
  806. 100 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  807. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  808. ON wpml_translations.element_id = p.ID
  809. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  810. ON tridt.element_type = wpml_translations.element_type
  811. AND tridt.trid = wpml_translations.trid
  812. WHERE tridt.trid = (SELECT trid
  813. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  814. ON wpml_translations.element_id = p.ID
  815. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  816. WHERE element_id = 1013
  817. LIMIT 1)
  818. +
  819. WPML_Element_Translation->maybe_populate_cache
  820. 0,0021
  821. 101 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  822. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  823. ON wpml_translations.element_id = p.ID
  824. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  825. ON tridt.element_type = wpml_translations.element_type
  826. AND tridt.trid = wpml_translations.trid
  827. WHERE tridt.trid = (SELECT trid
  828. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  829. ON wpml_translations.element_id = p.ID
  830. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  831. WHERE element_id = 1011
  832. LIMIT 1)
  833. +
  834. WPML_Element_Translation->maybe_populate_cache
  835. 0,0022
  836. 102 SELECT option_value
  837. FROM wp_options
  838. WHERE option_name = 'woocommerce_google_analytics_pro_notice_shown'
  839. LIMIT 1
  840. +
  841. get_option
  842. 0,0054
  843. 103 SELECT COUNT( * )
  844. FROM wp_posts
  845. WHERE post_type = 'shop_order'
  846. AND post_status = 'wc-completed'
  847. +
  848. WC_Order_Data_Store_CPT->get_order_count
  849. 0,0011
  850. 104 SELECT id
  851. FROM wp_icl_strings
  852. WHERE BINARY value='order-pay'
  853. AND context='WP Endpoints'
  854. AND name = 'order-pay'
  855. LIMIT 1
  856. +
  857. WPML_ST_String_Factory->get_string_id
  858. 0,0015
  859. 105 SELECT id
  860. FROM wp_icl_strings
  861. WHERE BINARY value='order-received'
  862. AND context='WP Endpoints'
  863. AND name = 'order-received'
  864. LIMIT 1
  865. +
  866. WPML_ST_String_Factory->get_string_id
  867. 0,0015
  868. 106 SELECT id
  869. FROM wp_icl_strings
  870. WHERE BINARY value='orders'
  871. AND context='WP Endpoints'
  872. AND name = 'orders'
  873. LIMIT 1
  874. +
  875. WPML_ST_String_Factory->get_string_id
  876. 0,0025
  877. 107 SELECT id
  878. FROM wp_icl_strings
  879. WHERE BINARY value='view-order'
  880. AND context='WP Endpoints'
  881. AND name = 'view-order'
  882. LIMIT 1
  883. +
  884. WPML_ST_String_Factory->get_string_id
  885. 0,0014
  886. 108 SELECT id
  887. FROM wp_icl_strings
  888. WHERE BINARY value=''
  889. AND context='WP Endpoints'
  890. AND name = ''
  891. LIMIT 1
  892. +
  893. WPML_ST_String_Factory->get_string_id
  894. 0,0010
  895. 109 SELECT id, value, gettext_context, name
  896. FROM wp_icl_strings
  897. WHERE context='WP Endpoints'
  898. +
  899. WPML_Register_String_Filter->get_domain_cache
  900. 0,0014
  901. 110 SELECT COUNT(id)
  902. FROM wp_icl_strings
  903. WHERE context = 'WP Endpoints'
  904. +
  905. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  906. 0,0010
  907. 111 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  908. FROM wp_icl_strings s
  909. LEFT JOIN wp_icl_string_translations st
  910. ON s.id=st.string_id
  911. AND st.language='da'
  912. AND s.language!='da'
  913. WHERE s.context = 'WP Endpoints'
  914. LIMIT 1000 OFFSET 0
  915. +
  916. WPML_DB_Chunk->retrieve
  917. 0,0015
  918. 112 SELECT id
  919. FROM wp_icl_strings
  920. WHERE BINARY value='edit-account'
  921. AND context='WP Endpoints'
  922. AND name = 'edit-account'
  923. LIMIT 1
  924. +
  925. WPML_ST_String_Factory->get_string_id
  926. 0,0013
  927. 113 SELECT id
  928. FROM wp_icl_strings
  929. WHERE BINARY value='edit-address'
  930. AND context='WP Endpoints'
  931. AND name = 'edit-address'
  932. LIMIT 1
  933. +
  934. WPML_ST_String_Factory->get_string_id
  935. 0,0009
  936. 114 SELECT id
  937. FROM wp_icl_strings
  938. WHERE BINARY value='payment-methods'
  939. AND context='WP Endpoints'
  940. AND name = 'payment-methods'
  941. LIMIT 1
  942. +
  943. WPML_ST_String_Factory->get_string_id
  944. 0,0009
  945. 115 SELECT id
  946. FROM wp_icl_strings
  947. WHERE BINARY value='lost-password'
  948. AND context='WP Endpoints'
  949. AND name = 'lost-password'
  950. LIMIT 1
  951. +
  952. WPML_ST_String_Factory->get_string_id
  953. 0,0011
  954. 116 SELECT id
  955. FROM wp_icl_strings
  956. WHERE BINARY value='customer-logout'
  957. AND context='WP Endpoints'
  958. AND name = 'customer-logout'
  959. LIMIT 1
  960. +
  961. WPML_ST_String_Factory->get_string_id
  962. 0,0010
  963. 117 SELECT id
  964. FROM wp_icl_strings
  965. WHERE BINARY value='add-payment-method'
  966. AND context='WP Endpoints'
  967. AND name = 'add-payment-method'
  968. LIMIT 1
  969. +
  970. WPML_ST_String_Factory->get_string_id
  971. 0,0013
  972. 118 SELECT id
  973. FROM wp_icl_strings
  974. WHERE BINARY value='delete-payment-method'
  975. AND context='WP Endpoints'
  976. AND name = 'delete-payment-method'
  977. LIMIT 1
  978. +
  979. WPML_ST_String_Factory->get_string_id
  980. 0,0017
  981. 119 SELECT id
  982. FROM wp_icl_strings
  983. WHERE BINARY value='set-default-payment-method'
  984. AND context='WP Endpoints'
  985. AND name = 'set-default-payment-method'
  986. LIMIT 1
  987. +
  988. WPML_ST_String_Factory->get_string_id
  989. 0,0012
  990. 120 SELECT *
  991. FROM wp_redirection_items
  992. WHERE match_url='/'
  993. OR match_url='regex'
  994. +
  995. Red_Item::get_for_matched_url
  996. 0,0018
  997. 121 SELECT p.ID
  998. FROM wp_posts p
  999. WHERE p.post_title='update_expiring_product_props'
  1000. AND p.post_type='scheduled-action'
  1001. AND p.post_status='pending'
  1002. ORDER BY post_date_gmt ASC
  1003. LIMIT 1
  1004. +
  1005. ActionScheduler_wpPostStore->find_action
  1006. 0,0012
  1007. 122 SELECT *
  1008. FROM wp_posts
  1009. WHERE ID = 55319
  1010. LIMIT 1
  1011. +
  1012. WP_Post::get_instance
  1013. 0,0014
  1014. 123 SELECT post_id, meta_key, meta_value
  1015. FROM wp_postmeta
  1016. WHERE post_id IN (55319)
  1017. ORDER BY meta_id ASC
  1018. +
  1019. update_meta_cache
  1020. 0,0019
  1021. 124 SELECT t.term_id, tt.parent, tt.count, t.name, tt.taxonomy
  1022. FROM wp_terms AS t
  1023. INNER JOIN wp_term_taxonomy AS tt
  1024. ON t.term_id = tt.term_id
  1025. INNER JOIN wp_term_relationships AS tr
  1026. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  1027. WHERE tt.taxonomy IN ('action-group')
  1028. AND tr.object_id IN (55319)
  1029. ORDER BY t.name ASC
  1030. +
  1031. WP_Term_Query->get_terms
  1032. 0,0012
  1033. 125 SELECT option_value
  1034. FROM wp_options
  1035. WHERE option_name = '_transient_timeout_wcdn_flush_rewrite_rules'
  1036. LIMIT 1
  1037. +
  1038. get_option
  1039. 0,0028
  1040. 126 SELECT option_value
  1041. FROM wp_options
  1042. WHERE option_name = '_transient_wcdn_flush_rewrite_rules'
  1043. LIMIT 1
  1044. +
  1045. get_option
  1046. 0,0014
  1047. 127 SELECT option_value
  1048. FROM wp_options
  1049. WHERE option_name = '_wcml_4_1_0_migration_required'
  1050. LIMIT 1
  1051. +
  1052. get_option
  1053. 0,0015
  1054. 128 SHOW TABLES LIKE 'wp_woocommerce_bundled_items'
  1055. +
  1056. WCML_Product_Bundles->upgrade_bundles_items_relationships
  1057. 0,0019
  1058. 129 SELECT zone_id, zone_name, zone_order
  1059. FROM wp_woocommerce_shipping_zones order by zone_order ASC, zone_id ASC;
  1060. +
  1061. WC_Shipping_Zone_Data_Store->get_zones
  1062. 0,0012
  1063. 130 SELECT zone_name, zone_order
  1064. FROM wp_woocommerce_shipping_zones
  1065. WHERE zone_id = 5
  1066. LIMIT 1
  1067. +
  1068. WC_Shipping_Zone_Data_Store->read
  1069. 0,0014
  1070. 131 SELECT location_code, location_type
  1071. FROM wp_woocommerce_shipping_zone_locations
  1072. WHERE zone_id = 5
  1073. +
  1074. WC_Shipping_Zone_Data_Store->read_zone_locations
  1075. 0,0014
  1076. 132 SELECT meta_id as meta_id, meta_key, meta_value
  1077. FROM wp_postmeta
  1078. WHERE post_id = 5
  1079. ORDER BY meta_id
  1080. +
  1081. WC_Data_Store_WP->read_meta
  1082. 0,0014
  1083. 133 SELECT zone_name, zone_order
  1084. FROM wp_woocommerce_shipping_zones
  1085. WHERE zone_id = 6
  1086. LIMIT 1
  1087. +
  1088. WC_Shipping_Zone_Data_Store->read
  1089. 0,0019
  1090. 134 SELECT location_code, location_type
  1091. FROM wp_woocommerce_shipping_zone_locations
  1092. WHERE zone_id = 6
  1093. +
  1094. WC_Shipping_Zone_Data_Store->read_zone_locations
  1095. 0,0010
  1096. 135 SELECT meta_id as meta_id, meta_key, meta_value
  1097. FROM wp_postmeta
  1098. WHERE post_id = 6
  1099. ORDER BY meta_id
  1100. +
  1101. WC_Data_Store_WP->read_meta
  1102. 0,0024
  1103. 136 SELECT zone_name, zone_order
  1104. FROM wp_woocommerce_shipping_zones
  1105. WHERE zone_id = 7
  1106. LIMIT 1
  1107. +
  1108. WC_Shipping_Zone_Data_Store->read
  1109. 0,0016
  1110. 137 SELECT location_code, location_type
  1111. FROM wp_woocommerce_shipping_zone_locations
  1112. WHERE zone_id = 7
  1113. +
  1114. WC_Shipping_Zone_Data_Store->read_zone_locations
  1115. 0,0012
  1116. 138 SELECT meta_id as meta_id, meta_key, meta_value
  1117. FROM wp_postmeta
  1118. WHERE post_id = 7
  1119. ORDER BY meta_id
  1120. +
  1121. WC_Data_Store_WP->read_meta
  1122. 0,0009
  1123. 139 SELECT zone_name, zone_order
  1124. FROM wp_woocommerce_shipping_zones
  1125. WHERE zone_id = 8
  1126. LIMIT 1
  1127. +
  1128. WC_Shipping_Zone_Data_Store->read
  1129. 0,0009
  1130. 140 SELECT location_code, location_type
  1131. FROM wp_woocommerce_shipping_zone_locations
  1132. WHERE zone_id = 8
  1133. +
  1134. WC_Shipping_Zone_Data_Store->read_zone_locations
  1135. 0,0015
  1136. 141 SELECT meta_id as meta_id, meta_key, meta_value
  1137. FROM wp_postmeta
  1138. WHERE post_id = 8
  1139. ORDER BY meta_id
  1140. +
  1141. WC_Data_Store_WP->read_meta
  1142. 0,0013
  1143. 142 SELECT zone_name, zone_order
  1144. FROM wp_woocommerce_shipping_zones
  1145. WHERE zone_id = 9
  1146. LIMIT 1
  1147. +
  1148. WC_Shipping_Zone_Data_Store->read
  1149. 0,0037
  1150. 143 SELECT location_code, location_type
  1151. FROM wp_woocommerce_shipping_zone_locations
  1152. WHERE zone_id = 9
  1153. +
  1154. WC_Shipping_Zone_Data_Store->read_zone_locations
  1155. 0,0021
  1156. 144 SELECT meta_id as meta_id, meta_key, meta_value
  1157. FROM wp_postmeta
  1158. WHERE post_id = 9
  1159. ORDER BY meta_id
  1160. +
  1161. WC_Data_Store_WP->read_meta
  1162. 0,0024
  1163. 145 SELECT zone_name, zone_order
  1164. FROM wp_woocommerce_shipping_zones
  1165. WHERE zone_id = 10
  1166. LIMIT 1
  1167. +
  1168. WC_Shipping_Zone_Data_Store->read
  1169. 0,0009
  1170. 146 SELECT location_code, location_type
  1171. FROM wp_woocommerce_shipping_zone_locations
  1172. WHERE zone_id = 10
  1173. +
  1174. WC_Shipping_Zone_Data_Store->read_zone_locations
  1175. 0,0014
  1176. 147 SELECT meta_id as meta_id, meta_key, meta_value
  1177. FROM wp_postmeta
  1178. WHERE post_id = 10
  1179. ORDER BY meta_id
  1180. +
  1181. WC_Data_Store_WP->read_meta
  1182. 0,0010
  1183. 148 SELECT zone_name, zone_order
  1184. FROM wp_woocommerce_shipping_zones
  1185. WHERE zone_id = 11
  1186. LIMIT 1
  1187. +
  1188. WC_Shipping_Zone_Data_Store->read
  1189. 0,0012
  1190. 149 SELECT location_code, location_type
  1191. FROM wp_woocommerce_shipping_zone_locations
  1192. WHERE zone_id = 11
  1193. +
  1194. WC_Shipping_Zone_Data_Store->read_zone_locations
  1195. 0,0009
  1196. 150 SELECT meta_id as meta_id, meta_key, meta_value
  1197. FROM wp_postmeta
  1198. WHERE post_id = 11
  1199. ORDER BY meta_id
  1200. +
  1201. WC_Data_Store_WP->read_meta
  1202. 0,0013
  1203. 151 SELECT zone_name, zone_order
  1204. FROM wp_woocommerce_shipping_zones
  1205. WHERE zone_id = 12
  1206. LIMIT 1
  1207. +
  1208. WC_Shipping_Zone_Data_Store->read
  1209. 0,0015
  1210. 152 SELECT location_code, location_type
  1211. FROM wp_woocommerce_shipping_zone_locations
  1212. WHERE zone_id = 12
  1213. +
  1214. WC_Shipping_Zone_Data_Store->read_zone_locations
  1215. 0,0012
  1216. 153 SELECT meta_id as meta_id, meta_key, meta_value
  1217. FROM wp_postmeta
  1218. WHERE post_id = 12
  1219. ORDER BY meta_id
  1220. +
  1221. WC_Data_Store_WP->read_meta
  1222. 0,0013
  1223. 154 SELECT zone_name, zone_order
  1224. FROM wp_woocommerce_shipping_zones
  1225. WHERE zone_id = 13
  1226. LIMIT 1
  1227. +
  1228. WC_Shipping_Zone_Data_Store->read
  1229. 0,0011
  1230. 155 SELECT location_code, location_type
  1231. FROM wp_woocommerce_shipping_zone_locations
  1232. WHERE zone_id = 13
  1233. +
  1234. WC_Shipping_Zone_Data_Store->read_zone_locations
  1235. 0,0012
  1236. 156 SELECT meta_id as meta_id, meta_key, meta_value
  1237. FROM wp_postmeta
  1238. WHERE post_id = 13
  1239. ORDER BY meta_id
  1240. +
  1241. WC_Data_Store_WP->read_meta
  1242. 0,0014
  1243. 157 SELECT zone_name, zone_order
  1244. FROM wp_woocommerce_shipping_zones
  1245. WHERE zone_id = 14
  1246. LIMIT 1
  1247. +
  1248. WC_Shipping_Zone_Data_Store->read
  1249. 0,0012
  1250. 158 SELECT location_code, location_type
  1251. FROM wp_woocommerce_shipping_zone_locations
  1252. WHERE zone_id = 14
  1253. +
  1254. WC_Shipping_Zone_Data_Store->read_zone_locations
  1255. 0,0010
  1256. 159 SELECT meta_id as meta_id, meta_key, meta_value
  1257. FROM wp_postmeta
  1258. WHERE post_id = 14
  1259. ORDER BY meta_id
  1260. +
  1261. WC_Data_Store_WP->read_meta
  1262. 0,0015
  1263. 160 SELECT zone_name, zone_order
  1264. FROM wp_woocommerce_shipping_zones
  1265. WHERE zone_id = 15
  1266. LIMIT 1
  1267. +
  1268. WC_Shipping_Zone_Data_Store->read
  1269. 0,0011
  1270. 161 SELECT location_code, location_type
  1271. FROM wp_woocommerce_shipping_zone_locations
  1272. WHERE zone_id = 15
  1273. +
  1274. WC_Shipping_Zone_Data_Store->read_zone_locations
  1275. 0,0008
  1276. 162 SELECT meta_id as meta_id, meta_key, meta_value
  1277. FROM wp_postmeta
  1278. WHERE post_id = 15
  1279. ORDER BY meta_id
  1280. +
  1281. WC_Data_Store_WP->read_meta
  1282. 0,0009
  1283. 163 SELECT zone_name, zone_order
  1284. FROM wp_woocommerce_shipping_zones
  1285. WHERE zone_id = 16
  1286. LIMIT 1
  1287. +
  1288. WC_Shipping_Zone_Data_Store->read
  1289. 0,0009
  1290. 164 SELECT location_code, location_type
  1291. FROM wp_woocommerce_shipping_zone_locations
  1292. WHERE zone_id = 16
  1293. +
  1294. WC_Shipping_Zone_Data_Store->read_zone_locations
  1295. 0,0013
  1296. 165 SELECT meta_id as meta_id, meta_key, meta_value
  1297. FROM wp_postmeta
  1298. WHERE post_id = 16
  1299. ORDER BY meta_id
  1300. +
  1301. WC_Data_Store_WP->read_meta
  1302. 0,0010
  1303. 166 SELECT zone_name, zone_order
  1304. FROM wp_woocommerce_shipping_zones
  1305. WHERE zone_id = 17
  1306. LIMIT 1
  1307. +
  1308. WC_Shipping_Zone_Data_Store->read
  1309. 0,0010
  1310. 167 SELECT location_code, location_type
  1311. FROM wp_woocommerce_shipping_zone_locations
  1312. WHERE zone_id = 17
  1313. +
  1314. WC_Shipping_Zone_Data_Store->read_zone_locations
  1315. 0,0008
  1316. 168 SELECT meta_id as meta_id, meta_key, meta_value
  1317. FROM wp_postmeta
  1318. WHERE post_id = 17
  1319. ORDER BY meta_id
  1320. +
  1321. WC_Data_Store_WP->read_meta
  1322. 0,0010
  1323. 169 SELECT zone_name, zone_order
  1324. FROM wp_woocommerce_shipping_zones
  1325. WHERE zone_id = 0
  1326. LIMIT 1
  1327. +
  1328. WC_Shipping_Zone_Data_Store->read
  1329. 0,0013
  1330. 170 SELECT location_code, location_type
  1331. FROM wp_woocommerce_shipping_zone_locations
  1332. WHERE zone_id = 0
  1333. +
  1334. WC_Shipping_Zone_Data_Store->read_zone_locations
  1335. 0,0010
  1336. 171 SELECT t.*, tt.*
  1337. FROM wp_terms AS t
  1338. INNER JOIN wp_term_taxonomy AS tt
  1339. ON t.term_id = tt.term_id
  1340. LEFT JOIN wp_icl_translations icl_t
  1341. ON icl_t.element_id = tt.term_taxonomy_id
  1342. AND icl_t.element_type IN ('tax_product_shipping_class')
  1343. WHERE tt.taxonomy IN ('product_shipping_class')
  1344. AND ( ( icl_t.element_type IN ('tax_product_shipping_class')
  1345. AND ( icl_t.language_code = 'da'
  1346. OR 0 ) )
  1347. OR icl_t.element_type NOT IN ('tax_product_shipping_class')
  1348. OR icl_t.element_type IS NULL )
  1349. ORDER BY t.name ASC
  1350. +
  1351. WP_Term_Query->get_terms
  1352. 0,0016
  1353. 172 SELECT term_id, meta_key, meta_value
  1354. FROM wp_termmeta
  1355. WHERE term_id IN (571)
  1356. ORDER BY meta_id ASC
  1357. +
  1358. update_meta_cache
  1359. 0,0018
  1360. 173 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  1361. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  1362. ON wpml_translations.element_id = tax.term_taxonomy_id
  1363. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  1364. ON tridt.element_type = wpml_translations.element_type
  1365. AND tridt.trid = wpml_translations.trid
  1366. WHERE tridt.trid = (SELECT trid
  1367. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  1368. ON wpml_translations.element_id = tax.term_taxonomy_id
  1369. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  1370. WHERE element_id = 571
  1371. LIMIT 1)
  1372. +
  1373. WPML_Element_Translation->maybe_populate_cache
  1374. 0,0016
  1375. 174 SELECT method_id, method_order, instance_id, is_enabled
  1376. FROM wp_woocommerce_shipping_zone_methods
  1377. WHERE zone_id = 5
  1378. +
  1379. WC_Shipping_Zone_Data_Store->get_methods
  1380. 0,0097
  1381. 175 SELECT method_id, method_order, instance_id, is_enabled
  1382. FROM wp_woocommerce_shipping_zone_methods
  1383. WHERE zone_id = 6
  1384. +
  1385. WC_Shipping_Zone_Data_Store->get_methods
  1386. 0,0018
  1387. 176 SELECT method_id, method_order, instance_id, is_enabled
  1388. FROM wp_woocommerce_shipping_zone_methods
  1389. WHERE zone_id = 7
  1390. +
  1391. WC_Shipping_Zone_Data_Store->get_methods
  1392. 0,0011
  1393. 177 SELECT method_id, method_order, instance_id, is_enabled
  1394. FROM wp_woocommerce_shipping_zone_methods
  1395. WHERE zone_id = 8
  1396. +
  1397. WC_Shipping_Zone_Data_Store->get_methods
  1398. 0,0013
  1399. 178 SELECT method_id, method_order, instance_id, is_enabled
  1400. FROM wp_woocommerce_shipping_zone_methods
  1401. WHERE zone_id = 9
  1402. +
  1403. WC_Shipping_Zone_Data_Store->get_methods
  1404. 0,0008
  1405. 179 SELECT method_id, method_order, instance_id, is_enabled
  1406. FROM wp_woocommerce_shipping_zone_methods
  1407. WHERE zone_id = 10
  1408. +
  1409. WC_Shipping_Zone_Data_Store->get_methods
  1410. 0,0022
  1411. 180 SELECT method_id, method_order, instance_id, is_enabled
  1412. FROM wp_woocommerce_shipping_zone_methods
  1413. WHERE zone_id = 11
  1414. +
  1415. WC_Shipping_Zone_Data_Store->get_methods
  1416. 0,0012
  1417. 181 SELECT method_id, method_order, instance_id, is_enabled
  1418. FROM wp_woocommerce_shipping_zone_methods
  1419. WHERE zone_id = 12
  1420. +
  1421. WC_Shipping_Zone_Data_Store->get_methods
  1422. 0,0090
  1423. 182 SELECT method_id, method_order, instance_id, is_enabled
  1424. FROM wp_woocommerce_shipping_zone_methods
  1425. WHERE zone_id = 13
  1426. +
  1427. WC_Shipping_Zone_Data_Store->get_methods
  1428. 0,0018
  1429. 183 SELECT method_id, method_order, instance_id, is_enabled
  1430. FROM wp_woocommerce_shipping_zone_methods
  1431. WHERE zone_id = 14
  1432. +
  1433. WC_Shipping_Zone_Data_Store->get_methods
  1434. 0,0010
  1435. 184 SELECT method_id, method_order, instance_id, is_enabled
  1436. FROM wp_woocommerce_shipping_zone_methods
  1437. WHERE zone_id = 15
  1438. +
  1439. WC_Shipping_Zone_Data_Store->get_methods
  1440. 0,0012
  1441. 185 SELECT method_id, method_order, instance_id, is_enabled
  1442. FROM wp_woocommerce_shipping_zone_methods
  1443. WHERE zone_id = 16
  1444. +
  1445. WC_Shipping_Zone_Data_Store->get_methods
  1446. 0,0018
  1447. 186 SELECT method_id, method_order, instance_id, is_enabled
  1448. FROM wp_woocommerce_shipping_zone_methods
  1449. WHERE zone_id = 17
  1450. +
  1451. WC_Shipping_Zone_Data_Store->get_methods
  1452. 0,0011
  1453. 187 SELECT method_id, method_order, instance_id, is_enabled
  1454. FROM wp_woocommerce_shipping_zone_methods
  1455. WHERE zone_id = 0
  1456. +
  1457. WC_Shipping_Zone_Data_Store->get_methods
  1458. 0,0016
  1459. 188 SELECT method_id, method_order, instance_id, is_enabled
  1460. FROM wp_woocommerce_shipping_zone_methods
  1461. WHERE zone_id = 5
  1462. +
  1463. WC_Shipping_Zone_Data_Store->get_methods
  1464. 0,0011
  1465. 189 SELECT method_id, method_order, instance_id, is_enabled
  1466. FROM wp_woocommerce_shipping_zone_methods
  1467. WHERE zone_id = 6
  1468. +
  1469. WC_Shipping_Zone_Data_Store->get_methods
  1470. 0,0037
  1471. 190 SELECT method_id, method_order, instance_id, is_enabled
  1472. FROM wp_woocommerce_shipping_zone_methods
  1473. WHERE zone_id = 7
  1474. +
  1475. WC_Shipping_Zone_Data_Store->get_methods
  1476. 0,0019
  1477. 191 SELECT method_id, method_order, instance_id, is_enabled
  1478. FROM wp_woocommerce_shipping_zone_methods
  1479. WHERE zone_id = 8
  1480. +
  1481. WC_Shipping_Zone_Data_Store->get_methods
  1482. 0,0016
  1483. 192 SELECT method_id, method_order, instance_id, is_enabled
  1484. FROM wp_woocommerce_shipping_zone_methods
  1485. WHERE zone_id = 9
  1486. +
  1487. WC_Shipping_Zone_Data_Store->get_methods
  1488. 0,0500
  1489. 193 SELECT method_id, method_order, instance_id, is_enabled
  1490. FROM wp_woocommerce_shipping_zone_methods
  1491. WHERE zone_id = 10
  1492. +
  1493. WC_Shipping_Zone_Data_Store->get_methods
  1494. 0,0190
  1495. 194 SELECT method_id, method_order, instance_id, is_enabled
  1496. FROM wp_woocommerce_shipping_zone_methods
  1497. WHERE zone_id = 11
  1498. +
  1499. WC_Shipping_Zone_Data_Store->get_methods
  1500. 0,0021
  1501. 195 SELECT method_id, method_order, instance_id, is_enabled
  1502. FROM wp_woocommerce_shipping_zone_methods
  1503. WHERE zone_id = 12
  1504. +
  1505. WC_Shipping_Zone_Data_Store->get_methods
  1506. 0,0010
  1507. 196 SELECT method_id, method_order, instance_id, is_enabled
  1508. FROM wp_woocommerce_shipping_zone_methods
  1509. WHERE zone_id = 13
  1510. +
  1511. WC_Shipping_Zone_Data_Store->get_methods
  1512. 0,0015
  1513. 197 SELECT method_id, method_order, instance_id, is_enabled
  1514. FROM wp_woocommerce_shipping_zone_methods
  1515. WHERE zone_id = 14
  1516. +
  1517. WC_Shipping_Zone_Data_Store->get_methods
  1518. 0,0108
  1519. 198 SELECT method_id, method_order, instance_id, is_enabled
  1520. FROM wp_woocommerce_shipping_zone_methods
  1521. WHERE zone_id = 15
  1522. +
  1523. WC_Shipping_Zone_Data_Store->get_methods
  1524. 0,0016
  1525. 199 SELECT method_id, method_order, instance_id, is_enabled
  1526. FROM wp_woocommerce_shipping_zone_methods
  1527. WHERE zone_id = 16
  1528. +
  1529. WC_Shipping_Zone_Data_Store->get_methods
  1530. 0,0019
  1531. 200 SELECT method_id, method_order, instance_id, is_enabled
  1532. FROM wp_woocommerce_shipping_zone_methods
  1533. WHERE zone_id = 17
  1534. +
  1535. WC_Shipping_Zone_Data_Store->get_methods
  1536. 0,0017
  1537. 201 SELECT method_id, method_order, instance_id, is_enabled
  1538. FROM wp_woocommerce_shipping_zone_methods
  1539. WHERE zone_id = 0
  1540. +
  1541. WC_Shipping_Zone_Data_Store->get_methods
  1542. 0,0053
  1543. 202 SELECT method_id, method_order, instance_id, is_enabled
  1544. FROM wp_woocommerce_shipping_zone_methods
  1545. WHERE zone_id = 5
  1546. +
  1547. WC_Shipping_Zone_Data_Store->get_methods
  1548. 0,0013
  1549. 203 SELECT method_id, method_order, instance_id, is_enabled
  1550. FROM wp_woocommerce_shipping_zone_methods
  1551. WHERE zone_id = 6
  1552. +
  1553. WC_Shipping_Zone_Data_Store->get_methods
  1554. 0,0014
  1555. 204 SELECT method_id, method_order, instance_id, is_enabled
  1556. FROM wp_woocommerce_shipping_zone_methods
  1557. WHERE zone_id = 7
  1558. +
  1559. WC_Shipping_Zone_Data_Store->get_methods
  1560. 0,0327
  1561. 205 SELECT method_id, method_order, instance_id, is_enabled
  1562. FROM wp_woocommerce_shipping_zone_methods
  1563. WHERE zone_id = 8
  1564. +
  1565. WC_Shipping_Zone_Data_Store->get_methods
  1566. 0,1774
  1567. 206 SELECT method_id, method_order, instance_id, is_enabled
  1568. FROM wp_woocommerce_shipping_zone_methods
  1569. WHERE zone_id = 9
  1570. +
  1571. WC_Shipping_Zone_Data_Store->get_methods
  1572. 0,0019
  1573. 207 SELECT method_id, method_order, instance_id, is_enabled
  1574. FROM wp_woocommerce_shipping_zone_methods
  1575. WHERE zone_id = 10
  1576. +
  1577. WC_Shipping_Zone_Data_Store->get_methods
  1578. 0,0034
  1579. 208 SELECT method_id, method_order, instance_id, is_enabled
  1580. FROM wp_woocommerce_shipping_zone_methods
  1581. WHERE zone_id = 11
  1582. +
  1583. WC_Shipping_Zone_Data_Store->get_methods
  1584. 0,0186
  1585. 209 SELECT method_id, method_order, instance_id, is_enabled
  1586. FROM wp_woocommerce_shipping_zone_methods
  1587. WHERE zone_id = 12
  1588. +
  1589. WC_Shipping_Zone_Data_Store->get_methods
  1590. 0,0023
  1591. 210 SELECT method_id, method_order, instance_id, is_enabled
  1592. FROM wp_woocommerce_shipping_zone_methods
  1593. WHERE zone_id = 13
  1594. +
  1595. WC_Shipping_Zone_Data_Store->get_methods
  1596. 0,0019
  1597. 211 SELECT method_id, method_order, instance_id, is_enabled
  1598. FROM wp_woocommerce_shipping_zone_methods
  1599. WHERE zone_id = 14
  1600. +
  1601. WC_Shipping_Zone_Data_Store->get_methods
  1602. 0,0012
  1603. 212 SELECT method_id, method_order, instance_id, is_enabled
  1604. FROM wp_woocommerce_shipping_zone_methods
  1605. WHERE zone_id = 15
  1606. +
  1607. WC_Shipping_Zone_Data_Store->get_methods
  1608. 0,0012
  1609. 213 SELECT method_id, method_order, instance_id, is_enabled
  1610. FROM wp_woocommerce_shipping_zone_methods
  1611. WHERE zone_id = 16
  1612. +
  1613. WC_Shipping_Zone_Data_Store->get_methods
  1614. 0,0017
  1615. 214 SELECT method_id, method_order, instance_id, is_enabled
  1616. FROM wp_woocommerce_shipping_zone_methods
  1617. WHERE zone_id = 17
  1618. +
  1619. WC_Shipping_Zone_Data_Store->get_methods
  1620. 0,0018
  1621. 215 SELECT method_id, method_order, instance_id, is_enabled
  1622. FROM wp_woocommerce_shipping_zone_methods
  1623. WHERE zone_id = 0
  1624. +
  1625. WC_Shipping_Zone_Data_Store->get_methods
  1626. 0,0018
  1627. 216 SELECT method_id, method_order, instance_id, is_enabled
  1628. FROM wp_woocommerce_shipping_zone_methods
  1629. WHERE zone_id = 5
  1630. +
  1631. WC_Shipping_Zone_Data_Store->get_methods
  1632. 0,0031
  1633. 217 SELECT method_id, method_order, instance_id, is_enabled
  1634. FROM wp_woocommerce_shipping_zone_methods
  1635. WHERE zone_id = 6
  1636. +
  1637. WC_Shipping_Zone_Data_Store->get_methods
  1638. 0,0016
  1639. 218 SELECT method_id, method_order, instance_id, is_enabled
  1640. FROM wp_woocommerce_shipping_zone_methods
  1641. WHERE zone_id = 7
  1642. +
  1643. WC_Shipping_Zone_Data_Store->get_methods
  1644. 0,0018
  1645. 219 SELECT method_id, method_order, instance_id, is_enabled
  1646. FROM wp_woocommerce_shipping_zone_methods
  1647. WHERE zone_id = 8
  1648. +
  1649. WC_Shipping_Zone_Data_Store->get_methods
  1650. 0,0870
  1651. 220 SELECT method_id, method_order, instance_id, is_enabled
  1652. FROM wp_woocommerce_shipping_zone_methods
  1653. WHERE zone_id = 9
  1654. +
  1655. WC_Shipping_Zone_Data_Store->get_methods
  1656. 0,0017
  1657. 221 SELECT method_id, method_order, instance_id, is_enabled
  1658. FROM wp_woocommerce_shipping_zone_methods
  1659. WHERE zone_id = 10
  1660. +
  1661. WC_Shipping_Zone_Data_Store->get_methods
  1662. 0,0016
  1663. 222 SELECT method_id, method_order, instance_id, is_enabled
  1664. FROM wp_woocommerce_shipping_zone_methods
  1665. WHERE zone_id = 11
  1666. +
  1667. WC_Shipping_Zone_Data_Store->get_methods
  1668. 0,0529
  1669. 223 SELECT method_id, method_order, instance_id, is_enabled
  1670. FROM wp_woocommerce_shipping_zone_methods
  1671. WHERE zone_id = 12
  1672. +
  1673. WC_Shipping_Zone_Data_Store->get_methods
  1674. 0,0621
  1675. 224 SELECT method_id, method_order, instance_id, is_enabled
  1676. FROM wp_woocommerce_shipping_zone_methods
  1677. WHERE zone_id = 13
  1678. +
  1679. WC_Shipping_Zone_Data_Store->get_methods
  1680. 0,0020
  1681. 225 SELECT method_id, method_order, instance_id, is_enabled
  1682. FROM wp_woocommerce_shipping_zone_methods
  1683. WHERE zone_id = 14
  1684. +
  1685. WC_Shipping_Zone_Data_Store->get_methods
  1686. 0,0023
  1687. 226 SELECT method_id, method_order, instance_id, is_enabled
  1688. FROM wp_woocommerce_shipping_zone_methods
  1689. WHERE zone_id = 15
  1690. +
  1691. WC_Shipping_Zone_Data_Store->get_methods
  1692. 0,0049
  1693. 227 SELECT method_id, method_order, instance_id, is_enabled
  1694. FROM wp_woocommerce_shipping_zone_methods
  1695. WHERE zone_id = 16
  1696. +
  1697. WC_Shipping_Zone_Data_Store->get_methods
  1698. 0,0022
  1699. 228 SELECT method_id, method_order, instance_id, is_enabled
  1700. FROM wp_woocommerce_shipping_zone_methods
  1701. WHERE zone_id = 17
  1702. +
  1703. WC_Shipping_Zone_Data_Store->get_methods
  1704. 0,0011
  1705. 229 SELECT method_id, method_order, instance_id, is_enabled
  1706. FROM wp_woocommerce_shipping_zone_methods
  1707. WHERE zone_id = 0
  1708. +
  1709. WC_Shipping_Zone_Data_Store->get_methods
  1710. 0,0009
  1711. 230 SELECT COUNT(id)
  1712. FROM wp_icl_strings
  1713. WHERE context = 'woo-quickpay'
  1714. +
  1715. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  1716. 0,0009
  1717. 231 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  1718. FROM wp_icl_strings s
  1719. LEFT JOIN wp_icl_string_translations st
  1720. ON s.id=st.string_id
  1721. AND st.language='da'
  1722. AND s.language!='da'
  1723. WHERE s.context = 'woo-quickpay'
  1724. LIMIT 1000 OFFSET 0
  1725. +
  1726. WPML_DB_Chunk->retrieve
  1727. 0,0026
  1728. 232 SELECT COUNT(id)
  1729. FROM wp_icl_strings
  1730. WHERE context = 'admin_texts_woocommerce_quickpay_settings'
  1731. +
  1732. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  1733. 0,0015
  1734. 233 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  1735. FROM wp_icl_strings s
  1736. LEFT JOIN wp_icl_string_translations st
  1737. ON s.id=st.string_id
  1738. AND st.language='da'
  1739. AND s.language!='da'
  1740. WHERE s.context = 'admin_texts_woocommerce_quickpay_settings'
  1741. LIMIT 1000 OFFSET 0
  1742. +
  1743. WPML_DB_Chunk->retrieve
  1744. 0,0011
  1745. 234 SELECT option_value
  1746. FROM wp_options
  1747. WHERE option_name = 'woocommerce_viabill_settings'
  1748. LIMIT 1
  1749. +
  1750. get_option
  1751. 0,0018
  1752. 235 SELECT option_value
  1753. FROM wp_options
  1754. WHERE option_name = 'woocommerce_klarna_settings'
  1755. LIMIT 1
  1756. +
  1757. get_option
  1758. 0,0016
  1759. 236 SELECT option_value
  1760. FROM wp_options
  1761. WHERE option_name = 'woocommerce_sofort_settings'
  1762. LIMIT 1
  1763. +
  1764. get_option
  1765. 0,0014
  1766. 237 SELECT option_value
  1767. FROM wp_options
  1768. WHERE option_name = '_transient_timeout_wc_shipping_method_count_legacy'
  1769. LIMIT 1
  1770. +
  1771. get_option
  1772. 0,0014
  1773. 238 SELECT option_value
  1774. FROM wp_options
  1775. WHERE option_name = '_transient_wc_shipping_method_count_legacy'
  1776. LIMIT 1
  1777. +
  1778. get_option
  1779. 0,0010
  1780. 239 SELECT option_value
  1781. FROM wp_options
  1782. WHERE option_name = 'wcml_payment_gateway_bacs'
  1783. LIMIT 1
  1784. +
  1785. get_option
  1786. 0,0014
  1787. 240 SELECT option_value
  1788. FROM wp_options
  1789. WHERE option_name = 'wcml_custom_payment_gateways_for_currencies'
  1790. LIMIT 1
  1791. +
  1792. get_option
  1793. 0,0019
  1794. 241 SELECT option_value
  1795. FROM wp_options
  1796. WHERE option_name = 'wcml_payment_gateway_quickpay'
  1797. LIMIT 1
  1798. +
  1799. get_option
  1800. 0,0015
  1801. 242 SELECT option_value
  1802. FROM wp_options
  1803. WHERE option_name = 'wcml_payment_gateway_mobilepay'
  1804. LIMIT 1
  1805. +
  1806. get_option
  1807. 0,0028
  1808. 243 SELECT option_value
  1809. FROM wp_options
  1810. WHERE option_name = 'wcml_payment_gateway_eanb'
  1811. LIMIT 1
  1812. +
  1813. get_option
  1814. 0,0023
  1815. 244 SELECT *
  1816. FROM wp_posts
  1817. WHERE ID = 36496
  1818. LIMIT 1
  1819. +
  1820. WP_Post::get_instance
  1821. 0,0017
  1822. 245 SELECT post_id, meta_key, meta_value
  1823. FROM wp_postmeta
  1824. WHERE post_id IN (36496)
  1825. ORDER BY meta_id ASC
  1826. +
  1827. update_meta_cache
  1828. 0,0017
  1829. 246 SELECT t.*, tt.*
  1830. FROM wp_terms AS t
  1831. INNER JOIN wp_term_taxonomy AS tt
  1832. ON t.term_id = tt.term_id
  1833. INNER JOIN wp_term_relationships AS tr
  1834. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  1835. WHERE tt.taxonomy IN ('product_visibility')
  1836. AND tr.object_id IN (36496)
  1837. ORDER BY t.name ASC
  1838. +
  1839. WP_Term_Query->get_terms
  1840. 0,0014
  1841. 247 SELECT term_id, meta_key, meta_value
  1842. FROM wp_termmeta
  1843. WHERE term_id IN (499,522)
  1844. ORDER BY meta_id ASC
  1845. +
  1846. update_meta_cache
  1847. 0,0064
  1848. 248 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  1849. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  1850. ON wpml_translations.element_id = tax.term_taxonomy_id
  1851. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  1852. ON tridt.element_type = wpml_translations.element_type
  1853. AND tridt.trid = wpml_translations.trid
  1854. WHERE tridt.trid = (SELECT trid
  1855. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  1856. ON wpml_translations.element_id = tax.term_taxonomy_id
  1857. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  1858. WHERE element_id = 498
  1859. LIMIT 1)
  1860. +
  1861. WPML_Element_Translation->maybe_populate_cache
  1862. 0,0011
  1863. 249 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  1864. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  1865. ON wpml_translations.element_id = tax.term_taxonomy_id
  1866. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  1867. ON tridt.element_type = wpml_translations.element_type
  1868. AND tridt.trid = wpml_translations.trid
  1869. WHERE tridt.trid = (SELECT trid
  1870. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  1871. ON wpml_translations.element_id = tax.term_taxonomy_id
  1872. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  1873. WHERE element_id = 522
  1874. LIMIT 1)
  1875. +
  1876. WPML_Element_Translation->maybe_populate_cache
  1877. 0,0013
  1878. 250 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  1879. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  1880. ON wpml_translations.element_id = p.ID
  1881. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  1882. ON tridt.element_type = wpml_translations.element_type
  1883. AND tridt.trid = wpml_translations.trid
  1884. WHERE tridt.trid = (SELECT trid
  1885. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  1886. ON wpml_translations.element_id = p.ID
  1887. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  1888. WHERE element_id = 36496
  1889. LIMIT 1)
  1890. +
  1891. WPML_Element_Translation->maybe_populate_cache
  1892. 0,0012
  1893. 251 SELECT DISTINCT t.*, tt.*
  1894. FROM wp_terms AS t
  1895. LEFT JOIN wp_termmeta
  1896. ON ( t.term_id = wp_termmeta.term_id
  1897. AND wp_termmeta.meta_key='order')
  1898. INNER JOIN wp_term_taxonomy AS tt
  1899. ON t.term_id = tt.term_id
  1900. INNER JOIN wp_term_relationships AS tr
  1901. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  1902. WHERE tt.taxonomy IN ('product_cat')
  1903. AND tr.object_id IN (36496)
  1904. AND ( ( wp_termmeta.meta_key = 'order'
  1905. OR wp_termmeta.meta_key IS NULL ) )
  1906. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  1907. +
  1908. WP_Term_Query->get_terms
  1909. 0,0008
  1910. 252 SELECT term_id, meta_key, meta_value
  1911. FROM wp_termmeta
  1912. WHERE term_id IN (409)
  1913. ORDER BY meta_id ASC
  1914. +
  1915. update_meta_cache
  1916. 0,0010
  1917. 253 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  1918. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  1919. ON wpml_translations.element_id = tax.term_taxonomy_id
  1920. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  1921. ON tridt.element_type = wpml_translations.element_type
  1922. AND tridt.trid = wpml_translations.trid
  1923. WHERE tridt.trid = (SELECT trid
  1924. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  1925. ON wpml_translations.element_id = tax.term_taxonomy_id
  1926. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  1927. WHERE element_id = 92
  1928. LIMIT 1)
  1929. +
  1930. WPML_Element_Translation->maybe_populate_cache
  1931. 0,0011
  1932. 254 SELECT option_value
  1933. FROM wp_options
  1934. WHERE option_name = '_transient_timeout_wc_term_counts'
  1935. LIMIT 1
  1936. +
  1937. get_option
  1938. 0,0018
  1939. 255 SELECT option_value
  1940. FROM wp_options
  1941. WHERE option_name = '_transient_wc_term_counts'
  1942. LIMIT 1
  1943. +
  1944. get_option
  1945. 0,0034
  1946. 256 SELECT t.*, tt.*
  1947. FROM wp_terms AS t
  1948. INNER JOIN wp_term_taxonomy AS tt
  1949. ON t.term_id = tt.term_id
  1950. INNER JOIN wp_term_relationships AS tr
  1951. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  1952. WHERE tt.taxonomy IN ('product_tag')
  1953. AND tr.object_id IN (36496)
  1954. ORDER BY t.name ASC
  1955. +
  1956. WP_Term_Query->get_terms
  1957. 0,0011
  1958. 257 SELECT t.*, tt.*
  1959. FROM wp_terms AS t
  1960. INNER JOIN wp_term_taxonomy AS tt
  1961. ON t.term_id = tt.term_id
  1962. INNER JOIN wp_term_relationships AS tr
  1963. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  1964. WHERE tt.taxonomy IN ('product_shipping_class')
  1965. AND tr.object_id IN (36496)
  1966. ORDER BY t.name ASC
  1967. +
  1968. WP_Term_Query->get_terms
  1969. 0,0011
  1970. 258 SELECT *
  1971. FROM wp_posts
  1972. WHERE ID = 22176
  1973. LIMIT 1
  1974. +
  1975. WP_Post::get_instance
  1976. 0,0014
  1977. 259 SELECT post_id, meta_key, meta_value
  1978. FROM wp_postmeta
  1979. WHERE post_id IN (22176)
  1980. ORDER BY meta_id ASC
  1981. +
  1982. update_meta_cache
  1983. 0,0025
  1984. 260 SELECT t.*, tt.*
  1985. FROM wp_terms AS t
  1986. INNER JOIN wp_term_taxonomy AS tt
  1987. ON t.term_id = tt.term_id
  1988. INNER JOIN wp_term_relationships AS tr
  1989. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  1990. WHERE tt.taxonomy IN ('product_visibility')
  1991. AND tr.object_id IN (22176)
  1992. ORDER BY t.name ASC
  1993. +
  1994. WP_Term_Query->get_terms
  1995. 0,0018
  1996. 261 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  1997. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  1998. ON wpml_translations.element_id = p.ID
  1999. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2000. ON tridt.element_type = wpml_translations.element_type
  2001. AND tridt.trid = wpml_translations.trid
  2002. WHERE tridt.trid = (SELECT trid
  2003. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2004. ON wpml_translations.element_id = p.ID
  2005. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2006. WHERE element_id = 22176
  2007. LIMIT 1)
  2008. +
  2009. WPML_Element_Translation->maybe_populate_cache
  2010. 0,0013
  2011. 262 SELECT DISTINCT t.*, tt.*
  2012. FROM wp_terms AS t
  2013. LEFT JOIN wp_termmeta
  2014. ON ( t.term_id = wp_termmeta.term_id
  2015. AND wp_termmeta.meta_key='order')
  2016. INNER JOIN wp_term_taxonomy AS tt
  2017. ON t.term_id = tt.term_id
  2018. INNER JOIN wp_term_relationships AS tr
  2019. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2020. WHERE tt.taxonomy IN ('product_cat')
  2021. AND tr.object_id IN (22176)
  2022. AND ( ( wp_termmeta.meta_key = 'order'
  2023. OR wp_termmeta.meta_key IS NULL ) )
  2024. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2025. +
  2026. WP_Term_Query->get_terms
  2027. 0,0011
  2028. 263 SELECT term_id, meta_key, meta_value
  2029. FROM wp_termmeta
  2030. WHERE term_id IN (445,94)
  2031. ORDER BY meta_id ASC
  2032. +
  2033. update_meta_cache
  2034. 0,0010
  2035. 264 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2036. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2037. ON wpml_translations.element_id = tax.term_taxonomy_id
  2038. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  2039. ON tridt.element_type = wpml_translations.element_type
  2040. AND tridt.trid = wpml_translations.trid
  2041. WHERE tridt.trid = (SELECT trid
  2042. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2043. ON wpml_translations.element_id = tax.term_taxonomy_id
  2044. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  2045. WHERE element_id = 445
  2046. LIMIT 1)
  2047. +
  2048. WPML_Element_Translation->maybe_populate_cache
  2049. 0,0010
  2050. 265 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2051. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2052. ON wpml_translations.element_id = tax.term_taxonomy_id
  2053. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  2054. ON tridt.element_type = wpml_translations.element_type
  2055. AND tridt.trid = wpml_translations.trid
  2056. WHERE tridt.trid = (SELECT trid
  2057. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2058. ON wpml_translations.element_id = tax.term_taxonomy_id
  2059. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  2060. WHERE element_id = 96
  2061. LIMIT 1)
  2062. +
  2063. WPML_Element_Translation->maybe_populate_cache
  2064. 0,0008
  2065. 266 SELECT t.*, tt.*
  2066. FROM wp_terms AS t
  2067. INNER JOIN wp_term_taxonomy AS tt
  2068. ON t.term_id = tt.term_id
  2069. INNER JOIN wp_term_relationships AS tr
  2070. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2071. WHERE tt.taxonomy IN ('product_tag')
  2072. AND tr.object_id IN (22176)
  2073. ORDER BY t.name ASC
  2074. +
  2075. WP_Term_Query->get_terms
  2076. 0,0008
  2077. 267 SELECT t.*, tt.*
  2078. FROM wp_terms AS t
  2079. INNER JOIN wp_term_taxonomy AS tt
  2080. ON t.term_id = tt.term_id
  2081. INNER JOIN wp_term_relationships AS tr
  2082. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2083. WHERE tt.taxonomy IN ('product_shipping_class')
  2084. AND tr.object_id IN (22176)
  2085. ORDER BY t.name ASC
  2086. +
  2087. WP_Term_Query->get_terms
  2088. 0,0007
  2089. 268 SELECT *
  2090. FROM wp_posts
  2091. WHERE ID = 17357
  2092. LIMIT 1
  2093. +
  2094. WP_Post::get_instance
  2095. 0,0011
  2096. 269 SELECT post_id, meta_key, meta_value
  2097. FROM wp_postmeta
  2098. WHERE post_id IN (17357)
  2099. ORDER BY meta_id ASC
  2100. +
  2101. update_meta_cache
  2102. 0,0013
  2103. 270 SELECT t.*, tt.*
  2104. FROM wp_terms AS t
  2105. INNER JOIN wp_term_taxonomy AS tt
  2106. ON t.term_id = tt.term_id
  2107. INNER JOIN wp_term_relationships AS tr
  2108. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2109. WHERE tt.taxonomy IN ('product_visibility')
  2110. AND tr.object_id IN (17357)
  2111. ORDER BY t.name ASC
  2112. +
  2113. WP_Term_Query->get_terms
  2114. 0,0012
  2115. 271 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2116. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2117. ON wpml_translations.element_id = p.ID
  2118. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2119. ON tridt.element_type = wpml_translations.element_type
  2120. AND tridt.trid = wpml_translations.trid
  2121. WHERE tridt.trid = (SELECT trid
  2122. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2123. ON wpml_translations.element_id = p.ID
  2124. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2125. WHERE element_id = 17357
  2126. LIMIT 1)
  2127. +
  2128. WPML_Element_Translation->maybe_populate_cache
  2129. 0,0012
  2130. 272 SELECT DISTINCT t.*, tt.*
  2131. FROM wp_terms AS t
  2132. LEFT JOIN wp_termmeta
  2133. ON ( t.term_id = wp_termmeta.term_id
  2134. AND wp_termmeta.meta_key='order')
  2135. INNER JOIN wp_term_taxonomy AS tt
  2136. ON t.term_id = tt.term_id
  2137. INNER JOIN wp_term_relationships AS tr
  2138. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2139. WHERE tt.taxonomy IN ('product_cat')
  2140. AND tr.object_id IN (17357)
  2141. AND ( ( wp_termmeta.meta_key = 'order'
  2142. OR wp_termmeta.meta_key IS NULL ) )
  2143. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2144. +
  2145. WP_Term_Query->get_terms
  2146. 0,0013
  2147. 273 SELECT term_id, meta_key, meta_value
  2148. FROM wp_termmeta
  2149. WHERE term_id IN (93)
  2150. ORDER BY meta_id ASC
  2151. +
  2152. update_meta_cache
  2153. 0,0009
  2154. 274 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2155. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2156. ON wpml_translations.element_id = tax.term_taxonomy_id
  2157. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  2158. ON tridt.element_type = wpml_translations.element_type
  2159. AND tridt.trid = wpml_translations.trid
  2160. WHERE tridt.trid = (SELECT trid
  2161. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2162. ON wpml_translations.element_id = tax.term_taxonomy_id
  2163. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  2164. WHERE element_id = 95
  2165. LIMIT 1)
  2166. +
  2167. WPML_Element_Translation->maybe_populate_cache
  2168. 0,0009
  2169. 275 SELECT t.*, tt.*
  2170. FROM wp_terms AS t
  2171. INNER JOIN wp_term_taxonomy AS tt
  2172. ON t.term_id = tt.term_id
  2173. INNER JOIN wp_term_relationships AS tr
  2174. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2175. WHERE tt.taxonomy IN ('product_tag')
  2176. AND tr.object_id IN (17357)
  2177. ORDER BY t.name ASC
  2178. +
  2179. WP_Term_Query->get_terms
  2180. 0,0009
  2181. 276 SELECT t.*, tt.*
  2182. FROM wp_terms AS t
  2183. INNER JOIN wp_term_taxonomy AS tt
  2184. ON t.term_id = tt.term_id
  2185. INNER JOIN wp_term_relationships AS tr
  2186. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2187. WHERE tt.taxonomy IN ('product_shipping_class')
  2188. AND tr.object_id IN (17357)
  2189. ORDER BY t.name ASC
  2190. +
  2191. WP_Term_Query->get_terms
  2192. 0,0010
  2193. 277 SELECT *
  2194. FROM wp_posts
  2195. WHERE ID = 21331
  2196. LIMIT 1
  2197. +
  2198. WP_Post::get_instance
  2199. 0,0010
  2200. 278 SELECT post_id, meta_key, meta_value
  2201. FROM wp_postmeta
  2202. WHERE post_id IN (21331)
  2203. ORDER BY meta_id ASC
  2204. +
  2205. update_meta_cache
  2206. 0,0010
  2207. 279 SELECT t.*, tt.*
  2208. FROM wp_terms AS t
  2209. INNER JOIN wp_term_taxonomy AS tt
  2210. ON t.term_id = tt.term_id
  2211. INNER JOIN wp_term_relationships AS tr
  2212. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2213. WHERE tt.taxonomy IN ('product_visibility')
  2214. AND tr.object_id IN (21331)
  2215. ORDER BY t.name ASC
  2216. +
  2217. WP_Term_Query->get_terms
  2218. 0,0009
  2219. 280 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2220. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2221. ON wpml_translations.element_id = p.ID
  2222. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2223. ON tridt.element_type = wpml_translations.element_type
  2224. AND tridt.trid = wpml_translations.trid
  2225. WHERE tridt.trid = (SELECT trid
  2226. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2227. ON wpml_translations.element_id = p.ID
  2228. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2229. WHERE element_id = 21331
  2230. LIMIT 1)
  2231. +
  2232. WPML_Element_Translation->maybe_populate_cache
  2233. 0,0013
  2234. 281 SELECT DISTINCT t.*, tt.*
  2235. FROM wp_terms AS t
  2236. LEFT JOIN wp_termmeta
  2237. ON ( t.term_id = wp_termmeta.term_id
  2238. AND wp_termmeta.meta_key='order')
  2239. INNER JOIN wp_term_taxonomy AS tt
  2240. ON t.term_id = tt.term_id
  2241. INNER JOIN wp_term_relationships AS tr
  2242. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2243. WHERE tt.taxonomy IN ('product_cat')
  2244. AND tr.object_id IN (21331)
  2245. AND ( ( wp_termmeta.meta_key = 'order'
  2246. OR wp_termmeta.meta_key IS NULL ) )
  2247. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2248. +
  2249. WP_Term_Query->get_terms
  2250. 0,0012
  2251. 282 SELECT term_id, meta_key, meta_value
  2252. FROM wp_termmeta
  2253. WHERE term_id IN (95)
  2254. ORDER BY meta_id ASC
  2255. +
  2256. update_meta_cache
  2257. 0,0014
  2258. 283 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2259. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2260. ON wpml_translations.element_id = tax.term_taxonomy_id
  2261. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  2262. ON tridt.element_type = wpml_translations.element_type
  2263. AND tridt.trid = wpml_translations.trid
  2264. WHERE tridt.trid = (SELECT trid
  2265. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2266. ON wpml_translations.element_id = tax.term_taxonomy_id
  2267. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  2268. WHERE element_id = 97
  2269. LIMIT 1)
  2270. +
  2271. WPML_Element_Translation->maybe_populate_cache
  2272. 0,0010
  2273. 284 SELECT t.*, tt.*
  2274. FROM wp_terms AS t
  2275. INNER JOIN wp_term_taxonomy AS tt
  2276. ON t.term_id = tt.term_id
  2277. INNER JOIN wp_term_relationships AS tr
  2278. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2279. WHERE tt.taxonomy IN ('product_tag')
  2280. AND tr.object_id IN (21331)
  2281. ORDER BY t.name ASC
  2282. +
  2283. WP_Term_Query->get_terms
  2284. 0,0012
  2285. 285 SELECT t.*, tt.*
  2286. FROM wp_terms AS t
  2287. INNER JOIN wp_term_taxonomy AS tt
  2288. ON t.term_id = tt.term_id
  2289. INNER JOIN wp_term_relationships AS tr
  2290. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2291. WHERE tt.taxonomy IN ('product_shipping_class')
  2292. AND tr.object_id IN (21331)
  2293. ORDER BY t.name ASC
  2294. +
  2295. WP_Term_Query->get_terms
  2296. 0,0012
  2297. 286 SELECT *
  2298. FROM wp_posts
  2299. WHERE ID = 1420
  2300. LIMIT 1
  2301. +
  2302. WP_Post::get_instance
  2303. 0,0015
  2304. 287 SELECT post_id, meta_key, meta_value
  2305. FROM wp_postmeta
  2306. WHERE post_id IN (1420)
  2307. ORDER BY meta_id ASC
  2308. +
  2309. update_meta_cache
  2310. 0,0015
  2311. 288 SELECT t.*, tt.*
  2312. FROM wp_terms AS t
  2313. INNER JOIN wp_term_taxonomy AS tt
  2314. ON t.term_id = tt.term_id
  2315. INNER JOIN wp_term_relationships AS tr
  2316. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2317. WHERE tt.taxonomy IN ('product_visibility')
  2318. AND tr.object_id IN (1420)
  2319. ORDER BY t.name ASC
  2320. +
  2321. WP_Term_Query->get_terms
  2322. 0,0017
  2323. 289 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2324. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2325. ON wpml_translations.element_id = p.ID
  2326. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2327. ON tridt.element_type = wpml_translations.element_type
  2328. AND tridt.trid = wpml_translations.trid
  2329. WHERE tridt.trid = (SELECT trid
  2330. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2331. ON wpml_translations.element_id = p.ID
  2332. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2333. WHERE element_id = 1420
  2334. LIMIT 1)
  2335. +
  2336. WPML_Element_Translation->maybe_populate_cache
  2337. 0,0013
  2338. 290 SELECT DISTINCT t.*, tt.*
  2339. FROM wp_terms AS t
  2340. LEFT JOIN wp_termmeta
  2341. ON ( t.term_id = wp_termmeta.term_id
  2342. AND wp_termmeta.meta_key='order')
  2343. INNER JOIN wp_term_taxonomy AS tt
  2344. ON t.term_id = tt.term_id
  2345. INNER JOIN wp_term_relationships AS tr
  2346. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2347. WHERE tt.taxonomy IN ('product_cat')
  2348. AND tr.object_id IN (1420)
  2349. AND ( ( wp_termmeta.meta_key = 'order'
  2350. OR wp_termmeta.meta_key IS NULL ) )
  2351. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2352. +
  2353. WP_Term_Query->get_terms
  2354. 0,0014
  2355. 291 SELECT term_id, meta_key, meta_value
  2356. FROM wp_termmeta
  2357. WHERE term_id IN (110)
  2358. ORDER BY meta_id ASC
  2359. +
  2360. update_meta_cache
  2361. 0,0020
  2362. 292 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2363. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2364. ON wpml_translations.element_id = tax.term_taxonomy_id
  2365. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  2366. ON tridt.element_type = wpml_translations.element_type
  2367. AND tridt.trid = wpml_translations.trid
  2368. WHERE tridt.trid = (SELECT trid
  2369. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2370. ON wpml_translations.element_id = tax.term_taxonomy_id
  2371. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  2372. WHERE element_id = 112
  2373. LIMIT 1)
  2374. +
  2375. WPML_Element_Translation->maybe_populate_cache
  2376. 0,0015
  2377. 293 SELECT t.*, tt.*
  2378. FROM wp_terms AS t
  2379. INNER JOIN wp_term_taxonomy AS tt
  2380. ON t.term_id = tt.term_id
  2381. INNER JOIN wp_term_relationships AS tr
  2382. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2383. WHERE tt.taxonomy IN ('product_tag')
  2384. AND tr.object_id IN (1420)
  2385. ORDER BY t.name ASC
  2386. +
  2387. WP_Term_Query->get_terms
  2388. 0,0012
  2389. 294 SELECT t.*, tt.*
  2390. FROM wp_terms AS t
  2391. INNER JOIN wp_term_taxonomy AS tt
  2392. ON t.term_id = tt.term_id
  2393. INNER JOIN wp_term_relationships AS tr
  2394. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2395. WHERE tt.taxonomy IN ('product_shipping_class')
  2396. AND tr.object_id IN (1420)
  2397. ORDER BY t.name ASC
  2398. +
  2399. WP_Term_Query->get_terms
  2400. 0,0014
  2401. 295 SELECT *
  2402. FROM wp_posts
  2403. WHERE ID = 52126
  2404. LIMIT 1
  2405. +
  2406. WP_Post::get_instance
  2407. 0,0018
  2408. 296 SELECT post_id, meta_key, meta_value
  2409. FROM wp_postmeta
  2410. WHERE post_id IN (52126)
  2411. ORDER BY meta_id ASC
  2412. +
  2413. update_meta_cache
  2414. 0,0020
  2415. 297 SELECT t.*, tt.*
  2416. FROM wp_terms AS t
  2417. INNER JOIN wp_term_taxonomy AS tt
  2418. ON t.term_id = tt.term_id
  2419. INNER JOIN wp_term_relationships AS tr
  2420. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2421. WHERE tt.taxonomy IN ('product_visibility')
  2422. AND tr.object_id IN (52126)
  2423. ORDER BY t.name ASC
  2424. +
  2425. WP_Term_Query->get_terms
  2426. 0,0011
  2427. 298 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2428. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2429. ON wpml_translations.element_id = p.ID
  2430. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2431. ON tridt.element_type = wpml_translations.element_type
  2432. AND tridt.trid = wpml_translations.trid
  2433. WHERE tridt.trid = (SELECT trid
  2434. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2435. ON wpml_translations.element_id = p.ID
  2436. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2437. WHERE element_id = 52126
  2438. LIMIT 1)
  2439. +
  2440. WPML_Element_Translation->maybe_populate_cache
  2441. 0,0024
  2442. 299 SELECT DISTINCT t.*, tt.*
  2443. FROM wp_terms AS t
  2444. LEFT JOIN wp_termmeta
  2445. ON ( t.term_id = wp_termmeta.term_id
  2446. AND wp_termmeta.meta_key='order')
  2447. INNER JOIN wp_term_taxonomy AS tt
  2448. ON t.term_id = tt.term_id
  2449. INNER JOIN wp_term_relationships AS tr
  2450. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2451. WHERE tt.taxonomy IN ('product_cat')
  2452. AND tr.object_id IN (52126)
  2453. AND ( ( wp_termmeta.meta_key = 'order'
  2454. OR wp_termmeta.meta_key IS NULL ) )
  2455. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2456. +
  2457. WP_Term_Query->get_terms
  2458. 0,0019
  2459. 300 SELECT t.*, tt.*
  2460. FROM wp_terms AS t
  2461. INNER JOIN wp_term_taxonomy AS tt
  2462. ON t.term_id = tt.term_id
  2463. INNER JOIN wp_term_relationships AS tr
  2464. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2465. WHERE tt.taxonomy IN ('product_tag')
  2466. AND tr.object_id IN (52126)
  2467. ORDER BY t.name ASC
  2468. +
  2469. WP_Term_Query->get_terms
  2470. 0,0027
  2471. 301 SELECT t.*, tt.*
  2472. FROM wp_terms AS t
  2473. INNER JOIN wp_term_taxonomy AS tt
  2474. ON t.term_id = tt.term_id
  2475. INNER JOIN wp_term_relationships AS tr
  2476. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2477. WHERE tt.taxonomy IN ('product_shipping_class')
  2478. AND tr.object_id IN (52126)
  2479. ORDER BY t.name ASC
  2480. +
  2481. WP_Term_Query->get_terms
  2482. 0,0016
  2483. 302 SELECT *
  2484. FROM wp_posts
  2485. WHERE ID = 3662
  2486. LIMIT 1
  2487. +
  2488. WP_Post::get_instance
  2489. 0,0033
  2490. 303 SELECT post_id, meta_key, meta_value
  2491. FROM wp_postmeta
  2492. WHERE post_id IN (3662)
  2493. ORDER BY meta_id ASC
  2494. +
  2495. update_meta_cache
  2496. 0,0020
  2497. 304 SELECT t.*, tt.*
  2498. FROM wp_terms AS t
  2499. INNER JOIN wp_term_taxonomy AS tt
  2500. ON t.term_id = tt.term_id
  2501. INNER JOIN wp_term_relationships AS tr
  2502. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2503. WHERE tt.taxonomy IN ('product_visibility')
  2504. AND tr.object_id IN (3662)
  2505. ORDER BY t.name ASC
  2506. +
  2507. WP_Term_Query->get_terms
  2508. 0,0015
  2509. 305 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2510. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2511. ON wpml_translations.element_id = p.ID
  2512. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2513. ON tridt.element_type = wpml_translations.element_type
  2514. AND tridt.trid = wpml_translations.trid
  2515. WHERE tridt.trid = (SELECT trid
  2516. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2517. ON wpml_translations.element_id = p.ID
  2518. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2519. WHERE element_id = 3662
  2520. LIMIT 1)
  2521. +
  2522. WPML_Element_Translation->maybe_populate_cache
  2523. 0,0020
  2524. 306 SELECT DISTINCT t.*, tt.*
  2525. FROM wp_terms AS t
  2526. LEFT JOIN wp_termmeta
  2527. ON ( t.term_id = wp_termmeta.term_id
  2528. AND wp_termmeta.meta_key='order')
  2529. INNER JOIN wp_term_taxonomy AS tt
  2530. ON t.term_id = tt.term_id
  2531. INNER JOIN wp_term_relationships AS tr
  2532. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2533. WHERE tt.taxonomy IN ('product_cat')
  2534. AND tr.object_id IN (3662)
  2535. AND ( ( wp_termmeta.meta_key = 'order'
  2536. OR wp_termmeta.meta_key IS NULL ) )
  2537. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2538. +
  2539. WP_Term_Query->get_terms
  2540. 0,0134
  2541. 307 SELECT t.*, tt.*
  2542. FROM wp_terms AS t
  2543. INNER JOIN wp_term_taxonomy AS tt
  2544. ON t.term_id = tt.term_id
  2545. INNER JOIN wp_term_relationships AS tr
  2546. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2547. WHERE tt.taxonomy IN ('product_tag')
  2548. AND tr.object_id IN (3662)
  2549. ORDER BY t.name ASC
  2550. +
  2551. WP_Term_Query->get_terms
  2552. 0,0095
  2553. 308 SELECT t.*, tt.*
  2554. FROM wp_terms AS t
  2555. INNER JOIN wp_term_taxonomy AS tt
  2556. ON t.term_id = tt.term_id
  2557. INNER JOIN wp_term_relationships AS tr
  2558. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2559. WHERE tt.taxonomy IN ('product_shipping_class')
  2560. AND tr.object_id IN (3662)
  2561. ORDER BY t.name ASC
  2562. +
  2563. WP_Term_Query->get_terms
  2564. 0,0021
  2565. 309 SELECT *
  2566. FROM wp_posts
  2567. WHERE ID = 1430
  2568. LIMIT 1
  2569. +
  2570. WP_Post::get_instance
  2571. 0,0050
  2572. 310 SELECT post_id, meta_key, meta_value
  2573. FROM wp_postmeta
  2574. WHERE post_id IN (1430)
  2575. ORDER BY meta_id ASC
  2576. +
  2577. update_meta_cache
  2578. 0,0013
  2579. 311 SELECT t.*, tt.*
  2580. FROM wp_terms AS t
  2581. INNER JOIN wp_term_taxonomy AS tt
  2582. ON t.term_id = tt.term_id
  2583. INNER JOIN wp_term_relationships AS tr
  2584. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2585. WHERE tt.taxonomy IN ('product_visibility')
  2586. AND tr.object_id IN (1430)
  2587. ORDER BY t.name ASC
  2588. +
  2589. WP_Term_Query->get_terms
  2590. 0,0021
  2591. 312 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2592. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2593. ON wpml_translations.element_id = p.ID
  2594. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2595. ON tridt.element_type = wpml_translations.element_type
  2596. AND tridt.trid = wpml_translations.trid
  2597. WHERE tridt.trid = (SELECT trid
  2598. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2599. ON wpml_translations.element_id = p.ID
  2600. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2601. WHERE element_id = 1430
  2602. LIMIT 1)
  2603. +
  2604. WPML_Element_Translation->maybe_populate_cache
  2605. 0,0128
  2606. 313 SELECT DISTINCT t.*, tt.*
  2607. FROM wp_terms AS t
  2608. LEFT JOIN wp_termmeta
  2609. ON ( t.term_id = wp_termmeta.term_id
  2610. AND wp_termmeta.meta_key='order')
  2611. INNER JOIN wp_term_taxonomy AS tt
  2612. ON t.term_id = tt.term_id
  2613. INNER JOIN wp_term_relationships AS tr
  2614. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2615. WHERE tt.taxonomy IN ('product_cat')
  2616. AND tr.object_id IN (1430)
  2617. AND ( ( wp_termmeta.meta_key = 'order'
  2618. OR wp_termmeta.meta_key IS NULL ) )
  2619. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2620. +
  2621. WP_Term_Query->get_terms
  2622. 0,0015
  2623. 314 SELECT term_id, meta_key, meta_value
  2624. FROM wp_termmeta
  2625. WHERE term_id IN (96)
  2626. ORDER BY meta_id ASC
  2627. +
  2628. update_meta_cache
  2629. 0,0020
  2630. 315 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2631. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2632. ON wpml_translations.element_id = tax.term_taxonomy_id
  2633. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  2634. ON tridt.element_type = wpml_translations.element_type
  2635. AND tridt.trid = wpml_translations.trid
  2636. WHERE tridt.trid = (SELECT trid
  2637. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2638. ON wpml_translations.element_id = tax.term_taxonomy_id
  2639. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  2640. WHERE element_id = 98
  2641. LIMIT 1)
  2642. +
  2643. WPML_Element_Translation->maybe_populate_cache
  2644. 0,0019
  2645. 316 SELECT t.*, tt.*
  2646. FROM wp_terms AS t
  2647. INNER JOIN wp_term_taxonomy AS tt
  2648. ON t.term_id = tt.term_id
  2649. INNER JOIN wp_term_relationships AS tr
  2650. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2651. WHERE tt.taxonomy IN ('product_tag')
  2652. AND tr.object_id IN (1430)
  2653. ORDER BY t.name ASC
  2654. +
  2655. WP_Term_Query->get_terms
  2656. 0,0014
  2657. 317 SELECT t.*, tt.*
  2658. FROM wp_terms AS t
  2659. INNER JOIN wp_term_taxonomy AS tt
  2660. ON t.term_id = tt.term_id
  2661. INNER JOIN wp_term_relationships AS tr
  2662. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2663. WHERE tt.taxonomy IN ('product_shipping_class')
  2664. AND tr.object_id IN (1430)
  2665. ORDER BY t.name ASC
  2666. +
  2667. WP_Term_Query->get_terms
  2668. 0,0025
  2669. 318 SELECT *
  2670. FROM wp_posts
  2671. WHERE ID = 37859
  2672. LIMIT 1
  2673. +
  2674. WP_Post::get_instance
  2675. 0,0013
  2676. 319 SELECT post_id, meta_key, meta_value
  2677. FROM wp_postmeta
  2678. WHERE post_id IN (37859)
  2679. ORDER BY meta_id ASC
  2680. +
  2681. update_meta_cache
  2682. 0,0019
  2683. 320 SELECT t.*, tt.*
  2684. FROM wp_terms AS t
  2685. INNER JOIN wp_term_taxonomy AS tt
  2686. ON t.term_id = tt.term_id
  2687. INNER JOIN wp_term_relationships AS tr
  2688. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2689. WHERE tt.taxonomy IN ('product_visibility')
  2690. AND tr.object_id IN (37859)
  2691. ORDER BY t.name ASC
  2692. +
  2693. WP_Term_Query->get_terms
  2694. 0,0011
  2695. 321 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2696. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2697. ON wpml_translations.element_id = p.ID
  2698. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2699. ON tridt.element_type = wpml_translations.element_type
  2700. AND tridt.trid = wpml_translations.trid
  2701. WHERE tridt.trid = (SELECT trid
  2702. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2703. ON wpml_translations.element_id = p.ID
  2704. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2705. WHERE element_id = 37859
  2706. LIMIT 1)
  2707. +
  2708. WPML_Element_Translation->maybe_populate_cache
  2709. 0,0009
  2710. 322 SELECT DISTINCT t.*, tt.*
  2711. FROM wp_terms AS t
  2712. LEFT JOIN wp_termmeta
  2713. ON ( t.term_id = wp_termmeta.term_id
  2714. AND wp_termmeta.meta_key='order')
  2715. INNER JOIN wp_term_taxonomy AS tt
  2716. ON t.term_id = tt.term_id
  2717. INNER JOIN wp_term_relationships AS tr
  2718. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2719. WHERE tt.taxonomy IN ('product_cat')
  2720. AND tr.object_id IN (37859)
  2721. AND ( ( wp_termmeta.meta_key = 'order'
  2722. OR wp_termmeta.meta_key IS NULL ) )
  2723. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2724. +
  2725. WP_Term_Query->get_terms
  2726. 0,0027
  2727. 323 SELECT term_id, meta_key, meta_value
  2728. FROM wp_termmeta
  2729. WHERE term_id IN (551)
  2730. ORDER BY meta_id ASC
  2731. +
  2732. update_meta_cache
  2733. 0,0010
  2734. 324 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2735. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2736. ON wpml_translations.element_id = tax.term_taxonomy_id
  2737. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  2738. ON tridt.element_type = wpml_translations.element_type
  2739. AND tridt.trid = wpml_translations.trid
  2740. WHERE tridt.trid = (SELECT trid
  2741. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  2742. ON wpml_translations.element_id = tax.term_taxonomy_id
  2743. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  2744. WHERE element_id = 551
  2745. LIMIT 1)
  2746. +
  2747. WPML_Element_Translation->maybe_populate_cache
  2748. 0,0011
  2749. 325 SELECT t.*, tt.*
  2750. FROM wp_terms AS t
  2751. INNER JOIN wp_term_taxonomy AS tt
  2752. ON t.term_id = tt.term_id
  2753. INNER JOIN wp_term_relationships AS tr
  2754. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2755. WHERE tt.taxonomy IN ('product_tag')
  2756. AND tr.object_id IN (37859)
  2757. ORDER BY t.name ASC
  2758. +
  2759. WP_Term_Query->get_terms
  2760. 0,0007
  2761. 326 SELECT t.*, tt.*
  2762. FROM wp_terms AS t
  2763. INNER JOIN wp_term_taxonomy AS tt
  2764. ON t.term_id = tt.term_id
  2765. INNER JOIN wp_term_relationships AS tr
  2766. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2767. WHERE tt.taxonomy IN ('product_shipping_class')
  2768. AND tr.object_id IN (37859)
  2769. ORDER BY t.name ASC
  2770. +
  2771. WP_Term_Query->get_terms
  2772. 0,0007
  2773. 327 SELECT *
  2774. FROM wp_posts
  2775. WHERE ID = 41875
  2776. LIMIT 1
  2777. +
  2778. WP_Post::get_instance
  2779. 0,0015
  2780. 328 SELECT post_id, meta_key, meta_value
  2781. FROM wp_postmeta
  2782. WHERE post_id IN (41875)
  2783. ORDER BY meta_id ASC
  2784. +
  2785. update_meta_cache
  2786. 0,0010
  2787. 329 SELECT t.*, tt.*
  2788. FROM wp_terms AS t
  2789. INNER JOIN wp_term_taxonomy AS tt
  2790. ON t.term_id = tt.term_id
  2791. INNER JOIN wp_term_relationships AS tr
  2792. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2793. WHERE tt.taxonomy IN ('product_visibility')
  2794. AND tr.object_id IN (41875)
  2795. ORDER BY t.name ASC
  2796. +
  2797. WP_Term_Query->get_terms
  2798. 0,0009
  2799. 330 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2800. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2801. ON wpml_translations.element_id = p.ID
  2802. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2803. ON tridt.element_type = wpml_translations.element_type
  2804. AND tridt.trid = wpml_translations.trid
  2805. WHERE tridt.trid = (SELECT trid
  2806. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2807. ON wpml_translations.element_id = p.ID
  2808. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2809. WHERE element_id = 41875
  2810. LIMIT 1)
  2811. +
  2812. WPML_Element_Translation->maybe_populate_cache
  2813. 0,0009
  2814. 331 SELECT DISTINCT t.*, tt.*
  2815. FROM wp_terms AS t
  2816. LEFT JOIN wp_termmeta
  2817. ON ( t.term_id = wp_termmeta.term_id
  2818. AND wp_termmeta.meta_key='order')
  2819. INNER JOIN wp_term_taxonomy AS tt
  2820. ON t.term_id = tt.term_id
  2821. INNER JOIN wp_term_relationships AS tr
  2822. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2823. WHERE tt.taxonomy IN ('product_cat')
  2824. AND tr.object_id IN (41875)
  2825. AND ( ( wp_termmeta.meta_key = 'order'
  2826. OR wp_termmeta.meta_key IS NULL ) )
  2827. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2828. +
  2829. WP_Term_Query->get_terms
  2830. 0,0012
  2831. 332 SELECT t.*, tt.*
  2832. FROM wp_terms AS t
  2833. INNER JOIN wp_term_taxonomy AS tt
  2834. ON t.term_id = tt.term_id
  2835. INNER JOIN wp_term_relationships AS tr
  2836. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2837. WHERE tt.taxonomy IN ('product_tag')
  2838. AND tr.object_id IN (41875)
  2839. ORDER BY t.name ASC
  2840. +
  2841. WP_Term_Query->get_terms
  2842. 0,0012
  2843. 333 SELECT t.*, tt.*
  2844. FROM wp_terms AS t
  2845. INNER JOIN wp_term_taxonomy AS tt
  2846. ON t.term_id = tt.term_id
  2847. INNER JOIN wp_term_relationships AS tr
  2848. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2849. WHERE tt.taxonomy IN ('product_shipping_class')
  2850. AND tr.object_id IN (41875)
  2851. ORDER BY t.name ASC
  2852. +
  2853. WP_Term_Query->get_terms
  2854. 0,0008
  2855. 334 SELECT *
  2856. FROM wp_posts
  2857. WHERE ID = 41874
  2858. LIMIT 1
  2859. +
  2860. WP_Post::get_instance
  2861. 0,0010
  2862. 335 SELECT post_id, meta_key, meta_value
  2863. FROM wp_postmeta
  2864. WHERE post_id IN (41874)
  2865. ORDER BY meta_id ASC
  2866. +
  2867. update_meta_cache
  2868. 0,0010
  2869. 336 SELECT t.*, tt.*
  2870. FROM wp_terms AS t
  2871. INNER JOIN wp_term_taxonomy AS tt
  2872. ON t.term_id = tt.term_id
  2873. INNER JOIN wp_term_relationships AS tr
  2874. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2875. WHERE tt.taxonomy IN ('product_visibility')
  2876. AND tr.object_id IN (41874)
  2877. ORDER BY t.name ASC
  2878. +
  2879. WP_Term_Query->get_terms
  2880. 0,0008
  2881. 337 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2882. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2883. ON wpml_translations.element_id = p.ID
  2884. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2885. ON tridt.element_type = wpml_translations.element_type
  2886. AND tridt.trid = wpml_translations.trid
  2887. WHERE tridt.trid = (SELECT trid
  2888. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2889. ON wpml_translations.element_id = p.ID
  2890. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2891. WHERE element_id = 41874
  2892. LIMIT 1)
  2893. +
  2894. WPML_Element_Translation->maybe_populate_cache
  2895. 0,0009
  2896. 338 SELECT DISTINCT t.*, tt.*
  2897. FROM wp_terms AS t
  2898. LEFT JOIN wp_termmeta
  2899. ON ( t.term_id = wp_termmeta.term_id
  2900. AND wp_termmeta.meta_key='order')
  2901. INNER JOIN wp_term_taxonomy AS tt
  2902. ON t.term_id = tt.term_id
  2903. INNER JOIN wp_term_relationships AS tr
  2904. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2905. WHERE tt.taxonomy IN ('product_cat')
  2906. AND tr.object_id IN (41874)
  2907. AND ( ( wp_termmeta.meta_key = 'order'
  2908. OR wp_termmeta.meta_key IS NULL ) )
  2909. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2910. +
  2911. WP_Term_Query->get_terms
  2912. 0,0013
  2913. 339 SELECT t.*, tt.*
  2914. FROM wp_terms AS t
  2915. INNER JOIN wp_term_taxonomy AS tt
  2916. ON t.term_id = tt.term_id
  2917. INNER JOIN wp_term_relationships AS tr
  2918. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2919. WHERE tt.taxonomy IN ('product_tag')
  2920. AND tr.object_id IN (41874)
  2921. ORDER BY t.name ASC
  2922. +
  2923. WP_Term_Query->get_terms
  2924. 0,0014
  2925. 340 SELECT t.*, tt.*
  2926. FROM wp_terms AS t
  2927. INNER JOIN wp_term_taxonomy AS tt
  2928. ON t.term_id = tt.term_id
  2929. INNER JOIN wp_term_relationships AS tr
  2930. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2931. WHERE tt.taxonomy IN ('product_shipping_class')
  2932. AND tr.object_id IN (41874)
  2933. ORDER BY t.name ASC
  2934. +
  2935. WP_Term_Query->get_terms
  2936. 0,0013
  2937. 341 SELECT *
  2938. FROM wp_posts
  2939. WHERE ID = 41882
  2940. LIMIT 1
  2941. +
  2942. WP_Post::get_instance
  2943. 0,0023
  2944. 342 SELECT post_id, meta_key, meta_value
  2945. FROM wp_postmeta
  2946. WHERE post_id IN (41882)
  2947. ORDER BY meta_id ASC
  2948. +
  2949. update_meta_cache
  2950. 0,0013
  2951. 343 SELECT t.*, tt.*
  2952. FROM wp_terms AS t
  2953. INNER JOIN wp_term_taxonomy AS tt
  2954. ON t.term_id = tt.term_id
  2955. INNER JOIN wp_term_relationships AS tr
  2956. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2957. WHERE tt.taxonomy IN ('product_visibility')
  2958. AND tr.object_id IN (41882)
  2959. ORDER BY t.name ASC
  2960. +
  2961. WP_Term_Query->get_terms
  2962. 0,0013
  2963. 344 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  2964. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2965. ON wpml_translations.element_id = p.ID
  2966. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  2967. ON tridt.element_type = wpml_translations.element_type
  2968. AND tridt.trid = wpml_translations.trid
  2969. WHERE tridt.trid = (SELECT trid
  2970. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  2971. ON wpml_translations.element_id = p.ID
  2972. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  2973. WHERE element_id = 41882
  2974. LIMIT 1)
  2975. +
  2976. WPML_Element_Translation->maybe_populate_cache
  2977. 0,0011
  2978. 345 SELECT DISTINCT t.*, tt.*
  2979. FROM wp_terms AS t
  2980. LEFT JOIN wp_termmeta
  2981. ON ( t.term_id = wp_termmeta.term_id
  2982. AND wp_termmeta.meta_key='order')
  2983. INNER JOIN wp_term_taxonomy AS tt
  2984. ON t.term_id = tt.term_id
  2985. INNER JOIN wp_term_relationships AS tr
  2986. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  2987. WHERE tt.taxonomy IN ('product_cat')
  2988. AND tr.object_id IN (41882)
  2989. AND ( ( wp_termmeta.meta_key = 'order'
  2990. OR wp_termmeta.meta_key IS NULL ) )
  2991. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  2992. +
  2993. WP_Term_Query->get_terms
  2994. 0,0013
  2995. 346 SELECT t.*, tt.*
  2996. FROM wp_terms AS t
  2997. INNER JOIN wp_term_taxonomy AS tt
  2998. ON t.term_id = tt.term_id
  2999. INNER JOIN wp_term_relationships AS tr
  3000. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3001. WHERE tt.taxonomy IN ('product_tag')
  3002. AND tr.object_id IN (41882)
  3003. ORDER BY t.name ASC
  3004. +
  3005. WP_Term_Query->get_terms
  3006. 0,0010
  3007. 347 SELECT t.*, tt.*
  3008. FROM wp_terms AS t
  3009. INNER JOIN wp_term_taxonomy AS tt
  3010. ON t.term_id = tt.term_id
  3011. INNER JOIN wp_term_relationships AS tr
  3012. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3013. WHERE tt.taxonomy IN ('product_shipping_class')
  3014. AND tr.object_id IN (41882)
  3015. ORDER BY t.name ASC
  3016. +
  3017. WP_Term_Query->get_terms
  3018. 0,0010
  3019. 348 SELECT *
  3020. FROM wp_posts
  3021. WHERE ID = 41915
  3022. LIMIT 1
  3023. +
  3024. WP_Post::get_instance
  3025. 0,0023
  3026. 349 SELECT post_id, meta_key, meta_value
  3027. FROM wp_postmeta
  3028. WHERE post_id IN (41915)
  3029. ORDER BY meta_id ASC
  3030. +
  3031. update_meta_cache
  3032. 0,0012
  3033. 350 SELECT t.*, tt.*
  3034. FROM wp_terms AS t
  3035. INNER JOIN wp_term_taxonomy AS tt
  3036. ON t.term_id = tt.term_id
  3037. INNER JOIN wp_term_relationships AS tr
  3038. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3039. WHERE tt.taxonomy IN ('product_visibility')
  3040. AND tr.object_id IN (41915)
  3041. ORDER BY t.name ASC
  3042. +
  3043. WP_Term_Query->get_terms
  3044. 0,0010
  3045. 351 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3046. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  3047. ON wpml_translations.element_id = p.ID
  3048. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  3049. ON tridt.element_type = wpml_translations.element_type
  3050. AND tridt.trid = wpml_translations.trid
  3051. WHERE tridt.trid = (SELECT trid
  3052. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  3053. ON wpml_translations.element_id = p.ID
  3054. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  3055. WHERE element_id = 41915
  3056. LIMIT 1)
  3057. +
  3058. WPML_Element_Translation->maybe_populate_cache
  3059. 0,0010
  3060. 352 SELECT DISTINCT t.*, tt.*
  3061. FROM wp_terms AS t
  3062. LEFT JOIN wp_termmeta
  3063. ON ( t.term_id = wp_termmeta.term_id
  3064. AND wp_termmeta.meta_key='order')
  3065. INNER JOIN wp_term_taxonomy AS tt
  3066. ON t.term_id = tt.term_id
  3067. INNER JOIN wp_term_relationships AS tr
  3068. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3069. WHERE tt.taxonomy IN ('product_cat')
  3070. AND tr.object_id IN (41915)
  3071. AND ( ( wp_termmeta.meta_key = 'order'
  3072. OR wp_termmeta.meta_key IS NULL ) )
  3073. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  3074. +
  3075. WP_Term_Query->get_terms
  3076. 0,0083
  3077. 353 SELECT t.*, tt.*
  3078. FROM wp_terms AS t
  3079. INNER JOIN wp_term_taxonomy AS tt
  3080. ON t.term_id = tt.term_id
  3081. INNER JOIN wp_term_relationships AS tr
  3082. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3083. WHERE tt.taxonomy IN ('product_tag')
  3084. AND tr.object_id IN (41915)
  3085. ORDER BY t.name ASC
  3086. +
  3087. WP_Term_Query->get_terms
  3088. 0,0014
  3089. 354 SELECT t.*, tt.*
  3090. FROM wp_terms AS t
  3091. INNER JOIN wp_term_taxonomy AS tt
  3092. ON t.term_id = tt.term_id
  3093. INNER JOIN wp_term_relationships AS tr
  3094. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3095. WHERE tt.taxonomy IN ('product_shipping_class')
  3096. AND tr.object_id IN (41915)
  3097. ORDER BY t.name ASC
  3098. +
  3099. WP_Term_Query->get_terms
  3100. 0,0009
  3101. 355 SELECT *
  3102. FROM wp_posts
  3103. WHERE ID = 21288
  3104. LIMIT 1
  3105. +
  3106. WP_Post::get_instance
  3107. 0,0022
  3108. 356 SELECT post_id, meta_key, meta_value
  3109. FROM wp_postmeta
  3110. WHERE post_id IN (21288)
  3111. ORDER BY meta_id ASC
  3112. +
  3113. update_meta_cache
  3114. 0,0015
  3115. 357 SELECT t.*, tt.*
  3116. FROM wp_terms AS t
  3117. INNER JOIN wp_term_taxonomy AS tt
  3118. ON t.term_id = tt.term_id
  3119. INNER JOIN wp_term_relationships AS tr
  3120. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3121. WHERE tt.taxonomy IN ('product_visibility')
  3122. AND tr.object_id IN (21288)
  3123. ORDER BY t.name ASC
  3124. +
  3125. WP_Term_Query->get_terms
  3126. 0,0017
  3127. 358 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3128. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  3129. ON wpml_translations.element_id = p.ID
  3130. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  3131. ON tridt.element_type = wpml_translations.element_type
  3132. AND tridt.trid = wpml_translations.trid
  3133. WHERE tridt.trid = (SELECT trid
  3134. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  3135. ON wpml_translations.element_id = p.ID
  3136. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  3137. WHERE element_id = 21288
  3138. LIMIT 1)
  3139. +
  3140. WPML_Element_Translation->maybe_populate_cache
  3141. 0,0011
  3142. 359 SELECT DISTINCT t.*, tt.*
  3143. FROM wp_terms AS t
  3144. LEFT JOIN wp_termmeta
  3145. ON ( t.term_id = wp_termmeta.term_id
  3146. AND wp_termmeta.meta_key='order')
  3147. INNER JOIN wp_term_taxonomy AS tt
  3148. ON t.term_id = tt.term_id
  3149. INNER JOIN wp_term_relationships AS tr
  3150. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3151. WHERE tt.taxonomy IN ('product_cat')
  3152. AND tr.object_id IN (21288)
  3153. AND ( ( wp_termmeta.meta_key = 'order'
  3154. OR wp_termmeta.meta_key IS NULL ) )
  3155. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  3156. +
  3157. WP_Term_Query->get_terms
  3158. 0,0012
  3159. 360 SELECT t.*, tt.*
  3160. FROM wp_terms AS t
  3161. INNER JOIN wp_term_taxonomy AS tt
  3162. ON t.term_id = tt.term_id
  3163. INNER JOIN wp_term_relationships AS tr
  3164. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3165. WHERE tt.taxonomy IN ('product_tag')
  3166. AND tr.object_id IN (21288)
  3167. ORDER BY t.name ASC
  3168. +
  3169. WP_Term_Query->get_terms
  3170. 0,0012
  3171. 361 SELECT t.*, tt.*
  3172. FROM wp_terms AS t
  3173. INNER JOIN wp_term_taxonomy AS tt
  3174. ON t.term_id = tt.term_id
  3175. INNER JOIN wp_term_relationships AS tr
  3176. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3177. WHERE tt.taxonomy IN ('product_shipping_class')
  3178. AND tr.object_id IN (21288)
  3179. ORDER BY t.name ASC
  3180. +
  3181. WP_Term_Query->get_terms
  3182. 0,0009
  3183. 362 SELECT id
  3184. FROM wp_icl_strings
  3185. WHERE BINARY value='wc-api'
  3186. AND context='WP Endpoints'
  3187. AND name = 'wc-api'
  3188. LIMIT 1
  3189. +
  3190. WPML_ST_String_Factory->get_string_id
  3191. 0,0015
  3192. 363 SELECT id
  3193. FROM wp_icl_strings
  3194. WHERE BINARY value='vat-number'
  3195. AND context='WP Endpoints'
  3196. AND name = 'vat-number'
  3197. LIMIT 1
  3198. +
  3199. WPML_ST_String_Factory->get_string_id
  3200. 0,0010
  3201. 364 SELECT id
  3202. FROM wp_icl_strings
  3203. WHERE BINARY value='print-order'
  3204. AND context='WP Endpoints'
  3205. AND name = 'print-order'
  3206. LIMIT 1
  3207. +
  3208. WPML_ST_String_Factory->get_string_id
  3209. 0,0011
  3210. 365 SELECT language
  3211. FROM wp_icl_strings
  3212. WHERE context='WordPress'
  3213. AND name='URL product_cat tax slug'
  3214. +
  3215. WPML_String_Translation->get_string_language_filter
  3216. 0,0012
  3217. 366 SELECT language
  3218. FROM wp_icl_strings
  3219. WHERE context='WordPress'
  3220. AND name='URL product_tag tax slug'
  3221. +
  3222. WPML_String_Translation->get_string_language_filter
  3223. 0,0012
  3224. 367 SELECT language
  3225. FROM wp_icl_strings
  3226. WHERE context='WordPress'
  3227. AND name='URL attribute tax slug'
  3228. +
  3229. WPML_String_Translation->get_string_language_filter
  3230. 0,0011
  3231. 368 SELECT language
  3232. FROM wp_icl_strings
  3233. WHERE context='WordPress'
  3234. AND name='URL attribute slug: case-farve'
  3235. +
  3236. WPML_String_Translation->get_string_language_filter
  3237. 0,0015
  3238. 369 SELECT COUNT(id)
  3239. FROM wp_icl_strings
  3240. WHERE context = 'WordPress'
  3241. +
  3242. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  3243. 0,0012
  3244. 370 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  3245. FROM wp_icl_strings s
  3246. LEFT JOIN wp_icl_string_translations st
  3247. ON s.id=st.string_id
  3248. AND st.language='da'
  3249. AND s.language!='da'
  3250. WHERE s.context = 'WordPress'
  3251. LIMIT 1000 OFFSET 0
  3252. +
  3253. WPML_DB_Chunk->retrieve
  3254. 0,0016
  3255. 371 SELECT language
  3256. FROM wp_icl_strings
  3257. WHERE context='WordPress'
  3258. AND name='URL attribute slug: operativsystem-image'
  3259. +
  3260. WPML_String_Translation->get_string_language_filter
  3261. 0,0018
  3262. 372 SELECT language
  3263. FROM wp_icl_strings
  3264. WHERE context='WordPress'
  3265. AND name='URL attribute slug: solpanel-stoerrelse'
  3266. +
  3267. WPML_String_Translation->get_string_language_filter
  3268. 0,0012
  3269. 373 SELECT id, value, language, context, name
  3270. FROM wp_icl_strings
  3271. WHERE name = 'URL slug: product'
  3272. AND (context = 'default'
  3273. OR context = 'WordPress')
  3274. +
  3275. WPML_Slug_Translation_Records->get_slug
  3276. 0,0033
  3277. 374 SELECT value, language, status
  3278. FROM wp_icl_string_translations
  3279. WHERE string_id = 115
  3280. AND value <> ''
  3281. +
  3282. WPML_Slug_Translation_Records->get_slug
  3283. 0,0010
  3284. 375 SELECT language
  3285. FROM wp_icl_strings
  3286. WHERE context='WordPress'
  3287. AND name='URL slug: product'
  3288. +
  3289. WPML_String_Translation->get_string_language_filter
  3290. 0,0023
  3291. 376 SELECT element_id, language_code
  3292. FROM wp_icl_translations
  3293. WHERE trid = (SELECT trid
  3294. FROM wp_icl_translations
  3295. WHERE element_type = 'post_page'
  3296. AND element_id = (SELECT option_value
  3297. FROM wp_options
  3298. WHERE option_name='page_for_posts'
  3299. LIMIT 1))
  3300. +
  3301. WPML_Pre_Option_Page->get
  3302. 0,0020
  3303. 377 SELECT t.*, tt.*
  3304. FROM wp_terms AS t
  3305. INNER JOIN wp_term_taxonomy AS tt
  3306. ON t.term_id = tt.term_id
  3307. WHERE tt.taxonomy IN ('product_visibility')
  3308. ORDER BY t.name ASC
  3309. +
  3310. WP_Term_Query->get_terms
  3311. 0,0061
  3312. 378 SELECT term_id, meta_key, meta_value
  3313. FROM wp_termmeta
  3314. WHERE term_id IN (497,488,503,505,507,510,512,509,514,515,513,516,517,518,521)
  3315. ORDER BY meta_id ASC
  3316. +
  3317. update_meta_cache
  3318. 0,0030
  3319. 379 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3320. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3321. ON wpml_translations.element_id = tax.term_taxonomy_id
  3322. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3323. ON tridt.element_type = wpml_translations.element_type
  3324. AND tridt.trid = wpml_translations.trid
  3325. WHERE tridt.trid = (SELECT trid
  3326. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3327. ON wpml_translations.element_id = tax.term_taxonomy_id
  3328. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3329. WHERE element_id = 493
  3330. LIMIT 1)
  3331. +
  3332. WPML_Element_Translation->maybe_populate_cache
  3333. 0,0014
  3334. 380 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3335. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3336. ON wpml_translations.element_id = tax.term_taxonomy_id
  3337. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3338. ON tridt.element_type = wpml_translations.element_type
  3339. AND tridt.trid = wpml_translations.trid
  3340. WHERE tridt.trid = (SELECT trid
  3341. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3342. ON wpml_translations.element_id = tax.term_taxonomy_id
  3343. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3344. WHERE element_id = 489
  3345. LIMIT 1)
  3346. +
  3347. WPML_Element_Translation->maybe_populate_cache
  3348. 0,0022
  3349. 381 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3350. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3351. ON wpml_translations.element_id = tax.term_taxonomy_id
  3352. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3353. ON tridt.element_type = wpml_translations.element_type
  3354. AND tridt.trid = wpml_translations.trid
  3355. WHERE tridt.trid = (SELECT trid
  3356. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3357. ON wpml_translations.element_id = tax.term_taxonomy_id
  3358. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3359. WHERE element_id = 501
  3360. LIMIT 1)
  3361. +
  3362. WPML_Element_Translation->maybe_populate_cache
  3363. 0,0018
  3364. 382 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3365. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3366. ON wpml_translations.element_id = tax.term_taxonomy_id
  3367. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3368. ON tridt.element_type = wpml_translations.element_type
  3369. AND tridt.trid = wpml_translations.trid
  3370. WHERE tridt.trid = (SELECT trid
  3371. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3372. ON wpml_translations.element_id = tax.term_taxonomy_id
  3373. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3374. WHERE element_id = 505
  3375. LIMIT 1)
  3376. +
  3377. WPML_Element_Translation->maybe_populate_cache
  3378. 0,0012
  3379. 383 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3380. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3381. ON wpml_translations.element_id = tax.term_taxonomy_id
  3382. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3383. ON tridt.element_type = wpml_translations.element_type
  3384. AND tridt.trid = wpml_translations.trid
  3385. WHERE tridt.trid = (SELECT trid
  3386. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3387. ON wpml_translations.element_id = tax.term_taxonomy_id
  3388. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3389. WHERE element_id = 506
  3390. LIMIT 1)
  3391. +
  3392. WPML_Element_Translation->maybe_populate_cache
  3393. 0,0027
  3394. 384 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3395. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3396. ON wpml_translations.element_id = tax.term_taxonomy_id
  3397. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3398. ON tridt.element_type = wpml_translations.element_type
  3399. AND tridt.trid = wpml_translations.trid
  3400. WHERE tridt.trid = (SELECT trid
  3401. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3402. ON wpml_translations.element_id = tax.term_taxonomy_id
  3403. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3404. WHERE element_id = 509
  3405. LIMIT 1)
  3406. +
  3407. WPML_Element_Translation->maybe_populate_cache
  3408. 0,0027
  3409. 385 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3410. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3411. ON wpml_translations.element_id = tax.term_taxonomy_id
  3412. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3413. ON tridt.element_type = wpml_translations.element_type
  3414. AND tridt.trid = wpml_translations.trid
  3415. WHERE tridt.trid = (SELECT trid
  3416. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3417. ON wpml_translations.element_id = tax.term_taxonomy_id
  3418. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3419. WHERE element_id = 512
  3420. LIMIT 1)
  3421. +
  3422. WPML_Element_Translation->maybe_populate_cache
  3423. 0,0027
  3424. 386 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3425. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3426. ON wpml_translations.element_id = tax.term_taxonomy_id
  3427. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3428. ON tridt.element_type = wpml_translations.element_type
  3429. AND tridt.trid = wpml_translations.trid
  3430. WHERE tridt.trid = (SELECT trid
  3431. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3432. ON wpml_translations.element_id = tax.term_taxonomy_id
  3433. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3434. WHERE element_id = 510
  3435. LIMIT 1)
  3436. +
  3437. WPML_Element_Translation->maybe_populate_cache
  3438. 0,0026
  3439. 387 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3440. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3441. ON wpml_translations.element_id = tax.term_taxonomy_id
  3442. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3443. ON tridt.element_type = wpml_translations.element_type
  3444. AND tridt.trid = wpml_translations.trid
  3445. WHERE tridt.trid = (SELECT trid
  3446. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3447. ON wpml_translations.element_id = tax.term_taxonomy_id
  3448. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3449. WHERE element_id = 514
  3450. LIMIT 1)
  3451. +
  3452. WPML_Element_Translation->maybe_populate_cache
  3453. 0,0025
  3454. 388 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3455. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3456. ON wpml_translations.element_id = tax.term_taxonomy_id
  3457. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3458. ON tridt.element_type = wpml_translations.element_type
  3459. AND tridt.trid = wpml_translations.trid
  3460. WHERE tridt.trid = (SELECT trid
  3461. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3462. ON wpml_translations.element_id = tax.term_taxonomy_id
  3463. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3464. WHERE element_id = 515
  3465. LIMIT 1)
  3466. +
  3467. WPML_Element_Translation->maybe_populate_cache
  3468. 0,0010
  3469. 389 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3470. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3471. ON wpml_translations.element_id = tax.term_taxonomy_id
  3472. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3473. ON tridt.element_type = wpml_translations.element_type
  3474. AND tridt.trid = wpml_translations.trid
  3475. WHERE tridt.trid = (SELECT trid
  3476. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3477. ON wpml_translations.element_id = tax.term_taxonomy_id
  3478. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3479. WHERE element_id = 513
  3480. LIMIT 1)
  3481. +
  3482. WPML_Element_Translation->maybe_populate_cache
  3483. 0,0035
  3484. 390 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3485. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3486. ON wpml_translations.element_id = tax.term_taxonomy_id
  3487. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3488. ON tridt.element_type = wpml_translations.element_type
  3489. AND tridt.trid = wpml_translations.trid
  3490. WHERE tridt.trid = (SELECT trid
  3491. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3492. ON wpml_translations.element_id = tax.term_taxonomy_id
  3493. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3494. WHERE element_id = 516
  3495. LIMIT 1)
  3496. +
  3497. WPML_Element_Translation->maybe_populate_cache
  3498. 0,0014
  3499. 391 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3500. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3501. ON wpml_translations.element_id = tax.term_taxonomy_id
  3502. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3503. ON tridt.element_type = wpml_translations.element_type
  3504. AND tridt.trid = wpml_translations.trid
  3505. WHERE tridt.trid = (SELECT trid
  3506. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3507. ON wpml_translations.element_id = tax.term_taxonomy_id
  3508. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3509. WHERE element_id = 517
  3510. LIMIT 1)
  3511. +
  3512. WPML_Element_Translation->maybe_populate_cache
  3513. 0,0016
  3514. 392 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3515. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3516. ON wpml_translations.element_id = tax.term_taxonomy_id
  3517. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3518. ON tridt.element_type = wpml_translations.element_type
  3519. AND tridt.trid = wpml_translations.trid
  3520. WHERE tridt.trid = (SELECT trid
  3521. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3522. ON wpml_translations.element_id = tax.term_taxonomy_id
  3523. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3524. WHERE element_id = 518
  3525. LIMIT 1)
  3526. +
  3527. WPML_Element_Translation->maybe_populate_cache
  3528. 0,0010
  3529. 393 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3530. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3531. ON wpml_translations.element_id = tax.term_taxonomy_id
  3532. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3533. ON tridt.element_type = wpml_translations.element_type
  3534. AND tridt.trid = wpml_translations.trid
  3535. WHERE tridt.trid = (SELECT trid
  3536. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3537. ON wpml_translations.element_id = tax.term_taxonomy_id
  3538. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3539. WHERE element_id = 521
  3540. LIMIT 1)
  3541. +
  3542. WPML_Element_Translation->maybe_populate_cache
  3543. 0,0013
  3544. 394 SELECT option_value
  3545. FROM wp_options
  3546. WHERE option_name = 'woocommerce_catalog_columns'
  3547. LIMIT 1
  3548. +
  3549. get_option
  3550. 0,0028
  3551. 395 SELECT option_value
  3552. FROM wp_options
  3553. WHERE option_name = 'woocommerce_catalog_rows'
  3554. LIMIT 1
  3555. +
  3556. get_option
  3557. 0,0017
  3558. 396 SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
  3559. FROM wp_posts JOIN wp_icl_translations wpml_translations
  3560. ON wp_posts.ID = wpml_translations.element_id
  3561. AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type)
  3562. WHERE 1=1
  3563. AND ( wp_posts.ID NOT IN (
  3564. SELECT object_id
  3565. FROM wp_term_relationships
  3566. WHERE term_taxonomy_id IN (493) ) )
  3567. AND wp_posts.post_type = 'product'
  3568. AND (wp_posts.post_status = 'publish'
  3569. OR wp_posts.post_status = 'closed'
  3570. OR wp_posts.post_status = 'private'
  3571. OR wp_posts.post_status = 'hidden')
  3572. AND ( ( ( wpml_translations.language_code = 'da'
  3573. OR 0 )
  3574. AND wp_posts.post_type IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  3575. OR wp_posts.post_type NOT IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  3576. GROUP BY wp_posts.ID
  3577. ORDER BY wp_posts.menu_order ASC, wp_posts.post_title ASC
  3578. LIMIT 0, 40
  3579. +
  3580. WP_Query->get_posts
  3581. Main Query
  3582.  
  3583. 0,0467
  3584. 397 SELECT FOUND_ROWS()
  3585. +
  3586. WP_Query->set_found_posts
  3587. 0,0052
  3588. 398 SELECT wp_posts.*
  3589. FROM wp_posts
  3590. WHERE ID IN (15163,37851,6568,40473,23271,17360,15156,34855,40448,31281,42620,52697,55344,46120,1424,22066,21974,30876,21839,22285,23316,31273,31840,22053,22056,36214,36217,36586,18277,22279,36584,40413,43762,32633)
  3591. +
  3592. _prime_post_caches
  3593. 0,0092
  3594. 399 SELECT t.*, tt.*, tr.object_id
  3595. FROM wp_terms AS t
  3596. INNER JOIN wp_term_taxonomy AS tt
  3597. ON t.term_id = tt.term_id
  3598. INNER JOIN wp_term_relationships AS tr
  3599. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3600. WHERE tt.taxonomy IN ('product_type', 'product_visibility', 'product_cat', 'product_tag', 'product_shipping_class', 'pa_case-farve', 'pa_operativsystem-image', 'pa_option', 'pa_pi-cm3-plus-udgave', 'pa_pi-zero-pakke', 'pa_pi-zero-w-pakke', 'pa_pi-zero-wh-pakke', 'pa_solpanel-stoerrelse', 'translation_priority', 'atum_location')
  3601. AND tr.object_id IN (1424, 6568, 15156, 15163, 17360, 18277, 21839, 21974, 22053, 22056, 22066, 22279, 22285, 23271, 23316, 30876, 31273, 31281, 31840, 32633, 34855, 36214, 36217, 36584, 36586, 37851, 40413, 40448, 40473, 42620, 43762, 46120, 52697, 55344)
  3602. ORDER BY t.name ASC
  3603. +
  3604. WP_Term_Query->get_terms
  3605. 0,0129
  3606. 400 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3607. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3608. ON wpml_translations.element_id = tax.term_taxonomy_id
  3609. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3610. ON tridt.element_type = wpml_translations.element_type
  3611. AND tridt.trid = wpml_translations.trid
  3612. WHERE tridt.trid = (SELECT trid
  3613. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3614. ON wpml_translations.element_id = tax.term_taxonomy_id
  3615. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3616. WHERE element_id = 114
  3617. LIMIT 1)
  3618. +
  3619. WPML_Element_Translation->maybe_populate_cache
  3620. 0,0145
  3621. 401 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3622. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3623. ON wpml_translations.element_id = tax.term_taxonomy_id
  3624. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3625. ON tridt.element_type = wpml_translations.element_type
  3626. AND tridt.trid = wpml_translations.trid
  3627. WHERE tridt.trid = (SELECT trid
  3628. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3629. ON wpml_translations.element_id = tax.term_taxonomy_id
  3630. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3631. WHERE element_id = 435
  3632. LIMIT 1)
  3633. +
  3634. WPML_Element_Translation->maybe_populate_cache
  3635. 0,0013
  3636. 402 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3637. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3638. ON wpml_translations.element_id = tax.term_taxonomy_id
  3639. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3640. ON tridt.element_type = wpml_translations.element_type
  3641. AND tridt.trid = wpml_translations.trid
  3642. WHERE tridt.trid = (SELECT trid
  3643. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3644. ON wpml_translations.element_id = tax.term_taxonomy_id
  3645. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3646. WHERE element_id = 549
  3647. LIMIT 1)
  3648. +
  3649. WPML_Element_Translation->maybe_populate_cache
  3650. 0,0020
  3651. 403 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3652. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3653. ON wpml_translations.element_id = tax.term_taxonomy_id
  3654. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3655. ON tridt.element_type = wpml_translations.element_type
  3656. AND tridt.trid = wpml_translations.trid
  3657. WHERE tridt.trid = (SELECT trid
  3658. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3659. ON wpml_translations.element_id = tax.term_taxonomy_id
  3660. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3661. WHERE element_id = 313
  3662. LIMIT 1)
  3663. +
  3664. WPML_Element_Translation->maybe_populate_cache
  3665. 0,0011
  3666. 404 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3667. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3668. ON wpml_translations.element_id = tax.term_taxonomy_id
  3669. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3670. ON tridt.element_type = wpml_translations.element_type
  3671. AND tridt.trid = wpml_translations.trid
  3672. WHERE tridt.trid = (SELECT trid
  3673. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3674. ON wpml_translations.element_id = tax.term_taxonomy_id
  3675. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3676. WHERE element_id = 436
  3677. LIMIT 1)
  3678. +
  3679. WPML_Element_Translation->maybe_populate_cache
  3680. 0,0033
  3681. 405 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3682. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3683. ON wpml_translations.element_id = tax.term_taxonomy_id
  3684. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3685. ON tridt.element_type = wpml_translations.element_type
  3686. AND tridt.trid = wpml_translations.trid
  3687. WHERE tridt.trid = (SELECT trid
  3688. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3689. ON wpml_translations.element_id = tax.term_taxonomy_id
  3690. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3691. WHERE element_id = 482
  3692. LIMIT 1)
  3693. +
  3694. WPML_Element_Translation->maybe_populate_cache
  3695. 0,0011
  3696. 406 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3697. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3698. ON wpml_translations.element_id = tax.term_taxonomy_id
  3699. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3700. ON tridt.element_type = wpml_translations.element_type
  3701. AND tridt.trid = wpml_translations.trid
  3702. WHERE tridt.trid = (SELECT trid
  3703. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3704. ON wpml_translations.element_id = tax.term_taxonomy_id
  3705. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3706. WHERE element_id = 474
  3707. LIMIT 1)
  3708. +
  3709. WPML_Element_Translation->maybe_populate_cache
  3710. 0,0011
  3711. 407 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3712. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3713. ON wpml_translations.element_id = tax.term_taxonomy_id
  3714. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3715. ON tridt.element_type = wpml_translations.element_type
  3716. AND tridt.trid = wpml_translations.trid
  3717. WHERE tridt.trid = (SELECT trid
  3718. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3719. ON wpml_translations.element_id = tax.term_taxonomy_id
  3720. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3721. WHERE element_id = 542
  3722. LIMIT 1)
  3723. +
  3724. WPML_Element_Translation->maybe_populate_cache
  3725. 0,0011
  3726. 408 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3727. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3728. ON wpml_translations.element_id = tax.term_taxonomy_id
  3729. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3730. ON tridt.element_type = wpml_translations.element_type
  3731. AND tridt.trid = wpml_translations.trid
  3732. WHERE tridt.trid = (SELECT trid
  3733. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3734. ON wpml_translations.element_id = tax.term_taxonomy_id
  3735. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3736. WHERE element_id = 554
  3737. LIMIT 1)
  3738. +
  3739. WPML_Element_Translation->maybe_populate_cache
  3740. 0,0011
  3741. 409 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3742. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3743. ON wpml_translations.element_id = tax.term_taxonomy_id
  3744. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3745. ON tridt.element_type = wpml_translations.element_type
  3746. AND tridt.trid = wpml_translations.trid
  3747. WHERE tridt.trid = (SELECT trid
  3748. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3749. ON wpml_translations.element_id = tax.term_taxonomy_id
  3750. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3751. WHERE element_id = 79
  3752. LIMIT 1)
  3753. +
  3754. WPML_Element_Translation->maybe_populate_cache
  3755. 0,0012
  3756. 410 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3757. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3758. ON wpml_translations.element_id = tax.term_taxonomy_id
  3759. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3760. ON tridt.element_type = wpml_translations.element_type
  3761. AND tridt.trid = wpml_translations.trid
  3762. WHERE tridt.trid = (SELECT trid
  3763. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3764. ON wpml_translations.element_id = tax.term_taxonomy_id
  3765. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3766. WHERE element_id = 402
  3767. LIMIT 1)
  3768. +
  3769. WPML_Element_Translation->maybe_populate_cache
  3770. 0,0063
  3771. 411 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3772. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3773. ON wpml_translations.element_id = tax.term_taxonomy_id
  3774. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3775. ON tridt.element_type = wpml_translations.element_type
  3776. AND tridt.trid = wpml_translations.trid
  3777. WHERE tridt.trid = (SELECT trid
  3778. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3779. ON wpml_translations.element_id = tax.term_taxonomy_id
  3780. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3781. WHERE element_id = 450
  3782. LIMIT 1)
  3783. +
  3784. WPML_Element_Translation->maybe_populate_cache
  3785. 0,0010
  3786. 412 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3787. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3788. ON wpml_translations.element_id = tax.term_taxonomy_id
  3789. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3790. ON tridt.element_type = wpml_translations.element_type
  3791. AND tridt.trid = wpml_translations.trid
  3792. WHERE tridt.trid = (SELECT trid
  3793. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3794. ON wpml_translations.element_id = tax.term_taxonomy_id
  3795. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3796. WHERE element_id = 81
  3797. LIMIT 1)
  3798. +
  3799. WPML_Element_Translation->maybe_populate_cache
  3800. 0,0012
  3801. 413 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3802. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3803. ON wpml_translations.element_id = tax.term_taxonomy_id
  3804. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3805. ON tridt.element_type = wpml_translations.element_type
  3806. AND tridt.trid = wpml_translations.trid
  3807. WHERE tridt.trid = (SELECT trid
  3808. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3809. ON wpml_translations.element_id = tax.term_taxonomy_id
  3810. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3811. WHERE element_id = 479
  3812. LIMIT 1)
  3813. +
  3814. WPML_Element_Translation->maybe_populate_cache
  3815. 0,0041
  3816. 414 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3817. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3818. ON wpml_translations.element_id = tax.term_taxonomy_id
  3819. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3820. ON tridt.element_type = wpml_translations.element_type
  3821. AND tridt.trid = wpml_translations.trid
  3822. WHERE tridt.trid = (SELECT trid
  3823. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3824. ON wpml_translations.element_id = tax.term_taxonomy_id
  3825. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3826. WHERE element_id = 480
  3827. LIMIT 1)
  3828. +
  3829. WPML_Element_Translation->maybe_populate_cache
  3830. 0,0084
  3831. 415 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3832. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3833. ON wpml_translations.element_id = tax.term_taxonomy_id
  3834. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3835. ON tridt.element_type = wpml_translations.element_type
  3836. AND tridt.trid = wpml_translations.trid
  3837. WHERE tridt.trid = (SELECT trid
  3838. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3839. ON wpml_translations.element_id = tax.term_taxonomy_id
  3840. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3841. WHERE element_id = 481
  3842. LIMIT 1)
  3843. +
  3844. WPML_Element_Translation->maybe_populate_cache
  3845. 0,0014
  3846. 416 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3847. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3848. ON wpml_translations.element_id = tax.term_taxonomy_id
  3849. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3850. ON tridt.element_type = wpml_translations.element_type
  3851. AND tridt.trid = wpml_translations.trid
  3852. WHERE tridt.trid = (SELECT trid
  3853. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3854. ON wpml_translations.element_id = tax.term_taxonomy_id
  3855. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3856. WHERE element_id = 471
  3857. LIMIT 1)
  3858. +
  3859. WPML_Element_Translation->maybe_populate_cache
  3860. 0,0015
  3861. 417 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3862. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3863. ON wpml_translations.element_id = tax.term_taxonomy_id
  3864. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3865. ON tridt.element_type = wpml_translations.element_type
  3866. AND tridt.trid = wpml_translations.trid
  3867. WHERE tridt.trid = (SELECT trid
  3868. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3869. ON wpml_translations.element_id = tax.term_taxonomy_id
  3870. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3871. WHERE element_id = 472
  3872. LIMIT 1)
  3873. +
  3874. WPML_Element_Translation->maybe_populate_cache
  3875. 0,0015
  3876. 418 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3877. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3878. ON wpml_translations.element_id = tax.term_taxonomy_id
  3879. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3880. ON tridt.element_type = wpml_translations.element_type
  3881. AND tridt.trid = wpml_translations.trid
  3882. WHERE tridt.trid = (SELECT trid
  3883. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3884. ON wpml_translations.element_id = tax.term_taxonomy_id
  3885. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3886. WHERE element_id = 473
  3887. LIMIT 1)
  3888. +
  3889. WPML_Element_Translation->maybe_populate_cache
  3890. 0,0015
  3891. 419 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3892. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3893. ON wpml_translations.element_id = tax.term_taxonomy_id
  3894. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3895. ON tridt.element_type = wpml_translations.element_type
  3896. AND tridt.trid = wpml_translations.trid
  3897. WHERE tridt.trid = (SELECT trid
  3898. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3899. ON wpml_translations.element_id = tax.term_taxonomy_id
  3900. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3901. WHERE element_id = 539
  3902. LIMIT 1)
  3903. +
  3904. WPML_Element_Translation->maybe_populate_cache
  3905. 0,0011
  3906. 420 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3907. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3908. ON wpml_translations.element_id = tax.term_taxonomy_id
  3909. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3910. ON tridt.element_type = wpml_translations.element_type
  3911. AND tridt.trid = wpml_translations.trid
  3912. WHERE tridt.trid = (SELECT trid
  3913. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3914. ON wpml_translations.element_id = tax.term_taxonomy_id
  3915. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3916. WHERE element_id = 540
  3917. LIMIT 1)
  3918. +
  3919. WPML_Element_Translation->maybe_populate_cache
  3920. 0,0011
  3921. 421 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3922. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3923. ON wpml_translations.element_id = tax.term_taxonomy_id
  3924. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  3925. ON tridt.element_type = wpml_translations.element_type
  3926. AND tridt.trid = wpml_translations.trid
  3927. WHERE tridt.trid = (SELECT trid
  3928. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  3929. ON wpml_translations.element_id = tax.term_taxonomy_id
  3930. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  3931. WHERE element_id = 541
  3932. LIMIT 1)
  3933. +
  3934. WPML_Element_Translation->maybe_populate_cache
  3935. 0,0012
  3936. 422 SELECT post_id, meta_key, meta_value
  3937. FROM wp_postmeta
  3938. WHERE post_id IN (1424,6568,15156,15163,17360,18277,21839,21974,22053,22056,22066,22279,22285,23271,23316,30876,31273,31281,31840,32633,34855,36214,36217,36584,36586,37851,40413,40448,40473,42620,43762,46120,52697,55344)
  3939. ORDER BY meta_id ASC
  3940. +
  3941. update_meta_cache
  3942. 0,0151
  3943. 423 SELECT option_value
  3944. FROM wp_options
  3945. WHERE option_name = 'sticky_posts_da'
  3946. LIMIT 1
  3947. +
  3948. get_option
  3949. 0,0008
  3950. 424 SELECT t.*, tt.*, tr.object_id
  3951. FROM wp_terms AS t
  3952. INNER JOIN wp_term_taxonomy AS tt
  3953. ON t.term_id = tt.term_id
  3954. INNER JOIN wp_term_relationships AS tr
  3955. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  3956. WHERE tt.taxonomy IN ('product_type', 'product_visibility', 'product_cat', 'product_tag', 'product_shipping_class', 'pa_case-farve', 'pa_operativsystem-image', 'pa_option', 'pa_pi-cm3-plus-udgave', 'pa_pi-zero-pakke', 'pa_pi-zero-w-pakke', 'pa_pi-zero-wh-pakke', 'pa_solpanel-stoerrelse', 'translation_priority', 'atum_location')
  3957. AND tr.object_id IN (52126, 17357, 21331, 36496, 1420, 3662)
  3958. ORDER BY t.name ASC
  3959. +
  3960. WP_Term_Query->get_terms
  3961. 0,1569
  3962. 425 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  3963. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  3964. ON wpml_translations.element_id = p.ID
  3965. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  3966. ON tridt.element_type = wpml_translations.element_type
  3967. AND tridt.trid = wpml_translations.trid
  3968. WHERE tridt.trid = (SELECT trid
  3969. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  3970. ON wpml_translations.element_id = p.ID
  3971. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  3972. WHERE element_id = 1010
  3973. LIMIT 1)
  3974. +
  3975. WPML_Element_Translation->maybe_populate_cache
  3976. 0,1889
  3977. 426 SELECT post_id, meta_key, meta_value
  3978. FROM wp_postmeta
  3979. WHERE post_id IN (1033)
  3980. ORDER BY meta_id ASC
  3981. +
  3982. update_meta_cache
  3983. 0,0012
  3984. 427 SELECT COUNT(id)
  3985. FROM wp_icl_strings
  3986. WHERE context = 'query-monitor'
  3987. +
  3988. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  3989. 0,0023
  3990. 428 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  3991. FROM wp_icl_strings s
  3992. LEFT JOIN wp_icl_string_translations st
  3993. ON s.id=st.string_id
  3994. AND st.language='da'
  3995. AND s.language!='da'
  3996. WHERE s.context = 'query-monitor'
  3997. LIMIT 1000 OFFSET 0
  3998. +
  3999. WPML_DB_Chunk->retrieve
  4000. 0,0021
  4001. 429 SELECT COUNT(id)
  4002. FROM wp_icl_strings
  4003. WHERE context = 'cleantalk'
  4004. +
  4005. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  4006. 0,0013
  4007. 430 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  4008. FROM wp_icl_strings s
  4009. LEFT JOIN wp_icl_string_translations st
  4010. ON s.id=st.string_id
  4011. AND st.language='da'
  4012. AND s.language!='da'
  4013. WHERE s.context = 'cleantalk'
  4014. LIMIT 1000 OFFSET 0
  4015. +
  4016. WPML_DB_Chunk->retrieve
  4017. 0,0020
  4018. 431 SELECT COUNT(id)
  4019. FROM wp_icl_strings
  4020. WHERE context = 'WPML'
  4021. +
  4022. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  4023. 0,0049
  4024. 432 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  4025. FROM wp_icl_strings s
  4026. LEFT JOIN wp_icl_string_translations st
  4027. ON s.id=st.string_id
  4028. AND st.language='da'
  4029. AND s.language!='da'
  4030. WHERE s.context = 'WPML'
  4031. LIMIT 1000 OFFSET 0
  4032. +
  4033. WPML_DB_Chunk->retrieve
  4034. 0,0010
  4035. 433 SELECT option_value
  4036. FROM wp_options
  4037. WHERE option_name = 'mc4wp_form_stylesheets'
  4038. LIMIT 1
  4039. +
  4040. get_option
  4041. 0,0043
  4042. 434 SELECT COUNT(id)
  4043. FROM wp_icl_strings
  4044. WHERE context = 'woocommerce-product-bundles'
  4045. +
  4046. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  4047. 0,0022
  4048. 435 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  4049. FROM wp_icl_strings s
  4050. LEFT JOIN wp_icl_string_translations st
  4051. ON s.id=st.string_id
  4052. AND st.language='da'
  4053. AND s.language!='da'
  4054. WHERE s.context = 'woocommerce-product-bundles'
  4055. LIMIT 1000 OFFSET 0
  4056. +
  4057. WPML_DB_Chunk->retrieve
  4058. 0,0017
  4059. 436 SELECT COUNT(id)
  4060. FROM wp_icl_strings
  4061. WHERE context = 'admin_texts_woocommerce_price_display_suffix'
  4062. +
  4063. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  4064. 0,0009
  4065. 437 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  4066. FROM wp_icl_strings s
  4067. LEFT JOIN wp_icl_string_translations st
  4068. ON s.id=st.string_id
  4069. AND st.language='da'
  4070. AND s.language!='da'
  4071. WHERE s.context = 'admin_texts_woocommerce_price_display_suffix'
  4072. LIMIT 1000 OFFSET 0
  4073. +
  4074. WPML_DB_Chunk->retrieve
  4075. 0,0018
  4076. 438 SELECT p.ID
  4077. FROM wp_posts p JOIN wp_icl_translations wpml_translations
  4078. ON p.ID = wpml_translations.element_id
  4079. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4080. WHERE p.post_status IN ('publish','private')
  4081. AND p.post_type = 'product'
  4082. AND (wpml_translations.language_code = 'da'
  4083. OR 0)
  4084. LIMIT 1
  4085. +
  4086. WPML_Query_Utils->archive_query_has_posts
  4087. 0,0015
  4088. 439 SELECT p.ID
  4089. FROM wp_posts p JOIN wp_icl_translations wpml_translations
  4090. ON p.ID = wpml_translations.element_id
  4091. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4092. WHERE p.post_status IN ('publish','private')
  4093. AND p.post_type = 'product'
  4094. AND (wpml_translations.language_code = 'en'
  4095. OR 0)
  4096. LIMIT 1
  4097. +
  4098. WPML_Query_Utils->archive_query_has_posts
  4099. 0,0015
  4100. 440 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4101. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4102. ON wpml_translations.element_id = p.ID
  4103. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4104. ON tridt.element_type = wpml_translations.element_type
  4105. AND tridt.trid = wpml_translations.trid
  4106. WHERE tridt.trid = (SELECT trid
  4107. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4108. ON wpml_translations.element_id = p.ID
  4109. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4110. WHERE element_id = 15163
  4111. LIMIT 1)
  4112. +
  4113. WPML_Element_Translation->maybe_populate_cache
  4114. 0,0012
  4115. 441 SELECT value, language
  4116. FROM wp_icl_strings
  4117. WHERE id=0
  4118. +
  4119. icl_get_string_by_id
  4120. 0,1233
  4121. 442 SELECT *
  4122. FROM wp_posts
  4123. WHERE ID = 24786
  4124. LIMIT 1
  4125. +
  4126. WP_Post::get_instance
  4127. 0,0011
  4128. 443 SELECT post_id, meta_key, meta_value
  4129. FROM wp_postmeta
  4130. WHERE post_id IN (24786)
  4131. ORDER BY meta_id ASC
  4132. +
  4133. update_meta_cache
  4134. 0,0319
  4135. 444 SELECT value, language
  4136. FROM wp_icl_strings
  4137. WHERE id=0
  4138. +
  4139. icl_get_string_by_id
  4140. 0,0007
  4141. 445 SELECT value, language
  4142. FROM wp_icl_strings
  4143. WHERE id=0
  4144. +
  4145. icl_get_string_by_id
  4146. 0,0014
  4147. 446 SELECT value, language
  4148. FROM wp_icl_strings
  4149. WHERE id=0
  4150. +
  4151. icl_get_string_by_id
  4152. 0,0008
  4153. 447 SELECT value, language
  4154. FROM wp_icl_strings
  4155. WHERE id=0
  4156. +
  4157. icl_get_string_by_id
  4158. 0,0008
  4159. 448 SELECT option_value
  4160. FROM wp_options
  4161. WHERE option_name = 'bbpresscustomcss'
  4162. LIMIT 1
  4163. +
  4164. get_option
  4165. 0,0015
  4166. 449 SELECT *
  4167. FROM wp_posts
  4168. WHERE ID = 23160
  4169. LIMIT 1
  4170. +
  4171. WP_Post::get_instance
  4172. 0,0020
  4173. 450 SELECT post_id, meta_key, meta_value
  4174. FROM wp_postmeta
  4175. WHERE post_id IN (23160)
  4176. ORDER BY meta_id ASC
  4177. +
  4178. update_meta_cache
  4179. 0,0011
  4180. 451 SELECT *
  4181. FROM wp_posts
  4182. WHERE ID = 24575
  4183. LIMIT 1
  4184. +
  4185. WP_Post::get_instance
  4186. 0,0014
  4187. 452 SELECT wpml_translations.element_id, tax.term_id, tax.taxonomy
  4188. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  4189. ON wpml_translations.element_id = tax.term_taxonomy_id
  4190. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_terms terms
  4191. ON terms.term_id = tax.term_id
  4192. WHERE tax.term_id != tax.term_taxonomy_id
  4193. +
  4194. WPML_Term_Translation->maybe_warm_term_id_cache
  4195. 0,0022
  4196. 453 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4197. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  4198. ON wpml_translations.element_id = tax.term_taxonomy_id
  4199. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  4200. ON tridt.element_type = wpml_translations.element_type
  4201. AND tridt.trid = wpml_translations.trid
  4202. WHERE tridt.trid = (SELECT trid
  4203. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  4204. ON wpml_translations.element_id = tax.term_taxonomy_id
  4205. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  4206. WHERE element_id = 71
  4207. LIMIT 1)
  4208. +
  4209. WPML_Element_Translation->maybe_populate_cache
  4210. 0,0018
  4211. 454 SELECT t.*, tt.*
  4212. FROM wp_terms AS t
  4213. INNER JOIN wp_term_taxonomy AS tt
  4214. ON t.term_id = tt.term_id
  4215. WHERE t.term_id = 70
  4216. +
  4217. WP_Term::get_instance
  4218. 0,0019
  4219. 455 SELECT tr.object_id
  4220. FROM wp_term_relationships AS tr
  4221. INNER JOIN wp_term_taxonomy AS tt
  4222. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  4223. WHERE tt.taxonomy IN ('nav_menu')
  4224. AND tt.term_id IN ('70')
  4225. ORDER BY tr.object_id ASC
  4226. +
  4227. get_objects_in_term
  4228. 0,0011
  4229. 456 SELECT wp_posts.*
  4230. FROM wp_posts
  4231. WHERE 1=1
  4232. AND wp_posts.ID IN (1264,19011,19014,19016,23977,24185,24186,24187,24188,24189,25132,31713,37737,38651)
  4233. AND wp_posts.post_type = 'nav_menu_item'
  4234. AND ((wp_posts.post_status = 'publish'))
  4235. ORDER BY wp_posts.menu_order ASC
  4236. +
  4237. WP_Query->get_posts
  4238. 0,0011
  4239. 457 SELECT post_id, meta_key, meta_value
  4240. FROM wp_postmeta
  4241. WHERE post_id IN (19011,24185,37737,24186,24189,24188,23977,19014,19016,25132,31713,1264,38651,24187)
  4242. ORDER BY meta_id ASC
  4243. +
  4244. update_meta_cache
  4245. 0,0013
  4246. 458 SELECT wp_posts.*
  4247. FROM wp_posts
  4248. WHERE 1=1
  4249. AND wp_posts.ID IN (1013,19017,37732,6607,252,12,12,9936,25125,31710,1074,724,1212)
  4250. AND wp_posts.post_type = 'page'
  4251. AND ((wp_posts.post_status = 'publish'))
  4252. ORDER BY wp_posts.post_date DESC
  4253. +
  4254. WP_Query->get_posts
  4255. 0,0017
  4256. 459 SELECT post_id, meta_key, meta_value
  4257. FROM wp_postmeta
  4258. WHERE post_id IN (37732,31710,25125,19017,9936,6607,1212,1074,1013,724,252,12)
  4259. ORDER BY meta_id ASC
  4260. +
  4261. update_meta_cache
  4262. 0,0015
  4263. 460 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4264. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4265. ON wpml_translations.element_id = p.ID
  4266. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4267. ON tridt.element_type = wpml_translations.element_type
  4268. AND tridt.trid = wpml_translations.trid
  4269. WHERE tridt.trid = (SELECT trid
  4270. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4271. ON wpml_translations.element_id = p.ID
  4272. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4273. WHERE element_id = 19017
  4274. LIMIT 1)
  4275. +
  4276. WPML_Element_Translation->maybe_populate_cache
  4277. 0,0020
  4278. 461 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4279. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4280. ON wpml_translations.element_id = p.ID
  4281. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4282. ON tridt.element_type = wpml_translations.element_type
  4283. AND tridt.trid = wpml_translations.trid
  4284. WHERE tridt.trid = (SELECT trid
  4285. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4286. ON wpml_translations.element_id = p.ID
  4287. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4288. WHERE element_id = 37732
  4289. LIMIT 1)
  4290. +
  4291. WPML_Element_Translation->maybe_populate_cache
  4292. 0,0009
  4293. 462 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4294. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4295. ON wpml_translations.element_id = p.ID
  4296. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4297. ON tridt.element_type = wpml_translations.element_type
  4298. AND tridt.trid = wpml_translations.trid
  4299. WHERE tridt.trid = (SELECT trid
  4300. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4301. ON wpml_translations.element_id = p.ID
  4302. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4303. WHERE element_id = 6607
  4304. LIMIT 1)
  4305. +
  4306. WPML_Element_Translation->maybe_populate_cache
  4307. 0,0013
  4308. 463 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4309. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4310. ON wpml_translations.element_id = p.ID
  4311. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4312. ON tridt.element_type = wpml_translations.element_type
  4313. AND tridt.trid = wpml_translations.trid
  4314. WHERE tridt.trid = (SELECT trid
  4315. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4316. ON wpml_translations.element_id = p.ID
  4317. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4318. WHERE element_id = 252
  4319. LIMIT 1)
  4320. +
  4321. WPML_Element_Translation->maybe_populate_cache
  4322. 0,0010
  4323. 464 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4324. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4325. ON wpml_translations.element_id = p.ID
  4326. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4327. ON tridt.element_type = wpml_translations.element_type
  4328. AND tridt.trid = wpml_translations.trid
  4329. WHERE tridt.trid = (SELECT trid
  4330. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4331. ON wpml_translations.element_id = p.ID
  4332. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4333. WHERE element_id = 12
  4334. LIMIT 1)
  4335. +
  4336. WPML_Element_Translation->maybe_populate_cache
  4337. 0,0017
  4338. 465 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4339. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4340. ON wpml_translations.element_id = p.ID
  4341. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4342. ON tridt.element_type = wpml_translations.element_type
  4343. AND tridt.trid = wpml_translations.trid
  4344. WHERE tridt.trid = (SELECT trid
  4345. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4346. ON wpml_translations.element_id = p.ID
  4347. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4348. WHERE element_id = 9936
  4349. LIMIT 1)
  4350. +
  4351. WPML_Element_Translation->maybe_populate_cache
  4352. 0,0011
  4353. 466 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4354. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4355. ON wpml_translations.element_id = p.ID
  4356. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4357. ON tridt.element_type = wpml_translations.element_type
  4358. AND tridt.trid = wpml_translations.trid
  4359. WHERE tridt.trid = (SELECT trid
  4360. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4361. ON wpml_translations.element_id = p.ID
  4362. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4363. WHERE element_id = 25125
  4364. LIMIT 1)
  4365. +
  4366. WPML_Element_Translation->maybe_populate_cache
  4367. 0,0011
  4368. 467 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4369. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4370. ON wpml_translations.element_id = p.ID
  4371. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4372. ON tridt.element_type = wpml_translations.element_type
  4373. AND tridt.trid = wpml_translations.trid
  4374. WHERE tridt.trid = (SELECT trid
  4375. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4376. ON wpml_translations.element_id = p.ID
  4377. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4378. WHERE element_id = 31710
  4379. LIMIT 1)
  4380. +
  4381. WPML_Element_Translation->maybe_populate_cache
  4382. 0,0012
  4383. 468 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4384. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4385. ON wpml_translations.element_id = p.ID
  4386. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4387. ON tridt.element_type = wpml_translations.element_type
  4388. AND tridt.trid = wpml_translations.trid
  4389. WHERE tridt.trid = (SELECT trid
  4390. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4391. ON wpml_translations.element_id = p.ID
  4392. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4393. WHERE element_id = 1074
  4394. LIMIT 1)
  4395. +
  4396. WPML_Element_Translation->maybe_populate_cache
  4397. 0,0012
  4398. 469 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4399. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4400. ON wpml_translations.element_id = p.ID
  4401. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4402. ON tridt.element_type = wpml_translations.element_type
  4403. AND tridt.trid = wpml_translations.trid
  4404. WHERE tridt.trid = (SELECT trid
  4405. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4406. ON wpml_translations.element_id = p.ID
  4407. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4408. WHERE element_id = 724
  4409. LIMIT 1)
  4410. +
  4411. WPML_Element_Translation->maybe_populate_cache
  4412. 0,0015
  4413. 470 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4414. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4415. ON wpml_translations.element_id = p.ID
  4416. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4417. ON tridt.element_type = wpml_translations.element_type
  4418. AND tridt.trid = wpml_translations.trid
  4419. WHERE tridt.trid = (SELECT trid
  4420. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4421. ON wpml_translations.element_id = p.ID
  4422. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4423. WHERE element_id = 1212
  4424. LIMIT 1)
  4425. +
  4426. WPML_Element_Translation->maybe_populate_cache
  4427. 0,0012
  4428. 471 SELECT option_value
  4429. FROM wp_options
  4430. WHERE option_name = '_otgs_twig_cache_disabled'
  4431. LIMIT 1
  4432. +
  4433. get_option
  4434. 0,0015
  4435. 472 SELECT COUNT(id)
  4436. FROM wp_icl_strings
  4437. WHERE context = 'Widgets'
  4438. +
  4439. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  4440. 0,0016
  4441. 473 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  4442. FROM wp_icl_strings s
  4443. LEFT JOIN wp_icl_string_translations st
  4444. ON s.id=st.string_id
  4445. AND st.language='da'
  4446. AND s.language!='da'
  4447. WHERE s.context = 'Widgets'
  4448. LIMIT 1000 OFFSET 0
  4449. +
  4450. WPML_DB_Chunk->retrieve
  4451. 0,0025
  4452. 474 SELECT post_id, meta_key, meta_value
  4453. FROM wp_postmeta
  4454. WHERE post_id IN (24319)
  4455. ORDER BY meta_id ASC
  4456. +
  4457. update_meta_cache
  4458. 0,0017
  4459. 475 SELECT *
  4460. FROM wp_posts
  4461. WHERE ID = 24319
  4462. LIMIT 1
  4463. +
  4464. WP_Post::get_instance
  4465. 0,0013
  4466. 476 SELECT *
  4467. FROM wp_posts
  4468. WHERE ID = 1010
  4469. LIMIT 1
  4470. +
  4471. WP_Post::get_instance
  4472. 0,0014
  4473. 477 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4474. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  4475. ON wpml_translations.element_id = tax.term_taxonomy_id
  4476. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  4477. ON tridt.element_type = wpml_translations.element_type
  4478. AND tridt.trid = wpml_translations.trid
  4479. WHERE tridt.trid = (SELECT trid
  4480. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  4481. ON wpml_translations.element_id = tax.term_taxonomy_id
  4482. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  4483. WHERE element_id = 469
  4484. LIMIT 1)
  4485. +
  4486. WPML_Element_Translation->maybe_populate_cache
  4487. 0,0011
  4488. 478 SELECT t.*, tt.*
  4489. FROM wp_terms AS t
  4490. INNER JOIN wp_term_taxonomy AS tt
  4491. ON t.term_id = tt.term_id
  4492. WHERE t.term_id = 469
  4493. +
  4494. WP_Term::get_instance
  4495. 0,0013
  4496. 479 SELECT tr.object_id
  4497. FROM wp_term_relationships AS tr
  4498. INNER JOIN wp_term_taxonomy AS tt
  4499. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  4500. WHERE tt.taxonomy IN ('nav_menu')
  4501. AND tt.term_id IN ('469')
  4502. ORDER BY tr.object_id ASC
  4503. +
  4504. get_objects_in_term
  4505. 0,0008
  4506. 480 SELECT wp_posts.*
  4507. FROM wp_posts
  4508. WHERE 1=1
  4509. AND wp_posts.ID IN (24151,24152,24153,24154,24157,24158,24160,24161,24171,24437,24788,32284,36014,36631,36632,37976)
  4510. AND wp_posts.post_type = 'nav_menu_item'
  4511. AND ((wp_posts.post_status = 'publish'))
  4512. ORDER BY wp_posts.menu_order ASC
  4513. +
  4514. WP_Query->get_posts
  4515. 0,0018
  4516. 481 SELECT post_id, meta_key, meta_value
  4517. FROM wp_postmeta
  4518. WHERE post_id IN (24157,24160,24171,24437,24152,36631,36632,24161,24151,24153,24158,24788,24154,36014,37976,32284)
  4519. ORDER BY meta_id ASC
  4520. +
  4521. update_meta_cache
  4522. 0,0017
  4523. 482 SELECT taxonomy, term_id
  4524. FROM wp_term_taxonomy
  4525. WHERE term_id IN (409,398,445,436,435,549,93,95,96,94,450,110,531,551)
  4526. +
  4527. WPML_Term_Query_Filter->get_terms
  4528. 0,0011
  4529. 483 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4530. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  4531. ON wpml_translations.element_id = tax.term_taxonomy_id
  4532. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  4533. ON tridt.element_type = wpml_translations.element_type
  4534. AND tridt.trid = wpml_translations.trid
  4535. WHERE tridt.trid = (SELECT trid
  4536. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  4537. ON wpml_translations.element_id = tax.term_taxonomy_id
  4538. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  4539. WHERE element_id = 531
  4540. LIMIT 1)
  4541. +
  4542. WPML_Element_Translation->maybe_populate_cache
  4543. 0,0011
  4544. 484 SELECT DISTINCT t.*, tt.*
  4545. FROM wp_terms AS t
  4546. LEFT JOIN wp_termmeta
  4547. ON ( t.term_id = wp_termmeta.term_id
  4548. AND wp_termmeta.meta_key='order')
  4549. INNER JOIN wp_term_taxonomy AS tt
  4550. ON t.term_id = tt.term_id
  4551. LEFT JOIN wp_icl_translations icl_t
  4552. ON icl_t.element_id = tt.term_taxonomy_id
  4553. AND icl_t.element_type IN ('tax_product_cat')
  4554. WHERE tt.taxonomy IN ('product_cat')
  4555. AND t.term_id IN ( 93,94,95,96,110,398,409,435,436,445,450,531,549,551 )
  4556. AND tt.count > 0
  4557. AND ( ( wp_termmeta.meta_key = 'order'
  4558. OR wp_termmeta.meta_key IS NULL ) )
  4559. AND ( ( icl_t.element_type IN ('tax_product_cat')
  4560. AND ( icl_t.language_code = 'da'
  4561. OR 0 ) )
  4562. OR icl_t.element_type NOT IN ('tax_product_cat')
  4563. OR icl_t.element_type IS NULL )
  4564. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  4565. +
  4566. WP_Term_Query->get_terms
  4567. 0,0012
  4568. 485 SELECT term_id, meta_key, meta_value
  4569. FROM wp_termmeta
  4570. WHERE term_id IN (398,436,435,549,450,531)
  4571. ORDER BY meta_id ASC
  4572. +
  4573. update_meta_cache
  4574. 0,0009
  4575. 486 SELECT id, value, language, context, name
  4576. FROM wp_icl_strings
  4577. WHERE name = 'URL product_cat tax slug'
  4578. AND (context = 'default'
  4579. OR context = 'WordPress')
  4580. +
  4581. WPML_Slug_Translation_Records->get_slug
  4582. 0,0016
  4583. 487 SELECT value, language, status
  4584. FROM wp_icl_string_translations
  4585. WHERE string_id = 116
  4586. AND value <> ''
  4587. +
  4588. WPML_Slug_Translation_Records->get_slug
  4589. 0,0045
  4590. 488 SELECT *
  4591. FROM wp_posts
  4592. WHERE ID = 31271
  4593. LIMIT 1
  4594. +
  4595. WP_Post::get_instance
  4596. 0,0016
  4597. 489 SELECT post_id, meta_key, meta_value
  4598. FROM wp_postmeta
  4599. WHERE post_id IN (31271)
  4600. ORDER BY meta_id ASC
  4601. +
  4602. update_meta_cache
  4603. 0,0011
  4604. 490 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4605. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  4606. ON wpml_translations.element_id = tax.term_taxonomy_id
  4607. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  4608. ON tridt.element_type = wpml_translations.element_type
  4609. AND tridt.trid = wpml_translations.trid
  4610. WHERE tridt.trid = (SELECT trid
  4611. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  4612. ON wpml_translations.element_id = tax.term_taxonomy_id
  4613. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  4614. WHERE element_id = 441
  4615. LIMIT 1)
  4616. +
  4617. WPML_Element_Translation->maybe_populate_cache
  4618. 0,0015
  4619. 491 SELECT t.*, tt.*
  4620. FROM wp_terms AS t
  4621. INNER JOIN wp_term_taxonomy AS tt
  4622. ON t.term_id = tt.term_id
  4623. WHERE t.term_id = 441
  4624. +
  4625. WP_Term::get_instance
  4626. 0,0015
  4627. 492 SELECT tr.object_id
  4628. FROM wp_term_relationships AS tr
  4629. INNER JOIN wp_term_taxonomy AS tt
  4630. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  4631. WHERE tt.taxonomy IN ('nav_menu')
  4632. AND tt.term_id IN ('441')
  4633. ORDER BY tr.object_id ASC
  4634. +
  4635. get_objects_in_term
  4636. 0,0012
  4637. 493 SELECT wp_posts.*
  4638. FROM wp_posts
  4639. WHERE 1=1
  4640. AND wp_posts.ID IN (21480,21481,21482,21483,21484,21486,21487,21489,21490,21494,24569,24789,36015,36625,36626,37979,52161,52163,52164,52165)
  4641. AND wp_posts.post_type = 'nav_menu_item'
  4642. AND ((wp_posts.post_status = 'publish'))
  4643. ORDER BY wp_posts.menu_order ASC
  4644. +
  4645. WP_Query->get_posts
  4646. 0,0014
  4647. 494 SELECT post_id, meta_key, meta_value
  4648. FROM wp_postmeta
  4649. WHERE post_id IN (21480,21484,21489,24569,37979,21483,36626,36625,21486,21487,21481,21490,24789,21482,36015,52161,52165,52163,52164,21494)
  4650. ORDER BY meta_id ASC
  4651. +
  4652. update_meta_cache
  4653. 0,0021
  4654. 495 SELECT wp_posts.*
  4655. FROM wp_posts
  4656. WHERE 1=1
  4657. AND wp_posts.ID IN (1033,19017,6607,252,1212)
  4658. AND wp_posts.post_type = 'page'
  4659. AND ((wp_posts.post_status = 'publish'))
  4660. ORDER BY wp_posts.post_date DESC
  4661. +
  4662. WP_Query->get_posts
  4663. 0,0018
  4664. 496 SELECT taxonomy, term_id
  4665. FROM wp_term_taxonomy
  4666. WHERE term_id IN (409,398,445,551,436,435,549,93,95,96,94,450,110,531)
  4667. +
  4668. WPML_Term_Query_Filter->get_terms
  4669. 0,0008
  4670. 497 SELECT id
  4671. FROM wp_icl_strings
  4672. WHERE BINARY value='produkt'
  4673. AND context='WordPress'
  4674. AND name = 'URL slug: product'
  4675. LIMIT 1
  4676. +
  4677. WPML_ST_String_Factory->get_string_id
  4678. 0,0018
  4679. 498 SELECT language, value, status
  4680. FROM wp_icl_string_translations
  4681. WHERE string_id=115
  4682. +
  4683. icl_get_string_translations_by_id
  4684. 0,0033
  4685. 499 SELECT value, language
  4686. FROM wp_icl_strings
  4687. WHERE id=0
  4688. +
  4689. icl_get_string_by_id
  4690. 0,0011
  4691. 500 SELECT option_value
  4692. FROM wp_options
  4693. WHERE option_name = 'wpml_xliff_shortcodes'
  4694. LIMIT 1
  4695. +
  4696. get_option
  4697. 0,0015
  4698. 501 SELECT option_value
  4699. FROM wp_options
  4700. WHERE option_name = '_transient_timeout_wc_product_loop_ab57de086879bbad2ad2e65fbbb77613'
  4701. LIMIT 1
  4702. +
  4703. get_option
  4704. 0,0029
  4705. 502 SELECT option_value
  4706. FROM wp_options
  4707. WHERE option_name = '_transient_wc_product_loop_ab57de086879bbad2ad2e65fbbb77613'
  4708. LIMIT 1
  4709. +
  4710. get_option
  4711. 0,0017
  4712. 503 SELECT wp_posts.*
  4713. FROM wp_posts
  4714. WHERE ID IN (37866)
  4715. +
  4716. _prime_post_caches
  4717. 0,0015
  4718. 504 SELECT t.*, tt.*, tr.object_id
  4719. FROM wp_terms AS t
  4720. INNER JOIN wp_term_taxonomy AS tt
  4721. ON t.term_id = tt.term_id
  4722. INNER JOIN wp_term_relationships AS tr
  4723. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  4724. WHERE tt.taxonomy IN ('product_type', 'product_visibility', 'product_cat', 'product_tag', 'product_shipping_class', 'pa_case-farve', 'pa_operativsystem-image', 'pa_option', 'pa_pi-cm3-plus-udgave', 'pa_pi-zero-pakke', 'pa_pi-zero-w-pakke', 'pa_pi-zero-wh-pakke', 'pa_solpanel-stoerrelse', 'translation_priority', 'atum_location')
  4725. AND tr.object_id IN (37866)
  4726. ORDER BY t.name ASC
  4727. +
  4728. WP_Term_Query->get_terms
  4729. 0,0020
  4730. 505 SELECT post_id, meta_key, meta_value
  4731. FROM wp_postmeta
  4732. WHERE post_id IN (37866)
  4733. ORDER BY meta_id ASC
  4734. +
  4735. update_meta_cache
  4736. 0,0013
  4737. 506 SELECT *
  4738. FROM wp_posts
  4739. WHERE ID = 36502
  4740. LIMIT 1
  4741. +
  4742. WP_Post::get_instance
  4743. 0,0020
  4744. 507 SELECT post_id, meta_key, meta_value
  4745. FROM wp_postmeta
  4746. WHERE post_id IN (36502)
  4747. ORDER BY meta_id ASC
  4748. +
  4749. update_meta_cache
  4750. 0,0042
  4751. 508 SELECT tax_rate_id, location_code
  4752. FROM wp_woocommerce_tax_rate_locations
  4753. WHERE location_type = 'postcode'
  4754. AND location_code LIKE '%...%';
  4755. +
  4756. WC_Tax::get_matched_tax_rates
  4757. 0,0021
  4758. 509 SELECT tax_rates.*, COUNT( locations.location_id ) as postcode_count, COUNT( locations2.location_id ) as city_count
  4759. FROM wp_woocommerce_tax_rates as tax_rates
  4760. LEFT OUTER JOIN wp_woocommerce_tax_rate_locations as locations
  4761. ON tax_rates.tax_rate_id = locations.tax_rate_id
  4762. LEFT OUTER JOIN wp_woocommerce_tax_rate_locations as locations2
  4763. ON tax_rates.tax_rate_id = locations2.tax_rate_id
  4764. WHERE 1=1
  4765. AND tax_rate_country IN ( 'DK', '' )
  4766. AND tax_rate_state IN ( '', '' )
  4767. AND tax_rate_class = ''
  4768. AND ( ( locations.location_type IS NULL )
  4769. OR ( locations.location_type = 'postcode'
  4770. AND locations.location_code IN ('9000','9000*','900*','90*','9*','*')
  4771. AND ( ( locations2.location_type = 'city'
  4772. AND locations2.location_code = 'AALBORG' )
  4773. OR NOT EXISTS (
  4774. SELECT sub.tax_rate_id
  4775. FROM wp_woocommerce_tax_rate_locations as sub
  4776. WHERE sub.location_type = 'city'
  4777. AND sub.tax_rate_id = tax_rates.tax_rate_id ) ) )
  4778. OR ( locations.location_type = 'city'
  4779. AND locations.location_code = 'AALBORG'
  4780. AND NOT EXISTS (
  4781. SELECT sub.tax_rate_id
  4782. FROM wp_woocommerce_tax_rate_locations as sub
  4783. WHERE sub.location_type = 'postcode'
  4784. AND sub.tax_rate_id = tax_rates.tax_rate_id ) ) )
  4785. GROUP BY tax_rates.tax_rate_id
  4786. ORDER BY tax_rates.tax_rate_priority
  4787. +
  4788. WC_Tax::get_matched_tax_rates
  4789. 0,0021
  4790. 510 SELECT tax_rate_id, location_code
  4791. FROM wp_woocommerce_tax_rate_locations
  4792. WHERE location_type = 'postcode'
  4793. AND location_code LIKE '%...%';
  4794. +
  4795. WC_Tax::get_matched_tax_rates
  4796. 0,0011
  4797. 511 SELECT tax_rates.*, COUNT( locations.location_id ) as postcode_count, COUNT( locations2.location_id ) as city_count
  4798. FROM wp_woocommerce_tax_rates as tax_rates
  4799. LEFT OUTER JOIN wp_woocommerce_tax_rate_locations as locations
  4800. ON tax_rates.tax_rate_id = locations.tax_rate_id
  4801. LEFT OUTER JOIN wp_woocommerce_tax_rate_locations as locations2
  4802. ON tax_rates.tax_rate_id = locations2.tax_rate_id
  4803. WHERE 1=1
  4804. AND tax_rate_country IN ( 'DK', '' )
  4805. AND tax_rate_state IN ( '', '' )
  4806. AND tax_rate_class = ''
  4807. AND ( ( locations.location_type IS NULL )
  4808. OR ( locations.location_type = 'postcode'
  4809. AND locations.location_code IN ('','*')
  4810. AND ( ( locations2.location_type = 'city'
  4811. AND locations2.location_code = '' )
  4812. OR NOT EXISTS (
  4813. SELECT sub.tax_rate_id
  4814. FROM wp_woocommerce_tax_rate_locations as sub
  4815. WHERE sub.location_type = 'city'
  4816. AND sub.tax_rate_id = tax_rates.tax_rate_id ) ) )
  4817. OR ( locations.location_type = 'city'
  4818. AND locations.location_code = ''
  4819. AND NOT EXISTS (
  4820. SELECT sub.tax_rate_id
  4821. FROM wp_woocommerce_tax_rate_locations as sub
  4822. WHERE sub.location_type = 'postcode'
  4823. AND sub.tax_rate_id = tax_rates.tax_rate_id ) ) )
  4824. GROUP BY tax_rates.tax_rate_id
  4825. ORDER BY tax_rates.tax_rate_priority
  4826. +
  4827. WC_Tax::get_matched_tax_rates
  4828. 0,0024
  4829. 512 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4830. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4831. ON wpml_translations.element_id = p.ID
  4832. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4833. ON tridt.element_type = wpml_translations.element_type
  4834. AND tridt.trid = wpml_translations.trid
  4835. WHERE tridt.trid = (SELECT trid
  4836. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4837. ON wpml_translations.element_id = p.ID
  4838. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4839. WHERE element_id = 34855
  4840. LIMIT 1)
  4841. +
  4842. WPML_Element_Translation->maybe_populate_cache
  4843. 0,0012
  4844. 513 SELECT option_value
  4845. FROM wp_options
  4846. WHERE option_name = '_transient_timeout_wc_var_prices_34855'
  4847. LIMIT 1
  4848. +
  4849. get_option
  4850. 0,0016
  4851. 514 SELECT option_value
  4852. FROM wp_options
  4853. WHERE option_name = '_transient_wc_var_prices_34855'
  4854. LIMIT 1
  4855. +
  4856. get_option
  4857. 0,0017
  4858. 515 SELECT *
  4859. FROM wp_posts
  4860. WHERE ID = 34856
  4861. LIMIT 1
  4862. +
  4863. WP_Post::get_instance
  4864. 0,0016
  4865. 516 SELECT post_id, meta_key, meta_value
  4866. FROM wp_postmeta
  4867. WHERE post_id IN (34856)
  4868. ORDER BY meta_id ASC
  4869. +
  4870. update_meta_cache
  4871. 0,0027
  4872. 517 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4873. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4874. ON wpml_translations.element_id = p.ID
  4875. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  4876. ON tridt.element_type = wpml_translations.element_type
  4877. AND tridt.trid = wpml_translations.trid
  4878. WHERE tridt.trid = (SELECT trid
  4879. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4880. ON wpml_translations.element_id = p.ID
  4881. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  4882. WHERE element_id = 37866
  4883. LIMIT 1)
  4884. +
  4885. WPML_Element_Translation->maybe_populate_cache
  4886. 0,1321
  4887. 518 SELECT wp_woocommerce_bundled_items.bundled_item_id
  4888. FROM wp_woocommerce_bundled_items
  4889. WHERE 1=1
  4890. AND wp_woocommerce_bundled_items.bundle_id IN (37866)
  4891. ORDER BY wp_woocommerce_bundled_items.menu_order ASC
  4892. +
  4893. WC_PB_DB::query_bundled_items
  4894. 0,0010
  4895. 519 SELECT *
  4896. FROM wp_woocommerce_bundled_items
  4897. WHERE bundled_item_id = 423
  4898. LIMIT 1;
  4899. +
  4900. WC_Bundled_Item_Data->read
  4901. 0,0012
  4902. 520 SELECT meta_id, meta_key, meta_value
  4903. FROM wp_woocommerce_bundled_itemmeta
  4904. WHERE bundled_item_id = 423
  4905. ORDER BY meta_id
  4906. +
  4907. WC_Bundled_Item_Data->read_meta_data
  4908. 0,0044
  4909. 521 SELECT *
  4910. FROM wp_woocommerce_bundled_items
  4911. WHERE bundled_item_id = 424
  4912. LIMIT 1;
  4913. +
  4914. WC_Bundled_Item_Data->read
  4915. 0,0014
  4916. 522 SELECT meta_id, meta_key, meta_value
  4917. FROM wp_woocommerce_bundled_itemmeta
  4918. WHERE bundled_item_id = 424
  4919. ORDER BY meta_id
  4920. +
  4921. WC_Bundled_Item_Data->read_meta_data
  4922. 0,0012
  4923. 523 SELECT *
  4924. FROM wp_woocommerce_bundled_items
  4925. WHERE bundled_item_id = 425
  4926. LIMIT 1;
  4927. +
  4928. WC_Bundled_Item_Data->read
  4929. 0,0015
  4930. 524 SELECT meta_id, meta_key, meta_value
  4931. FROM wp_woocommerce_bundled_itemmeta
  4932. WHERE bundled_item_id = 425
  4933. ORDER BY meta_id
  4934. +
  4935. WC_Bundled_Item_Data->read_meta_data
  4936. 0,0023
  4937. 525 SELECT *
  4938. FROM wp_woocommerce_bundled_items
  4939. WHERE bundled_item_id = 426
  4940. LIMIT 1;
  4941. +
  4942. WC_Bundled_Item_Data->read
  4943. 0,0013
  4944. 526 SELECT meta_id, meta_key, meta_value
  4945. FROM wp_woocommerce_bundled_itemmeta
  4946. WHERE bundled_item_id = 426
  4947. ORDER BY meta_id
  4948. +
  4949. WC_Bundled_Item_Data->read_meta_data
  4950. 0,0018
  4951. 527 SELECT wp_posts.*
  4952. FROM wp_posts JOIN wp_icl_translations wpml_translations
  4953. ON wp_posts.ID = wpml_translations.element_id
  4954. AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type)
  4955. WHERE 1=1
  4956. AND wp_posts.ID IN (37859,41875,41874,41882)
  4957. AND wp_posts.post_type = 'product'
  4958. AND (wp_posts.post_status = 'publish'
  4959. OR wp_posts.post_status = 'closed'
  4960. OR wp_posts.post_status = 'private'
  4961. OR wp_posts.post_status = 'hidden')
  4962. AND ( ( ( wpml_translations.language_code = 'da'
  4963. OR 0 )
  4964. AND wp_posts.post_type IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  4965. OR wp_posts.post_type NOT IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  4966. ORDER BY wp_posts.post_date DESC
  4967. +
  4968. WP_Query->get_posts
  4969. 0,0026
  4970. 528 SELECT t.*, tt.*, tr.object_id
  4971. FROM wp_terms AS t
  4972. INNER JOIN wp_term_taxonomy AS tt
  4973. ON t.term_id = tt.term_id
  4974. INNER JOIN wp_term_relationships AS tr
  4975. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  4976. WHERE tt.taxonomy IN ('product_type', 'product_visibility', 'product_cat', 'product_tag', 'product_shipping_class', 'pa_case-farve', 'pa_operativsystem-image', 'pa_option', 'pa_pi-cm3-plus-udgave', 'pa_pi-zero-pakke', 'pa_pi-zero-w-pakke', 'pa_pi-zero-wh-pakke', 'pa_solpanel-stoerrelse', 'translation_priority', 'atum_location')
  4977. AND tr.object_id IN (41882, 41874, 41875, 37859)
  4978. ORDER BY t.name ASC
  4979. +
  4980. WP_Term_Query->get_terms
  4981. 0,0017
  4982. 529 SELECT *
  4983. FROM wp_posts
  4984. WHERE ID = 39378
  4985. LIMIT 1
  4986. +
  4987. WP_Post::get_instance
  4988. 0,0018
  4989. 530 SELECT post_id, meta_key, meta_value
  4990. FROM wp_postmeta
  4991. WHERE post_id IN (39378)
  4992. ORDER BY meta_id ASC
  4993. +
  4994. update_meta_cache
  4995. 0,0021
  4996. 531 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  4997. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  4998. ON wpml_translations.element_id = p.ID
  4999. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5000. ON tridt.element_type = wpml_translations.element_type
  5001. AND tridt.trid = wpml_translations.trid
  5002. WHERE tridt.trid = (SELECT trid
  5003. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5004. ON wpml_translations.element_id = p.ID
  5005. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5006. WHERE element_id = 52697
  5007. LIMIT 1)
  5008. +
  5009. WPML_Element_Translation->maybe_populate_cache
  5010. 0,0015
  5011. 532 SELECT wp_woocommerce_bundled_items.bundled_item_id
  5012. FROM wp_woocommerce_bundled_items
  5013. WHERE 1=1
  5014. AND wp_woocommerce_bundled_items.bundle_id IN (52697)
  5015. ORDER BY wp_woocommerce_bundled_items.menu_order ASC
  5016. +
  5017. WC_PB_DB::query_bundled_items
  5018. 0,0015
  5019. 533 SELECT *
  5020. FROM wp_woocommerce_bundled_items
  5021. WHERE bundled_item_id = 451
  5022. LIMIT 1;
  5023. +
  5024. WC_Bundled_Item_Data->read
  5025. 0,0011
  5026. 534 SELECT meta_id, meta_key, meta_value
  5027. FROM wp_woocommerce_bundled_itemmeta
  5028. WHERE bundled_item_id = 451
  5029. ORDER BY meta_id
  5030. +
  5031. WC_Bundled_Item_Data->read_meta_data
  5032. 0,0014
  5033. 535 SELECT *
  5034. FROM wp_woocommerce_bundled_items
  5035. WHERE bundled_item_id = 452
  5036. LIMIT 1;
  5037. +
  5038. WC_Bundled_Item_Data->read
  5039. 0,0015
  5040. 536 SELECT meta_id, meta_key, meta_value
  5041. FROM wp_woocommerce_bundled_itemmeta
  5042. WHERE bundled_item_id = 452
  5043. ORDER BY meta_id
  5044. +
  5045. WC_Bundled_Item_Data->read_meta_data
  5046. 0,0020
  5047. 537 SELECT *
  5048. FROM wp_woocommerce_bundled_items
  5049. WHERE bundled_item_id = 453
  5050. LIMIT 1;
  5051. +
  5052. WC_Bundled_Item_Data->read
  5053. 0,0012
  5054. 538 SELECT meta_id, meta_key, meta_value
  5055. FROM wp_woocommerce_bundled_itemmeta
  5056. WHERE bundled_item_id = 453
  5057. ORDER BY meta_id
  5058. +
  5059. WC_Bundled_Item_Data->read_meta_data
  5060. 0,0021
  5061. 539 SELECT *
  5062. FROM wp_woocommerce_bundled_items
  5063. WHERE bundled_item_id = 454
  5064. LIMIT 1;
  5065. +
  5066. WC_Bundled_Item_Data->read
  5067. 0,0010
  5068. 540 SELECT meta_id, meta_key, meta_value
  5069. FROM wp_woocommerce_bundled_itemmeta
  5070. WHERE bundled_item_id = 454
  5071. ORDER BY meta_id
  5072. +
  5073. WC_Bundled_Item_Data->read_meta_data
  5074. 0,0012
  5075. 541 SELECT *
  5076. FROM wp_woocommerce_bundled_items
  5077. WHERE bundled_item_id = 455
  5078. LIMIT 1;
  5079. +
  5080. WC_Bundled_Item_Data->read
  5081. 0,0014
  5082. 542 SELECT meta_id, meta_key, meta_value
  5083. FROM wp_woocommerce_bundled_itemmeta
  5084. WHERE bundled_item_id = 455
  5085. ORDER BY meta_id
  5086. +
  5087. WC_Bundled_Item_Data->read_meta_data
  5088. 0,0012
  5089. 543 SELECT *
  5090. FROM wp_woocommerce_bundled_items
  5091. WHERE bundled_item_id = 457
  5092. LIMIT 1;
  5093. +
  5094. WC_Bundled_Item_Data->read
  5095. 0,0013
  5096. 544 SELECT meta_id, meta_key, meta_value
  5097. FROM wp_woocommerce_bundled_itemmeta
  5098. WHERE bundled_item_id = 457
  5099. ORDER BY meta_id
  5100. +
  5101. WC_Bundled_Item_Data->read_meta_data
  5102. 0,0020
  5103. 545 SELECT *
  5104. FROM wp_woocommerce_bundled_items
  5105. WHERE bundled_item_id = 456
  5106. LIMIT 1;
  5107. +
  5108. WC_Bundled_Item_Data->read
  5109. 0,0073
  5110. 546 SELECT meta_id, meta_key, meta_value
  5111. FROM wp_woocommerce_bundled_itemmeta
  5112. WHERE bundled_item_id = 456
  5113. ORDER BY meta_id
  5114. +
  5115. WC_Bundled_Item_Data->read_meta_data
  5116. 0,0016
  5117. 547 SELECT wp_posts.*
  5118. FROM wp_posts JOIN wp_icl_translations wpml_translations
  5119. ON wp_posts.ID = wpml_translations.element_id
  5120. AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type)
  5121. WHERE 1=1
  5122. AND wp_posts.ID IN (36496,22176,52126,21331,1420,3662,1430)
  5123. AND wp_posts.post_type = 'product'
  5124. AND (wp_posts.post_status = 'publish'
  5125. OR wp_posts.post_status = 'closed'
  5126. OR wp_posts.post_status = 'private'
  5127. OR wp_posts.post_status = 'hidden')
  5128. AND ( ( ( wpml_translations.language_code = 'da'
  5129. OR 0 )
  5130. AND wp_posts.post_type IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  5131. OR wp_posts.post_type NOT IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  5132. ORDER BY wp_posts.post_date DESC
  5133. +
  5134. WP_Query->get_posts
  5135. 0,0048
  5136. 548 SELECT t.*, tt.*, tr.object_id
  5137. FROM wp_terms AS t
  5138. INNER JOIN wp_term_taxonomy AS tt
  5139. ON t.term_id = tt.term_id
  5140. INNER JOIN wp_term_relationships AS tr
  5141. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  5142. WHERE tt.taxonomy IN ('product_type', 'product_visibility', 'product_cat', 'product_tag', 'product_shipping_class', 'pa_case-farve', 'pa_operativsystem-image', 'pa_option', 'pa_pi-cm3-plus-udgave', 'pa_pi-zero-pakke', 'pa_pi-zero-w-pakke', 'pa_pi-zero-wh-pakke', 'pa_solpanel-stoerrelse', 'translation_priority', 'atum_location')
  5143. AND tr.object_id IN (22176, 1430)
  5144. ORDER BY t.name ASC
  5145. +
  5146. WP_Term_Query->get_terms
  5147. 0,0019
  5148. 549 SELECT *
  5149. FROM wp_posts
  5150. WHERE ID = 52728
  5151. LIMIT 1
  5152. +
  5153. WP_Post::get_instance
  5154. 0,0016
  5155. 550 SELECT post_id, meta_key, meta_value
  5156. FROM wp_postmeta
  5157. WHERE post_id IN (52728)
  5158. ORDER BY meta_id ASC
  5159. +
  5160. update_meta_cache
  5161. 0,0015
  5162. 551 SELECT DISTINCT t.*, tt.*
  5163. FROM wp_terms AS t
  5164. LEFT JOIN wp_termmeta
  5165. ON ( t.term_id = wp_termmeta.term_id
  5166. AND wp_termmeta.meta_key='order')
  5167. INNER JOIN wp_term_taxonomy AS tt
  5168. ON t.term_id = tt.term_id
  5169. LEFT JOIN wp_icl_translations icl_t
  5170. ON icl_t.element_id = tt.term_taxonomy_id
  5171. AND icl_t.element_type IN ('tax_product_cat')
  5172. WHERE tt.taxonomy IN ('product_cat')
  5173. AND tt.parent = '0'
  5174. AND ( ( wp_termmeta.meta_key = 'order'
  5175. OR wp_termmeta.meta_key IS NULL ) )
  5176. AND ( ( icl_t.element_type IN ('tax_product_cat')
  5177. AND ( icl_t.language_code = 'da'
  5178. OR 0 ) )
  5179. OR icl_t.element_type NOT IN ('tax_product_cat')
  5180. OR icl_t.element_type IS NULL )
  5181. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  5182. +
  5183. WP_Term_Query->get_terms
  5184. 0,0027
  5185. 552 SELECT term_id, meta_key, meta_value
  5186. FROM wp_termmeta
  5187. WHERE term_id IN (560,310,547)
  5188. ORDER BY meta_id ASC
  5189. +
  5190. update_meta_cache
  5191. 0,0022
  5192. 553 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5193. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  5194. ON wpml_translations.element_id = tax.term_taxonomy_id
  5195. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  5196. ON tridt.element_type = wpml_translations.element_type
  5197. AND tridt.trid = wpml_translations.trid
  5198. WHERE tridt.trid = (SELECT trid
  5199. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  5200. ON wpml_translations.element_id = tax.term_taxonomy_id
  5201. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  5202. WHERE element_id = 560
  5203. LIMIT 1)
  5204. +
  5205. WPML_Element_Translation->maybe_populate_cache
  5206. 0,0015
  5207. 554 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5208. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  5209. ON wpml_translations.element_id = tax.term_taxonomy_id
  5210. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  5211. ON tridt.element_type = wpml_translations.element_type
  5212. AND tridt.trid = wpml_translations.trid
  5213. WHERE tridt.trid = (SELECT trid
  5214. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  5215. ON wpml_translations.element_id = tax.term_taxonomy_id
  5216. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  5217. WHERE element_id = 547
  5218. LIMIT 1)
  5219. +
  5220. WPML_Element_Translation->maybe_populate_cache
  5221. 0,0016
  5222. 555 SELECT term_id, meta_key, meta_value
  5223. FROM wp_termmeta
  5224. WHERE term_id IN (78,554,80,542,539,540,541,112,474,471,472,473,482,479,480,481)
  5225. ORDER BY meta_id ASC
  5226. +
  5227. update_meta_cache
  5228. 0,0020
  5229. 556 SELECT *
  5230. FROM wp_posts
  5231. WHERE ID = 11884
  5232. LIMIT 1
  5233. +
  5234. WP_Post::get_instance
  5235. 0,0019
  5236. 557 SELECT post_id, meta_key, meta_value
  5237. FROM wp_postmeta
  5238. WHERE post_id IN (11884)
  5239. ORDER BY meta_id ASC
  5240. +
  5241. update_meta_cache
  5242. 0,0017
  5243. 558 SELECT *
  5244. FROM wp_posts
  5245. WHERE ID = 17363
  5246. LIMIT 1
  5247. +
  5248. WP_Post::get_instance
  5249. 0,0036
  5250. 559 SELECT post_id, meta_key, meta_value
  5251. FROM wp_postmeta
  5252. WHERE post_id IN (17363)
  5253. ORDER BY meta_id ASC
  5254. +
  5255. update_meta_cache
  5256. 0,0016
  5257. 560 SELECT *
  5258. FROM wp_posts
  5259. WHERE ID = 37733
  5260. LIMIT 1
  5261. +
  5262. WP_Post::get_instance
  5263. 0,0021
  5264. 561 SELECT post_id, meta_key, meta_value
  5265. FROM wp_postmeta
  5266. WHERE post_id IN (37733)
  5267. ORDER BY meta_id ASC
  5268. +
  5269. update_meta_cache
  5270. 0,0020
  5271. 562 SELECT *
  5272. FROM wp_posts
  5273. WHERE ID = 22132
  5274. LIMIT 1
  5275. +
  5276. WP_Post::get_instance
  5277. 0,0018
  5278. 563 SELECT post_id, meta_key, meta_value
  5279. FROM wp_postmeta
  5280. WHERE post_id IN (22132)
  5281. ORDER BY meta_id ASC
  5282. +
  5283. update_meta_cache
  5284. 0,0027
  5285. 564 SELECT *
  5286. FROM wp_posts
  5287. WHERE ID = 21337
  5288. LIMIT 1
  5289. +
  5290. WP_Post::get_instance
  5291. 0,0019
  5292. 565 SELECT post_id, meta_key, meta_value
  5293. FROM wp_postmeta
  5294. WHERE post_id IN (21337)
  5295. ORDER BY meta_id ASC
  5296. +
  5297. update_meta_cache
  5298. 0,0016
  5299. 566 SELECT *
  5300. FROM wp_posts
  5301. WHERE ID = 36623
  5302. LIMIT 1
  5303. +
  5304. WP_Post::get_instance
  5305. 0,0018
  5306. 567 SELECT post_id, meta_key, meta_value
  5307. FROM wp_postmeta
  5308. WHERE post_id IN (36623)
  5309. ORDER BY meta_id ASC
  5310. +
  5311. update_meta_cache
  5312. 0,0033
  5313. 568 SELECT *
  5314. FROM wp_posts
  5315. WHERE ID = 36621
  5316. LIMIT 1
  5317. +
  5318. WP_Post::get_instance
  5319. 0,0023
  5320. 569 SELECT post_id, meta_key, meta_value
  5321. FROM wp_postmeta
  5322. WHERE post_id IN (36621)
  5323. ORDER BY meta_id ASC
  5324. +
  5325. update_meta_cache
  5326. 0,0020
  5327. 570 SELECT *
  5328. FROM wp_posts
  5329. WHERE ID = 21803
  5330. LIMIT 1
  5331. +
  5332. WP_Post::get_instance
  5333. 0,0022
  5334. 571 SELECT post_id, meta_key, meta_value
  5335. FROM wp_postmeta
  5336. WHERE post_id IN (21803)
  5337. ORDER BY meta_id ASC
  5338. +
  5339. update_meta_cache
  5340. 0,0031
  5341. 572 SELECT *
  5342. FROM wp_posts
  5343. WHERE ID = 21338
  5344. LIMIT 1
  5345. +
  5346. WP_Post::get_instance
  5347. 0,0020
  5348. 573 SELECT post_id, meta_key, meta_value
  5349. FROM wp_postmeta
  5350. WHERE post_id IN (21338)
  5351. ORDER BY meta_id ASC
  5352. +
  5353. update_meta_cache
  5354. 0,0024
  5355. 574 SELECT *
  5356. FROM wp_posts
  5357. WHERE ID = 21802
  5358. LIMIT 1
  5359. +
  5360. WP_Post::get_instance
  5361. 0,0025
  5362. 575 SELECT post_id, meta_key, meta_value
  5363. FROM wp_postmeta
  5364. WHERE post_id IN (21802)
  5365. ORDER BY meta_id ASC
  5366. +
  5367. update_meta_cache
  5368. 0,0021
  5369. 576 SELECT *
  5370. FROM wp_posts
  5371. WHERE ID = 1109
  5372. LIMIT 1
  5373. +
  5374. WP_Post::get_instance
  5375. 0,0015
  5376. 577 SELECT post_id, meta_key, meta_value
  5377. FROM wp_postmeta
  5378. WHERE post_id IN (1109)
  5379. ORDER BY meta_id ASC
  5380. +
  5381. update_meta_cache
  5382. 0,0015
  5383. 578 SELECT *
  5384. FROM wp_posts
  5385. WHERE ID = 23779
  5386. LIMIT 1
  5387. +
  5388. WP_Post::get_instance
  5389. 0,0019
  5390. 579 SELECT post_id, meta_key, meta_value
  5391. FROM wp_postmeta
  5392. WHERE post_id IN (23779)
  5393. ORDER BY meta_id ASC
  5394. +
  5395. update_meta_cache
  5396. 0,0025
  5397. 580 SELECT *
  5398. FROM wp_posts
  5399. WHERE ID = 3661
  5400. LIMIT 1
  5401. +
  5402. WP_Post::get_instance
  5403. 0,0021
  5404. 581 SELECT post_id, meta_key, meta_value
  5405. FROM wp_postmeta
  5406. WHERE post_id IN (3661)
  5407. ORDER BY meta_id ASC
  5408. +
  5409. update_meta_cache
  5410. 0,0019
  5411. 582 SELECT *
  5412. FROM wp_posts
  5413. WHERE ID = 33187
  5414. LIMIT 1
  5415. +
  5416. WP_Post::get_instance
  5417. 0,0028
  5418. 583 SELECT post_id, meta_key, meta_value
  5419. FROM wp_postmeta
  5420. WHERE post_id IN (33187)
  5421. ORDER BY meta_id ASC
  5422. +
  5423. update_meta_cache
  5424. 0,0019
  5425. 584 SELECT *
  5426. FROM wp_posts
  5427. WHERE ID = 7652
  5428. LIMIT 1
  5429. +
  5430. WP_Post::get_instance
  5431. 0,0032
  5432. 585 SELECT post_id, meta_key, meta_value
  5433. FROM wp_postmeta
  5434. WHERE post_id IN (7652)
  5435. ORDER BY meta_id ASC
  5436. +
  5437. update_meta_cache
  5438. 0,0019
  5439. 586 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5440. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5441. ON wpml_translations.element_id = p.ID
  5442. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5443. ON tridt.element_type = wpml_translations.element_type
  5444. AND tridt.trid = wpml_translations.trid
  5445. WHERE tridt.trid = (SELECT trid
  5446. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5447. ON wpml_translations.element_id = p.ID
  5448. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5449. WHERE element_id = 37851
  5450. LIMIT 1)
  5451. +
  5452. WPML_Element_Translation->maybe_populate_cache
  5453. 0,0017
  5454. 587 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5455. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5456. ON wpml_translations.element_id = p.ID
  5457. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5458. ON tridt.element_type = wpml_translations.element_type
  5459. AND tridt.trid = wpml_translations.trid
  5460. WHERE tridt.trid = (SELECT trid
  5461. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5462. ON wpml_translations.element_id = p.ID
  5463. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5464. WHERE element_id = 6568
  5465. LIMIT 1)
  5466. +
  5467. WPML_Element_Translation->maybe_populate_cache
  5468. 0,0033
  5469. 588 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5470. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5471. ON wpml_translations.element_id = p.ID
  5472. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5473. ON tridt.element_type = wpml_translations.element_type
  5474. AND tridt.trid = wpml_translations.trid
  5475. WHERE tridt.trid = (SELECT trid
  5476. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5477. ON wpml_translations.element_id = p.ID
  5478. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5479. WHERE element_id = 40473
  5480. LIMIT 1)
  5481. +
  5482. WPML_Element_Translation->maybe_populate_cache
  5483. 0,0018
  5484. 589 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5485. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5486. ON wpml_translations.element_id = p.ID
  5487. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5488. ON tridt.element_type = wpml_translations.element_type
  5489. AND tridt.trid = wpml_translations.trid
  5490. WHERE tridt.trid = (SELECT trid
  5491. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5492. ON wpml_translations.element_id = p.ID
  5493. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5494. WHERE element_id = 23271
  5495. LIMIT 1)
  5496. +
  5497. WPML_Element_Translation->maybe_populate_cache
  5498. 0,0048
  5499. 590 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5500. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5501. ON wpml_translations.element_id = p.ID
  5502. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5503. ON tridt.element_type = wpml_translations.element_type
  5504. AND tridt.trid = wpml_translations.trid
  5505. WHERE tridt.trid = (SELECT trid
  5506. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5507. ON wpml_translations.element_id = p.ID
  5508. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5509. WHERE element_id = 17360
  5510. LIMIT 1)
  5511. +
  5512. WPML_Element_Translation->maybe_populate_cache
  5513. 0,0021
  5514. 591 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5515. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5516. ON wpml_translations.element_id = p.ID
  5517. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5518. ON tridt.element_type = wpml_translations.element_type
  5519. AND tridt.trid = wpml_translations.trid
  5520. WHERE tridt.trid = (SELECT trid
  5521. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5522. ON wpml_translations.element_id = p.ID
  5523. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5524. WHERE element_id = 15156
  5525. LIMIT 1)
  5526. +
  5527. WPML_Element_Translation->maybe_populate_cache
  5528. 0,0044
  5529. 592 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5530. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5531. ON wpml_translations.element_id = p.ID
  5532. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5533. ON tridt.element_type = wpml_translations.element_type
  5534. AND tridt.trid = wpml_translations.trid
  5535. WHERE tridt.trid = (SELECT trid
  5536. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5537. ON wpml_translations.element_id = p.ID
  5538. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5539. WHERE element_id = 40448
  5540. LIMIT 1)
  5541. +
  5542. WPML_Element_Translation->maybe_populate_cache
  5543. 0,0014
  5544. 593 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5545. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5546. ON wpml_translations.element_id = p.ID
  5547. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5548. ON tridt.element_type = wpml_translations.element_type
  5549. AND tridt.trid = wpml_translations.trid
  5550. WHERE tridt.trid = (SELECT trid
  5551. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5552. ON wpml_translations.element_id = p.ID
  5553. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5554. WHERE element_id = 31281
  5555. LIMIT 1)
  5556. +
  5557. WPML_Element_Translation->maybe_populate_cache
  5558. 0,0019
  5559. 594 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5560. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5561. ON wpml_translations.element_id = p.ID
  5562. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5563. ON tridt.element_type = wpml_translations.element_type
  5564. AND tridt.trid = wpml_translations.trid
  5565. WHERE tridt.trid = (SELECT trid
  5566. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5567. ON wpml_translations.element_id = p.ID
  5568. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5569. WHERE element_id = 42620
  5570. LIMIT 1)
  5571. +
  5572. WPML_Element_Translation->maybe_populate_cache
  5573. 0,0016
  5574. 595 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5575. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5576. ON wpml_translations.element_id = p.ID
  5577. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5578. ON tridt.element_type = wpml_translations.element_type
  5579. AND tridt.trid = wpml_translations.trid
  5580. WHERE tridt.trid = (SELECT trid
  5581. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5582. ON wpml_translations.element_id = p.ID
  5583. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5584. WHERE element_id = 55344
  5585. LIMIT 1)
  5586. +
  5587. WPML_Element_Translation->maybe_populate_cache
  5588. 0,0814
  5589. 596 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5590. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5591. ON wpml_translations.element_id = p.ID
  5592. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5593. ON tridt.element_type = wpml_translations.element_type
  5594. AND tridt.trid = wpml_translations.trid
  5595. WHERE tridt.trid = (SELECT trid
  5596. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5597. ON wpml_translations.element_id = p.ID
  5598. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5599. WHERE element_id = 46120
  5600. LIMIT 1)
  5601. +
  5602. WPML_Element_Translation->maybe_populate_cache
  5603. 0,0014
  5604. 597 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5605. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5606. ON wpml_translations.element_id = p.ID
  5607. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5608. ON tridt.element_type = wpml_translations.element_type
  5609. AND tridt.trid = wpml_translations.trid
  5610. WHERE tridt.trid = (SELECT trid
  5611. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5612. ON wpml_translations.element_id = p.ID
  5613. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5614. WHERE element_id = 1424
  5615. LIMIT 1)
  5616. +
  5617. WPML_Element_Translation->maybe_populate_cache
  5618. 0,0217
  5619. 598 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5620. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5621. ON wpml_translations.element_id = p.ID
  5622. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5623. ON tridt.element_type = wpml_translations.element_type
  5624. AND tridt.trid = wpml_translations.trid
  5625. WHERE tridt.trid = (SELECT trid
  5626. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5627. ON wpml_translations.element_id = p.ID
  5628. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5629. WHERE element_id = 22066
  5630. LIMIT 1)
  5631. +
  5632. WPML_Element_Translation->maybe_populate_cache
  5633. 0,0153
  5634. 599 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5635. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5636. ON wpml_translations.element_id = p.ID
  5637. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5638. ON tridt.element_type = wpml_translations.element_type
  5639. AND tridt.trid = wpml_translations.trid
  5640. WHERE tridt.trid = (SELECT trid
  5641. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5642. ON wpml_translations.element_id = p.ID
  5643. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5644. WHERE element_id = 21974
  5645. LIMIT 1)
  5646. +
  5647. WPML_Element_Translation->maybe_populate_cache
  5648. 0,0011
  5649. 600 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5650. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5651. ON wpml_translations.element_id = p.ID
  5652. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5653. ON tridt.element_type = wpml_translations.element_type
  5654. AND tridt.trid = wpml_translations.trid
  5655. WHERE tridt.trid = (SELECT trid
  5656. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5657. ON wpml_translations.element_id = p.ID
  5658. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5659. WHERE element_id = 30876
  5660. LIMIT 1)
  5661. +
  5662. WPML_Element_Translation->maybe_populate_cache
  5663. 0,0009
  5664. 601 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5665. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5666. ON wpml_translations.element_id = p.ID
  5667. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5668. ON tridt.element_type = wpml_translations.element_type
  5669. AND tridt.trid = wpml_translations.trid
  5670. WHERE tridt.trid = (SELECT trid
  5671. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5672. ON wpml_translations.element_id = p.ID
  5673. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5674. WHERE element_id = 21839
  5675. LIMIT 1)
  5676. +
  5677. WPML_Element_Translation->maybe_populate_cache
  5678. 0,0010
  5679. 602 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5680. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5681. ON wpml_translations.element_id = p.ID
  5682. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5683. ON tridt.element_type = wpml_translations.element_type
  5684. AND tridt.trid = wpml_translations.trid
  5685. WHERE tridt.trid = (SELECT trid
  5686. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5687. ON wpml_translations.element_id = p.ID
  5688. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5689. WHERE element_id = 22285
  5690. LIMIT 1)
  5691. +
  5692. WPML_Element_Translation->maybe_populate_cache
  5693. 0,0017
  5694. 603 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5695. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5696. ON wpml_translations.element_id = p.ID
  5697. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5698. ON tridt.element_type = wpml_translations.element_type
  5699. AND tridt.trid = wpml_translations.trid
  5700. WHERE tridt.trid = (SELECT trid
  5701. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5702. ON wpml_translations.element_id = p.ID
  5703. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5704. WHERE element_id = 23316
  5705. LIMIT 1)
  5706. +
  5707. WPML_Element_Translation->maybe_populate_cache
  5708. 0,0010
  5709. 604 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5710. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5711. ON wpml_translations.element_id = p.ID
  5712. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5713. ON tridt.element_type = wpml_translations.element_type
  5714. AND tridt.trid = wpml_translations.trid
  5715. WHERE tridt.trid = (SELECT trid
  5716. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5717. ON wpml_translations.element_id = p.ID
  5718. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5719. WHERE element_id = 31273
  5720. LIMIT 1)
  5721. +
  5722. WPML_Element_Translation->maybe_populate_cache
  5723. 0,0011
  5724. 605 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5725. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5726. ON wpml_translations.element_id = p.ID
  5727. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5728. ON tridt.element_type = wpml_translations.element_type
  5729. AND tridt.trid = wpml_translations.trid
  5730. WHERE tridt.trid = (SELECT trid
  5731. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5732. ON wpml_translations.element_id = p.ID
  5733. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5734. WHERE element_id = 31840
  5735. LIMIT 1)
  5736. +
  5737. WPML_Element_Translation->maybe_populate_cache
  5738. 0,0060
  5739. 606 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5740. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5741. ON wpml_translations.element_id = p.ID
  5742. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5743. ON tridt.element_type = wpml_translations.element_type
  5744. AND tridt.trid = wpml_translations.trid
  5745. WHERE tridt.trid = (SELECT trid
  5746. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5747. ON wpml_translations.element_id = p.ID
  5748. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5749. WHERE element_id = 22053
  5750. LIMIT 1)
  5751. +
  5752. WPML_Element_Translation->maybe_populate_cache
  5753. 0,0013
  5754. 607 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5755. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5756. ON wpml_translations.element_id = p.ID
  5757. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5758. ON tridt.element_type = wpml_translations.element_type
  5759. AND tridt.trid = wpml_translations.trid
  5760. WHERE tridt.trid = (SELECT trid
  5761. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5762. ON wpml_translations.element_id = p.ID
  5763. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5764. WHERE element_id = 22056
  5765. LIMIT 1)
  5766. +
  5767. WPML_Element_Translation->maybe_populate_cache
  5768. 0,0063
  5769. 608 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5770. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5771. ON wpml_translations.element_id = p.ID
  5772. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5773. ON tridt.element_type = wpml_translations.element_type
  5774. AND tridt.trid = wpml_translations.trid
  5775. WHERE tridt.trid = (SELECT trid
  5776. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5777. ON wpml_translations.element_id = p.ID
  5778. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5779. WHERE element_id = 36214
  5780. LIMIT 1)
  5781. +
  5782. WPML_Element_Translation->maybe_populate_cache
  5783. 0,0013
  5784. 609 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5785. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5786. ON wpml_translations.element_id = p.ID
  5787. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5788. ON tridt.element_type = wpml_translations.element_type
  5789. AND tridt.trid = wpml_translations.trid
  5790. WHERE tridt.trid = (SELECT trid
  5791. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5792. ON wpml_translations.element_id = p.ID
  5793. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5794. WHERE element_id = 36217
  5795. LIMIT 1)
  5796. +
  5797. WPML_Element_Translation->maybe_populate_cache
  5798. 0,0013
  5799. 610 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5800. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5801. ON wpml_translations.element_id = p.ID
  5802. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5803. ON tridt.element_type = wpml_translations.element_type
  5804. AND tridt.trid = wpml_translations.trid
  5805. WHERE tridt.trid = (SELECT trid
  5806. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5807. ON wpml_translations.element_id = p.ID
  5808. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5809. WHERE element_id = 36586
  5810. LIMIT 1)
  5811. +
  5812. WPML_Element_Translation->maybe_populate_cache
  5813. 0,0082
  5814. 611 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5815. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5816. ON wpml_translations.element_id = p.ID
  5817. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5818. ON tridt.element_type = wpml_translations.element_type
  5819. AND tridt.trid = wpml_translations.trid
  5820. WHERE tridt.trid = (SELECT trid
  5821. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5822. ON wpml_translations.element_id = p.ID
  5823. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5824. WHERE element_id = 18277
  5825. LIMIT 1)
  5826. +
  5827. WPML_Element_Translation->maybe_populate_cache
  5828. 0,0041
  5829. 612 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5830. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5831. ON wpml_translations.element_id = p.ID
  5832. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5833. ON tridt.element_type = wpml_translations.element_type
  5834. AND tridt.trid = wpml_translations.trid
  5835. WHERE tridt.trid = (SELECT trid
  5836. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5837. ON wpml_translations.element_id = p.ID
  5838. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5839. WHERE element_id = 22279
  5840. LIMIT 1)
  5841. +
  5842. WPML_Element_Translation->maybe_populate_cache
  5843. 0,0120
  5844. 613 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5845. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5846. ON wpml_translations.element_id = p.ID
  5847. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5848. ON tridt.element_type = wpml_translations.element_type
  5849. AND tridt.trid = wpml_translations.trid
  5850. WHERE tridt.trid = (SELECT trid
  5851. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5852. ON wpml_translations.element_id = p.ID
  5853. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5854. WHERE element_id = 36584
  5855. LIMIT 1)
  5856. +
  5857. WPML_Element_Translation->maybe_populate_cache
  5858. 0,0096
  5859. 614 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5860. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5861. ON wpml_translations.element_id = p.ID
  5862. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5863. ON tridt.element_type = wpml_translations.element_type
  5864. AND tridt.trid = wpml_translations.trid
  5865. WHERE tridt.trid = (SELECT trid
  5866. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5867. ON wpml_translations.element_id = p.ID
  5868. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5869. WHERE element_id = 40413
  5870. LIMIT 1)
  5871. +
  5872. WPML_Element_Translation->maybe_populate_cache
  5873. 0,0098
  5874. 615 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5875. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5876. ON wpml_translations.element_id = p.ID
  5877. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5878. ON tridt.element_type = wpml_translations.element_type
  5879. AND tridt.trid = wpml_translations.trid
  5880. WHERE tridt.trid = (SELECT trid
  5881. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5882. ON wpml_translations.element_id = p.ID
  5883. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5884. WHERE element_id = 43762
  5885. LIMIT 1)
  5886. +
  5887. WPML_Element_Translation->maybe_populate_cache
  5888. 0,0008
  5889. 616 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  5890. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5891. ON wpml_translations.element_id = p.ID
  5892. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  5893. ON tridt.element_type = wpml_translations.element_type
  5894. AND tridt.trid = wpml_translations.trid
  5895. WHERE tridt.trid = (SELECT trid
  5896. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  5897. ON wpml_translations.element_id = p.ID
  5898. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  5899. WHERE element_id = 32633
  5900. LIMIT 1)
  5901. +
  5902. WPML_Element_Translation->maybe_populate_cache
  5903. 0,0011
  5904. 617 SELECT DISTINCT t.*, tt.*
  5905. FROM wp_terms AS t
  5906. LEFT JOIN wp_termmeta
  5907. ON ( t.term_id = wp_termmeta.term_id
  5908. AND wp_termmeta.meta_key='order')
  5909. INNER JOIN wp_term_taxonomy AS tt
  5910. ON t.term_id = tt.term_id
  5911. INNER JOIN wp_term_relationships AS tr
  5912. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  5913. WHERE tt.taxonomy IN ('product_cat')
  5914. AND tr.object_id IN (15163)
  5915. AND ( ( wp_termmeta.meta_key = 'order'
  5916. OR wp_termmeta.meta_key IS NULL ) )
  5917. ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  5918. +
  5919. WP_Term_Query->get_terms
  5920. 0,0017
  5921. 618 SELECT DISTINCT t.*, tt.*
  5922. FROM wp_terms AS t
  5923. INNER JOIN wp_termmeta
  5924. ON ( t.term_id = wp_termmeta.term_id )
  5925. INNER JOIN wp_term_taxonomy AS tt
  5926. ON t.term_id = tt.term_id
  5927. LEFT JOIN wp_icl_translations icl_t
  5928. ON icl_t.element_id = tt.term_taxonomy_id
  5929. AND icl_t.element_type IN ('tax_product_cat')
  5930. WHERE tt.taxonomy IN ('product_cat')
  5931. AND tt.count > 0
  5932. AND ( wp_termmeta.meta_key = 'order' )
  5933. AND ( ( icl_t.element_type IN ('tax_product_cat')
  5934. AND ( icl_t.language_code = 'da'
  5935. OR 0 ) )
  5936. OR icl_t.element_type NOT IN ('tax_product_cat')
  5937. OR icl_t.element_type IS NULL )
  5938. ORDER BY wp_termmeta.meta_value+0 ASC
  5939. +
  5940. WP_Term_Query->get_terms
  5941. 0,0020
  5942. 619 SELECT option_value
  5943. FROM wp_options
  5944. WHERE option_name = '_transient_timeout_apsc_facebook'
  5945. LIMIT 1
  5946. +
  5947. get_option
  5948. 0,0012
  5949. 620 SELECT option_value
  5950. FROM wp_options
  5951. WHERE option_name = '_transient_apsc_facebook'
  5952. LIMIT 1
  5953. +
  5954. get_option
  5955. 0,0010
  5956. 621 SHOW FULL COLUMNS
  5957. FROM `wp_options`
  5958. +
  5959. update_option
  5960. 0,0030
  5961. 622 UPDATE `wp_options`
  5962. SET `option_value` = '1558379138'
  5963. WHERE `option_name` = '_transient_timeout_apsc_facebook'
  5964. +
  5965. update_option
  5966. 0,0070
  5967. 623 SELECT option_value
  5968. FROM wp_options
  5969. WHERE option_name = '_transient_timeout_apsc_twitter'
  5970. LIMIT 1
  5971. +
  5972. get_option
  5973. 0,0029
  5974. 624 SELECT option_value
  5975. FROM wp_options
  5976. WHERE option_name = '_transient_apsc_twitter'
  5977. LIMIT 1
  5978. +
  5979. get_option
  5980. 0,0013
  5981. 625 SELECT option_value
  5982. FROM wp_options
  5983. WHERE option_name = '_transient_timeout_apsc_instagram'
  5984. LIMIT 1
  5985. +
  5986. get_option
  5987. 0,0060
  5988. 626 SELECT option_value
  5989. FROM wp_options
  5990. WHERE option_name = '_transient_apsc_instagram'
  5991. LIMIT 1
  5992. +
  5993. get_option
  5994. 0,0034
  5995. 627 SELECT wp_posts.ID
  5996. FROM wp_posts JOIN wp_icl_translations wpml_translations
  5997. ON wp_posts.ID = wpml_translations.element_id
  5998. AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type)
  5999. WHERE 1=1
  6000. AND wp_posts.ID IN (55344,36214,36584,36586,52697,36496,43766,22005,32658,22285,22279,52126,21288,15163,42620)
  6001. AND wp_posts.post_type = 'product'
  6002. AND ((wp_posts.post_status = 'publish'))
  6003. AND ( ( ( wpml_translations.language_code = 'da'
  6004. OR 0 )
  6005. AND wp_posts.post_type IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  6006. OR wp_posts.post_type NOT IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  6007. ORDER BY FIELD(wp_posts.ID,55344,36214,36584,36586,52697,36496,43766,22005,32658,22285,22279,52126,21288,15163,42620)
  6008. LIMIT 0, 4
  6009. +
  6010. WP_Query->get_posts
  6011. 0,0022
  6012. 628 SELECT *
  6013. FROM wp_posts
  6014. WHERE ID = 55349
  6015. LIMIT 1
  6016. +
  6017. WP_Post::get_instance
  6018. 0,0027
  6019. 629 SELECT post_id, meta_key, meta_value
  6020. FROM wp_postmeta
  6021. WHERE post_id IN (55349)
  6022. ORDER BY meta_id ASC
  6023. +
  6024. update_meta_cache
  6025. 0,0022
  6026. 630 SELECT *
  6027. FROM wp_posts
  6028. WHERE ID = 36215
  6029. LIMIT 1
  6030. +
  6031. WP_Post::get_instance
  6032. 0,0013
  6033. 631 SELECT post_id, meta_key, meta_value
  6034. FROM wp_postmeta
  6035. WHERE post_id IN (36215)
  6036. ORDER BY meta_id ASC
  6037. +
  6038. update_meta_cache
  6039. 0,0017
  6040. 632 SELECT *
  6041. FROM wp_posts
  6042. WHERE ID = 52761
  6043. LIMIT 1
  6044. +
  6045. WP_Post::get_instance
  6046. 0,0019
  6047. 633 SELECT post_id, meta_key, meta_value
  6048. FROM wp_postmeta
  6049. WHERE post_id IN (52761)
  6050. ORDER BY meta_id ASC
  6051. +
  6052. update_meta_cache
  6053. 0,0029
  6054. 634 SELECT wp_woocommerce_bundled_items.bundled_item_id
  6055. FROM wp_woocommerce_bundled_items
  6056. WHERE 1=1
  6057. AND wp_woocommerce_bundled_items.bundle_id IN (36584)
  6058. ORDER BY wp_woocommerce_bundled_items.menu_order ASC
  6059. +
  6060. WC_PB_DB::query_bundled_items
  6061. 0,0011
  6062. 635 SELECT *
  6063. FROM wp_woocommerce_bundled_items
  6064. WHERE bundled_item_id = 354
  6065. LIMIT 1;
  6066. +
  6067. WC_Bundled_Item_Data->read
  6068. 0,0017
  6069. 636 SELECT meta_id, meta_key, meta_value
  6070. FROM wp_woocommerce_bundled_itemmeta
  6071. WHERE bundled_item_id = 354
  6072. ORDER BY meta_id
  6073. +
  6074. WC_Bundled_Item_Data->read_meta_data
  6075. 0,0013
  6076. 637 SELECT *
  6077. FROM wp_woocommerce_bundled_items
  6078. WHERE bundled_item_id = 355
  6079. LIMIT 1;
  6080. +
  6081. WC_Bundled_Item_Data->read
  6082. 0,0013
  6083. 638 SELECT meta_id, meta_key, meta_value
  6084. FROM wp_woocommerce_bundled_itemmeta
  6085. WHERE bundled_item_id = 355
  6086. ORDER BY meta_id
  6087. +
  6088. WC_Bundled_Item_Data->read_meta_data
  6089. 0,0010
  6090. 639 SELECT *
  6091. FROM wp_woocommerce_bundled_items
  6092. WHERE bundled_item_id = 471
  6093. LIMIT 1;
  6094. +
  6095. WC_Bundled_Item_Data->read
  6096. 0,0087
  6097. 640 SELECT meta_id, meta_key, meta_value
  6098. FROM wp_woocommerce_bundled_itemmeta
  6099. WHERE bundled_item_id = 471
  6100. ORDER BY meta_id
  6101. +
  6102. WC_Bundled_Item_Data->read_meta_data
  6103. 0,0017
  6104. 641 SELECT *
  6105. FROM wp_woocommerce_bundled_items
  6106. WHERE bundled_item_id = 357
  6107. LIMIT 1;
  6108. +
  6109. WC_Bundled_Item_Data->read
  6110. 0,0017
  6111. 642 SELECT meta_id, meta_key, meta_value
  6112. FROM wp_woocommerce_bundled_itemmeta
  6113. WHERE bundled_item_id = 357
  6114. ORDER BY meta_id
  6115. +
  6116. WC_Bundled_Item_Data->read_meta_data
  6117. 0,0009
  6118. 643 SELECT *
  6119. FROM wp_woocommerce_bundled_items
  6120. WHERE bundled_item_id = 358
  6121. LIMIT 1;
  6122. +
  6123. WC_Bundled_Item_Data->read
  6124. 0,0008
  6125. 644 SELECT meta_id, meta_key, meta_value
  6126. FROM wp_woocommerce_bundled_itemmeta
  6127. WHERE bundled_item_id = 358
  6128. ORDER BY meta_id
  6129. +
  6130. WC_Bundled_Item_Data->read_meta_data
  6131. 0,0013
  6132. 645 SELECT wp_posts.*
  6133. FROM wp_posts JOIN wp_icl_translations wpml_translations
  6134. ON wp_posts.ID = wpml_translations.element_id
  6135. AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type)
  6136. WHERE 1=1
  6137. AND wp_posts.ID IN (36496,22176,52126,15163,23316)
  6138. AND wp_posts.post_type = 'product'
  6139. AND (wp_posts.post_status = 'publish'
  6140. OR wp_posts.post_status = 'closed'
  6141. OR wp_posts.post_status = 'private'
  6142. OR wp_posts.post_status = 'hidden')
  6143. AND ( ( ( wpml_translations.language_code = 'da'
  6144. OR 0 )
  6145. AND wp_posts.post_type IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  6146. OR wp_posts.post_type NOT IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  6147. ORDER BY wp_posts.post_date DESC
  6148. +
  6149. WP_Query->get_posts
  6150. 0,0026
  6151. 646 SELECT *
  6152. FROM wp_posts
  6153. WHERE ID = 52763
  6154. LIMIT 1
  6155. +
  6156. WP_Post::get_instance
  6157. 0,0016
  6158. 647 SELECT post_id, meta_key, meta_value
  6159. FROM wp_postmeta
  6160. WHERE post_id IN (52763)
  6161. ORDER BY meta_id ASC
  6162. +
  6163. update_meta_cache
  6164. 0,0014
  6165. 648 SELECT wp_woocommerce_bundled_items.bundled_item_id
  6166. FROM wp_woocommerce_bundled_items
  6167. WHERE 1=1
  6168. AND wp_woocommerce_bundled_items.bundle_id IN (36586)
  6169. ORDER BY wp_woocommerce_bundled_items.menu_order ASC
  6170. +
  6171. WC_PB_DB::query_bundled_items
  6172. 0,0011
  6173. 649 SELECT *
  6174. FROM wp_woocommerce_bundled_items
  6175. WHERE bundled_item_id = 374
  6176. LIMIT 1;
  6177. +
  6178. WC_Bundled_Item_Data->read
  6179. 0,0011
  6180. 650 SELECT meta_id, meta_key, meta_value
  6181. FROM wp_woocommerce_bundled_itemmeta
  6182. WHERE bundled_item_id = 374
  6183. ORDER BY meta_id
  6184. +
  6185. WC_Bundled_Item_Data->read_meta_data
  6186. 0,0011
  6187. 651 SELECT *
  6188. FROM wp_woocommerce_bundled_items
  6189. WHERE bundled_item_id = 375
  6190. LIMIT 1;
  6191. +
  6192. WC_Bundled_Item_Data->read
  6193. 0,0011
  6194. 652 SELECT meta_id, meta_key, meta_value
  6195. FROM wp_woocommerce_bundled_itemmeta
  6196. WHERE bundled_item_id = 375
  6197. ORDER BY meta_id
  6198. +
  6199. WC_Bundled_Item_Data->read_meta_data
  6200. 0,0021
  6201. 653 SELECT *
  6202. FROM wp_woocommerce_bundled_items
  6203. WHERE bundled_item_id = 473
  6204. LIMIT 1;
  6205. +
  6206. WC_Bundled_Item_Data->read
  6207. 0,0017
  6208. 654 SELECT meta_id, meta_key, meta_value
  6209. FROM wp_woocommerce_bundled_itemmeta
  6210. WHERE bundled_item_id = 473
  6211. ORDER BY meta_id
  6212. +
  6213. WC_Bundled_Item_Data->read_meta_data
  6214. 0,0015
  6215. 655 SELECT *
  6216. FROM wp_woocommerce_bundled_items
  6217. WHERE bundled_item_id = 377
  6218. LIMIT 1;
  6219. +
  6220. WC_Bundled_Item_Data->read
  6221. 0,0012
  6222. 656 SELECT meta_id, meta_key, meta_value
  6223. FROM wp_woocommerce_bundled_itemmeta
  6224. WHERE bundled_item_id = 377
  6225. ORDER BY meta_id
  6226. +
  6227. WC_Bundled_Item_Data->read_meta_data
  6228. 0,0015
  6229. 657 SELECT *
  6230. FROM wp_woocommerce_bundled_items
  6231. WHERE bundled_item_id = 378
  6232. LIMIT 1;
  6233. +
  6234. WC_Bundled_Item_Data->read
  6235. 0,0010
  6236. 658 SELECT meta_id, meta_key, meta_value
  6237. FROM wp_woocommerce_bundled_itemmeta
  6238. WHERE bundled_item_id = 378
  6239. ORDER BY meta_id
  6240. +
  6241. WC_Bundled_Item_Data->read_meta_data
  6242. 0,0011
  6243. 659 SELECT *
  6244. FROM wp_woocommerce_bundled_items
  6245. WHERE bundled_item_id = 379
  6246. LIMIT 1;
  6247. +
  6248. WC_Bundled_Item_Data->read
  6249. 0,0010
  6250. 660 SELECT meta_id, meta_key, meta_value
  6251. FROM wp_woocommerce_bundled_itemmeta
  6252. WHERE bundled_item_id = 379
  6253. ORDER BY meta_id
  6254. +
  6255. WC_Bundled_Item_Data->read_meta_data
  6256. 0,0012
  6257. 661 SELECT wp_posts.*
  6258. FROM wp_posts JOIN wp_icl_translations wpml_translations
  6259. ON wp_posts.ID = wpml_translations.element_id
  6260. AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type)
  6261. WHERE 1=1
  6262. AND wp_posts.ID IN (36496,22176,52126,21331,1420,21288)
  6263. AND wp_posts.post_type = 'product'
  6264. AND (wp_posts.post_status = 'publish'
  6265. OR wp_posts.post_status = 'closed'
  6266. OR wp_posts.post_status = 'private'
  6267. OR wp_posts.post_status = 'hidden')
  6268. AND ( ( ( wpml_translations.language_code = 'da'
  6269. OR 0 )
  6270. AND wp_posts.post_type IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  6271. OR wp_posts.post_type NOT IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  6272. ORDER BY wp_posts.post_date DESC
  6273. +
  6274. WP_Query->get_posts
  6275. 0,0029
  6276. 662 SELECT t.*, tt.*, tr.object_id
  6277. FROM wp_terms AS t
  6278. INNER JOIN wp_term_taxonomy AS tt
  6279. ON t.term_id = tt.term_id
  6280. INNER JOIN wp_term_relationships AS tr
  6281. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  6282. WHERE tt.taxonomy IN ('product_type', 'product_visibility', 'product_cat', 'product_tag', 'product_shipping_class', 'pa_case-farve', 'pa_operativsystem-image', 'pa_option', 'pa_pi-cm3-plus-udgave', 'pa_pi-zero-pakke', 'pa_pi-zero-w-pakke', 'pa_pi-zero-wh-pakke', 'pa_solpanel-stoerrelse', 'translation_priority', 'atum_location')
  6283. AND tr.object_id IN (21288)
  6284. ORDER BY t.name ASC
  6285. +
  6286. WP_Term_Query->get_terms
  6287. 0,0022
  6288. 663 SELECT wp_posts.ID
  6289. FROM wp_posts JOIN wp_icl_translations wpml_translations
  6290. ON wp_posts.ID = wpml_translations.element_id
  6291. AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type)
  6292. WHERE 1=1
  6293. AND wp_posts.post_type = 'post'
  6294. AND ((wp_posts.post_status = 'publish'))
  6295. AND ( ( ( wpml_translations.language_code = 'da'
  6296. OR 0 )
  6297. AND wp_posts.post_type IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  6298. OR wp_posts.post_type NOT IN ('post','page','attachment','product','product_variation','mc4wp-form' ) )
  6299. ORDER BY wp_posts.post_date DESC
  6300. LIMIT 0, 5
  6301. +
  6302. WP_Query->get_posts
  6303. 0,0026
  6304. 664 SELECT wp_posts.*
  6305. FROM wp_posts
  6306. WHERE ID IN (36617,31647,24463,17374,15170)
  6307. +
  6308. _prime_post_caches
  6309. 0,0024
  6310. 665 SELECT t.*, tt.*, tr.object_id
  6311. FROM wp_terms AS t
  6312. INNER JOIN wp_term_taxonomy AS tt
  6313. ON t.term_id = tt.term_id
  6314. INNER JOIN wp_term_relationships AS tr
  6315. ON tr.term_taxonomy_id = tt.term_taxonomy_id
  6316. WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format', 'translation_priority')
  6317. AND tr.object_id IN (15170, 17374, 24463, 31647, 36617)
  6318. ORDER BY t.name ASC
  6319. +
  6320. WP_Term_Query->get_terms
  6321. 0,0012
  6322. 666 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  6323. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  6324. ON wpml_translations.element_id = tax.term_taxonomy_id
  6325. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  6326. ON tridt.element_type = wpml_translations.element_type
  6327. AND tridt.trid = wpml_translations.trid
  6328. WHERE tridt.trid = (SELECT trid
  6329. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  6330. ON wpml_translations.element_id = tax.term_taxonomy_id
  6331. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  6332. WHERE element_id = 69
  6333. LIMIT 1)
  6334. +
  6335. WPML_Element_Translation->maybe_populate_cache
  6336. 0,0010
  6337. 667 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  6338. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  6339. ON wpml_translations.element_id = tax.term_taxonomy_id
  6340. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_icl_translations tridt
  6341. ON tridt.element_type = wpml_translations.element_type
  6342. AND tridt.trid = wpml_translations.trid
  6343. WHERE tridt.trid = (SELECT trid
  6344. FROM wp_icl_translations wpml_translations JOIN wp_term_taxonomy tax
  6345. ON wpml_translations.element_id = tax.term_taxonomy_id
  6346. AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
  6347. WHERE element_id = 3
  6348. LIMIT 1)
  6349. +
  6350. WPML_Element_Translation->maybe_populate_cache
  6351. 0,0014
  6352. 668 SELECT post_id, meta_key, meta_value
  6353. FROM wp_postmeta
  6354. WHERE post_id IN (15170,17374,24463,31647,36617)
  6355. ORDER BY meta_id ASC
  6356. +
  6357. update_meta_cache
  6358. 0,0217
  6359. 669 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  6360. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  6361. ON wpml_translations.element_id = p.ID
  6362. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  6363. ON tridt.element_type = wpml_translations.element_type
  6364. AND tridt.trid = wpml_translations.trid
  6365. WHERE tridt.trid = (SELECT trid
  6366. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  6367. ON wpml_translations.element_id = p.ID
  6368. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  6369. WHERE element_id = 36617
  6370. LIMIT 1)
  6371. +
  6372. WPML_Element_Translation->maybe_populate_cache
  6373. 0,0019
  6374. 670 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  6375. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  6376. ON wpml_translations.element_id = p.ID
  6377. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  6378. ON tridt.element_type = wpml_translations.element_type
  6379. AND tridt.trid = wpml_translations.trid
  6380. WHERE tridt.trid = (SELECT trid
  6381. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  6382. ON wpml_translations.element_id = p.ID
  6383. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  6384. WHERE element_id = 31647
  6385. LIMIT 1)
  6386. +
  6387. WPML_Element_Translation->maybe_populate_cache
  6388. 0,0015
  6389. 671 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  6390. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  6391. ON wpml_translations.element_id = p.ID
  6392. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  6393. ON tridt.element_type = wpml_translations.element_type
  6394. AND tridt.trid = wpml_translations.trid
  6395. WHERE tridt.trid = (SELECT trid
  6396. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  6397. ON wpml_translations.element_id = p.ID
  6398. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  6399. WHERE element_id = 24463
  6400. LIMIT 1)
  6401. +
  6402. WPML_Element_Translation->maybe_populate_cache
  6403. 0,0012
  6404. 672 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  6405. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  6406. ON wpml_translations.element_id = p.ID
  6407. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  6408. ON tridt.element_type = wpml_translations.element_type
  6409. AND tridt.trid = wpml_translations.trid
  6410. WHERE tridt.trid = (SELECT trid
  6411. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  6412. ON wpml_translations.element_id = p.ID
  6413. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  6414. WHERE element_id = 17374
  6415. LIMIT 1)
  6416. +
  6417. WPML_Element_Translation->maybe_populate_cache
  6418. 0,0014
  6419. 673 SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code, wpml_translations.trid, wpml_translations.element_type
  6420. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  6421. ON wpml_translations.element_id = p.ID
  6422. AND wpml_translations.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt
  6423. ON tridt.element_type = wpml_translations.element_type
  6424. AND tridt.trid = wpml_translations.trid
  6425. WHERE tridt.trid = (SELECT trid
  6426. FROM wp_icl_translations wpml_translations JOIN wp_posts p
  6427. ON wpml_translations.element_id = p.ID
  6428. AND wpml_translations.element_type = CONCAT('post_', p.post_type)
  6429. WHERE element_id = 15170
  6430. LIMIT 1)
  6431. +
  6432. WPML_Element_Translation->maybe_populate_cache
  6433. 0,0023
  6434. 674 SELECT COUNT(id)
  6435. FROM wp_icl_strings
  6436. WHERE context = 'text-domain'
  6437. +
  6438. WPML_ST_DB_Translation_Retrieve->get_number_of_strings_in_context
  6439. 0,0016
  6440. 675 SELECT s.id, st.status, s.domain_name_context_md5 AS ctx , st.value AS translated, st.mo_string AS mo_string, s.value AS original, s.gettext_context
  6441. FROM wp_icl_strings s
  6442. LEFT JOIN wp_icl_string_translations st
  6443. ON s.id=st.string_id
  6444. AND st.language='da'
  6445. AND s.language!='da'
  6446. WHERE s.context = 'text-domain'
  6447. LIMIT 1000 OFFSET 0
  6448. +
  6449. WPML_DB_Chunk->retrieve
  6450. 0,0027
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement