3
8.44 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
760219
708625
740220
436646
818270
753369
814558
753307
819978
604211
722666
786374
734770
765591
402080
684375
722694
548645
753445
769808
721338
712462
607220
706754
449854
792183
736609
758186
524396
564427
768358
805553
387174
401965
470205
723209
591032
616046
758196
429439
409728
445252
416905
459061
558582
670224
560611
401295
477004
418792
459995
507293
513396
455846
520501
722738
565586
470251
473259
523991
418484
624142
473537
527387
611339
]
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 (760219 , 708625 , 740220 , 436646 , 818270 , 753369 , 814558 , 753307 , 819978 , 604211 , 722666 , 786374 , 734770 , 765591 , 402080 , 684375 , 722694 , 548645 , 753445 , 769808 , 721338 , 712462 , 607220 , 706754 , 449854 , 792183 , 736609 , 758186 , 524396 , 564427 , 768358 , 805553 , 387174 , 401965 , 470205 , 723209 , 591032 , 616046 , 758196 , 429439 , 409728 , 445252 , 416905 , 459061 , 558582 , 670224 , 560611 , 401295 , 477004 , 418792 , 459995 , 507293 , 513396 , 455846 , 520501 , 722738 , 565586 , 470251 , 473259 , 523991 , 418484 , 624142 , 473537 , 527387 , 611339 );
Copy
4
3.12 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
387174
401295
401965
402080
409728
416905
418484
418792
429439
436646
445252
449854
455846
459061
459995
470205
470251
473259
473537
477004
507293
513396
520501
523991
524396
527387
548645
558582
560611
564427
565586
591032
604211
607220
611339
616046
624142
670224
684375
706754
708625
712462
721338
722666
722694
722738
723209
734770
736609
740220
753307
753369
753445
758186
758196
760219
765591
768358
769808
786374
792183
805553
814558
818270
819978
]
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 (387174 , 401295 , 401965 , 402080 , 409728 , 416905 , 418484 , 418792 , 429439 , 436646 , 445252 , 449854 , 455846 , 459061 , 459995 , 470205 , 470251 , 473259 , 473537 , 477004 , 507293 , 513396 , 520501 , 523991 , 524396 , 527387 , 548645 , 558582 , 560611 , 564427 , 565586 , 591032 , 604211 , 607220 , 611339 , 616046 , 624142 , 670224 , 684375 , 706754 , 708625 , 712462 , 721338 , 722666 , 722694 , 722738 , 723209 , 734770 , 736609 , 740220 , 753307 , 753369 , 753445 , 758186 , 758196 , 760219 , 765591 , 768358 , 769808 , 786374 , 792183 , 805553 , 814558 , 818270 , 819978 );
Copy
5
90.57 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
387174
401295
401965
402080
409728
416905
418484
418792
429439
436646
445252
449854
455846
459061
459995
470205
470251
473259
473537
477004
507293
513396
520501
523991
524396
527387
548645
558582
560611
564427
565586
591032
604211
607220
611339
616046
624142
670224
684375
706754
708625
712462
721338
722666
722694
722738
723209
734770
736609
740220
753307
753369
753445
758186
758196
760219
765591
768358
769808
786374
792183
805553
814558
818270
819978
]
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 (387174 , 401295 , 401965 , 402080 , 409728 , 416905 , 418484 , 418792 , 429439 , 436646 , 445252 , 449854 , 455846 , 459061 , 459995 , 470205 , 470251 , 473259 , 473537 , 477004 , 507293 , 513396 , 520501 , 523991 , 524396 , 527387 , 548645 , 558582 , 560611 , 564427 , 565586 , 591032 , 604211 , 607220 , 611339 , 616046 , 624142 , 670224 , 684375 , 706754 , 708625 , 712462 , 721338 , 722666 , 722694 , 722738 , 723209 , 734770 , 736609 , 740220 , 753307 , 753369 , 753445 , 758186 , 758196 , 760219 , 765591 , 768358 , 769808 , 786374 , 792183 , 805553 , 814558 , 818270 , 819978 );
Copy