3
11.69 ms
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
826463
795197
782567
724991
759770
749393
780518
748594
672340
608643
589235
783363
624067
778826
527025
545504
608668
799633
735750
37495
498243
532348
544953
683330
661997
550403
731660
747316
384960
787278
736178
525345
399338
462877
673074
675531
658854
558081
589077
588763
642855
794844
438763
529149
434683
460852
670372
614659
617405
528935
489488
428710
429272
500207
575300
440760
455646
485902
497663
528652
516023
599436
601981
448498
464136
504718
]
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 (826463 , 795197 , 782567 , 724991 , 759770 , 749393 , 780518 , 748594 , 672340 , 608643 , 589235 , 783363 , 624067 , 778826 , 527025 , 545504 , 608668 , 799633 , 735750 , 37495 , 498243 , 532348 , 544953 , 683330 , 661997 , 550403 , 731660 , 747316 , 384960 , 787278 , 736178 , 525345 , 399338 , 462877 , 673074 , 675531 , 658854 , 558081 , 589077 , 588763 , 642855 , 794844 , 438763 , 529149 , 434683 , 460852 , 670372 , 614659 , 617405 , 528935 , 489488 , 428710 , 429272 , 500207 , 575300 , 440760 , 455646 , 485902 , 497663 , 528652 , 516023 , 599436 , 601981 , 448498 , 464136 , 504718 );
Copy
4
2.72 ms
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
37495
384960
399338
428710
429272
434683
438763
440760
448498
455646
460852
462877
464136
485902
489488
497663
498243
500207
504718
516023
525345
527025
528652
528935
529149
532348
544953
545504
550403
575300
588763
589077
589235
599436
601981
608643
608668
614659
617405
624067
642855
658854
661997
670372
672340
673074
675531
683330
724991
731660
735750
736178
747316
748594
749393
759770
778826
780518
782567
783363
787278
794844
795197
799633
826463
]
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 (37495 , 384960 , 399338 , 428710 , 429272 , 434683 , 438763 , 440760 , 448498 , 455646 , 460852 , 462877 , 464136 , 485902 , 489488 , 497663 , 498243 , 500207 , 504718 , 516023 , 525345 , 527025 , 528652 , 528935 , 529149 , 532348 , 544953 , 545504 , 550403 , 575300 , 588763 , 589077 , 589235 , 599436 , 601981 , 608643 , 608668 , 614659 , 617405 , 624067 , 642855 , 658854 , 661997 , 670372 , 672340 , 673074 , 675531 , 683330 , 724991 , 731660 , 735750 , 736178 , 747316 , 748594 , 749393 , 759770 , 778826 , 780518 , 782567 , 783363 , 787278 , 794844 , 795197 , 799633 , 826463 );
Copy
5
107.80 ms
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
37495
384960
399338
428710
429272
434683
438763
440760
448498
455646
460852
462877
464136
485902
489488
497663
498243
500207
504718
516023
525345
527025
528652
528935
529149
532348
544953
545504
550403
575300
588763
589077
589235
599436
601981
608643
608668
614659
617405
624067
642855
658854
661997
670372
672340
673074
675531
683330
724991
731660
735750
736178
747316
748594
749393
759770
778826
780518
782567
783363
787278
794844
795197
799633
826463
]
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 (37495 , 384960 , 399338 , 428710 , 429272 , 434683 , 438763 , 440760 , 448498 , 455646 , 460852 , 462877 , 464136 , 485902 , 489488 , 497663 , 498243 , 500207 , 504718 , 516023 , 525345 , 527025 , 528652 , 528935 , 529149 , 532348 , 544953 , 545504 , 550403 , 575300 , 588763 , 589077 , 589235 , 599436 , 601981 , 608643 , 608668 , 614659 , 617405 , 624067 , 642855 , 658854 , 661997 , 670372 , 672340 , 673074 , 675531 , 683330 , 724991 , 731660 , 735750 , 736178 , 747316 , 748594 , 749393 , 759770 , 778826 , 780518 , 782567 , 783363 , 787278 , 794844 , 795197 , 799633 , 826463 );
Copy