Advertisement
Guest User

Untitled

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