94.02 ms (61.71%)
1
SELECT phc . post_id , phc . category_id , c . slug , IFNULL (`r` . `name` , `f` . `name` ) as `name` FROM post_has_category phc INNER JOIN category c ON phc . category_id = c . category_id AND c . enabled = 1 LEFT JOIN category_translation f ON c . category_id = f . category_id AND f . lang_id = ? LEFT JOIN category_translation r ON `c` . `category_id` = `r` . `category_id` AND `r` . `lang_id` = ? WHERE phc . post_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
1
2
391690
406064
417045
417469
423633
429358
430546
451875
458202
464604
465474
465485
480419
485173
513290
517819
518465
526188
531907
533941
534166
534986
534995
535026
536740
536927
540379
541132
542550
552954
561443
565143
573926
574507
575197
575734
581594
585377
591684
601101
615716
620324
623963
626482
627007
635050
639328
645956
646001
646022
649168
650955
651083
662043
662047
663321
687248
716812
732476
732771
741617
761161
762899
776164
807541
808293
]
SELECT
phc . post_id ,
phc . category_id ,
c . slug ,
IFNULL (`r` . `name` , `f` . `name` ) as `name`
FROM
post_has_category phc
INNER JOIN category c ON phc . category_id = c . category_id
AND c . enabled = 1
LEFT JOIN category_translation f ON c . category_id = f . category_id
AND f . lang_id = ?
LEFT JOIN category_translation r ON `c` . `category_id` = `r` . `category_id`
AND `r` . `lang_id` = ?
WHERE
phc . post_id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ?
)
Copy
SELECT phc . post_id , phc . category_id , c . slug , IFNULL (`r` . `name` , `f` . `name` ) as `name` FROM post_has_category phc INNER JOIN category c ON phc . category_id = c . category_id AND c . enabled = 1 LEFT JOIN category_translation f ON c . category_id = f . category_id AND f . lang_id = 1 LEFT JOIN category_translation r ON `c` . `category_id` = `r` . `category_id` AND `r` . `lang_id` = 2 WHERE phc . post_id IN (391690 , 406064 , 417045 , 417469 , 423633 , 429358 , 430546 , 451875 , 458202 , 464604 , 465474 , 465485 , 480419 , 485173 , 513290 , 517819 , 518465 , 526188 , 531907 , 533941 , 534166 , 534986 , 534995 , 535026 , 536740 , 536927 , 540379 , 541132 , 542550 , 552954 , 561443 , 565143 , 573926 , 574507 , 575197 , 575734 , 581594 , 585377 , 591684 , 601101 , 615716 , 620324 , 623963 , 626482 , 627007 , 635050 , 639328 , 645956 , 646001 , 646022 , 649168 , 650955 , 651083 , 662043 , 662047 , 663321 , 687248 , 716812 , 732476 , 732771 , 741617 , 761161 , 762899 , 776164 , 807541 , 808293 );
Copy
9.28 ms (6.09%)
1
SELECT p . post_id , p . user_id , p . content_id , p . public_key , p . search_field , p . cover , p . type , p . sexual_orientation , p . orientation , p . quality , p . noindex , p . nofollow , p . contents_num , p . duration , p . likes , p . dislikes , p . views , p . vote_rating , p . params , p . published_at , IFNULL (`r` . `title` , `f` . `title` ) as `title` , IFNULL (`r` . `custom1` , `f` . `custom1` ) as `custom1` , IFNULL (`r` . `custom2` , `f` . `custom2` ) as `custom2` FROM post p LEFT JOIN post_translation f ON `p` . `post_id` = `f` . `post_id` AND `f` . `lang_id` = ? LEFT JOIN post_translation r ON `p` . `post_id` = `r` . `post_id` AND `r` . `lang_id` = ? WHERE p . post_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
1
2
573926
651083
465485
534986
565143
716812
534995
581594
536927
485173
776164
535026
540379
518465
741617
635050
561443
645956
620324
533941
761161
732476
417469
639328
732771
591684
465474
541132
807541
536740
662047
458202
663321
623963
429358
391690
808293
687248
662043
762899
615716
649168
406064
627007
464604
480419
531907
626482
552954
646022
513290
517819
575197
575734
451875
650955
423633
534166
417045
601101
526188
574507
585377
430546
646001
542550
]
SELECT
p . post_id ,
p . user_id ,
p . content_id ,
p . public_key ,
p . search_field ,
p . cover ,
p . type ,
p . sexual_orientation ,
p . orientation ,
p . quality ,
p . noindex ,
p . nofollow ,
p . contents_num ,
p . duration ,
p . likes ,
p . dislikes ,
p . views ,
p . vote_rating ,
p . params ,
p . published_at ,
IFNULL (`r` . `title` , `f` . `title` ) as `title` ,
IFNULL (`r` . `custom1` , `f` . `custom1` ) as `custom1` ,
IFNULL (`r` . `custom2` , `f` . `custom2` ) as `custom2`
FROM
post p
LEFT JOIN post_translation f ON `p` . `post_id` = `f` . `post_id`
AND `f` . `lang_id` = ?
LEFT JOIN post_translation r ON `p` . `post_id` = `r` . `post_id`
AND `r` . `lang_id` = ?
WHERE
p . post_id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ?
)
Copy
SELECT p . post_id , p . user_id , p . content_id , p . public_key , p . search_field , p . cover , p . type , p . sexual_orientation , p . orientation , p . quality , p . noindex , p . nofollow , p . contents_num , p . duration , p . likes , p . dislikes , p . views , p . vote_rating , p . params , p . published_at , IFNULL (`r` . `title` , `f` . `title` ) as `title` , IFNULL (`r` . `custom1` , `f` . `custom1` ) as `custom1` , IFNULL (`r` . `custom2` , `f` . `custom2` ) as `custom2` FROM post p LEFT JOIN post_translation f ON `p` . `post_id` = `f` . `post_id` AND `f` . `lang_id` = 1 LEFT JOIN post_translation r ON `p` . `post_id` = `r` . `post_id` AND `r` . `lang_id` = 2 WHERE p . post_id IN (573926 , 651083 , 465485 , 534986 , 565143 , 716812 , 534995 , 581594 , 536927 , 485173 , 776164 , 535026 , 540379 , 518465 , 741617 , 635050 , 561443 , 645956 , 620324 , 533941 , 761161 , 732476 , 417469 , 639328 , 732771 , 591684 , 465474 , 541132 , 807541 , 536740 , 662047 , 458202 , 663321 , 623963 , 429358 , 391690 , 808293 , 687248 , 662043 , 762899 , 615716 , 649168 , 406064 , 627007 , 464604 , 480419 , 531907 , 626482 , 552954 , 646022 , 513290 , 517819 , 575197 , 575734 , 451875 , 650955 , 423633 , 534166 , 417045 , 601101 , 526188 , 574507 , 585377 , 430546 , 646001 , 542550 );
Copy
3.11 ms (2.04%)
1
SELECT pht . post_id , pht . tag_id , t . slug , IFNULL (`r` . `name` , `f` . `name` ) as `name` FROM post_has_tag pht INNER JOIN tag t ON pht . tag_id = t . tag_id AND t . enabled = 1 LEFT JOIN tag_translation f ON t . tag_id = f . tag_id AND f . lang_id = ? LEFT JOIN tag_translation r ON `t` . `tag_id` = `r` . `tag_id` AND `r` . `lang_id` = ? WHERE pht . post_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
1
2
391690
406064
417045
417469
423633
429358
430546
451875
458202
464604
465474
465485
480419
485173
513290
517819
518465
526188
531907
533941
534166
534986
534995
535026
536740
536927
540379
541132
542550
552954
561443
565143
573926
574507
575197
575734
581594
585377
591684
601101
615716
620324
623963
626482
627007
635050
639328
645956
646001
646022
649168
650955
651083
662043
662047
663321
687248
716812
732476
732771
741617
761161
762899
776164
807541
808293
]
SELECT
pht . post_id ,
pht . tag_id ,
t . slug ,
IFNULL (`r` . `name` , `f` . `name` ) as `name`
FROM
post_has_tag pht
INNER JOIN tag t ON pht . tag_id = t . tag_id
AND t . enabled = 1
LEFT JOIN tag_translation f ON t . tag_id = f . tag_id
AND f . lang_id = ?
LEFT JOIN tag_translation r ON `t` . `tag_id` = `r` . `tag_id`
AND `r` . `lang_id` = ?
WHERE
pht . post_id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ?
)
Copy
SELECT pht . post_id , pht . tag_id , t . slug , IFNULL (`r` . `name` , `f` . `name` ) as `name` FROM post_has_tag pht INNER JOIN tag t ON pht . tag_id = t . tag_id AND t . enabled = 1 LEFT JOIN tag_translation f ON t . tag_id = f . tag_id AND f . lang_id = 1 LEFT JOIN tag_translation r ON `t` . `tag_id` = `r` . `tag_id` AND `r` . `lang_id` = 2 WHERE pht . post_id IN (391690 , 406064 , 417045 , 417469 , 423633 , 429358 , 430546 , 451875 , 458202 , 464604 , 465474 , 465485 , 480419 , 485173 , 513290 , 517819 , 518465 , 526188 , 531907 , 533941 , 534166 , 534986 , 534995 , 535026 , 536740 , 536927 , 540379 , 541132 , 542550 , 552954 , 561443 , 565143 , 573926 , 574507 , 575197 , 575734 , 581594 , 585377 , 591684 , 601101 , 615716 , 620324 , 623963 , 626482 , 627007 , 635050 , 639328 , 645956 , 646001 , 646022 , 649168 , 650955 , 651083 , 662043 , 662047 , 663321 , 687248 , 716812 , 732476 , 732771 , 741617 , 761161 , 762899 , 776164 , 807541 , 808293 );
Copy