3
13.94 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
421158
421298
458094
422543
504963
534815
557211
447273
497656
541084
546783
609121
598133
419906
586639
595252
518949
521048
394376
424726
420658
458384
458623
475443
423280
528316
557209
538653
665781
677712
544964
615447
628170
754168
756113
418051
423139
418323
557207
771308
527484
583289
567357
422958
429628
429386
482824
558201
427299
558578
541849
422746
425786
437828
541854
554425
510266
541863
425435
589769
590859
459524
623261
531083
614603
457981
508926
562149
]
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 (421158 , 421298 , 458094 , 422543 , 504963 , 534815 , 557211 , 447273 , 497656 , 541084 , 546783 , 609121 , 598133 , 419906 , 586639 , 595252 , 518949 , 521048 , 394376 , 424726 , 420658 , 458384 , 458623 , 475443 , 423280 , 528316 , 557209 , 538653 , 665781 , 677712 , 544964 , 615447 , 628170 , 754168 , 756113 , 418051 , 423139 , 418323 , 557207 , 771308 , 527484 , 583289 , 567357 , 422958 , 429628 , 429386 , 482824 , 558201 , 427299 , 558578 , 541849 , 422746 , 425786 , 437828 , 541854 , 554425 , 510266 , 541863 , 425435 , 589769 , 590859 , 459524 , 623261 , 531083 , 614603 , 457981 , 508926 , 562149 );
Copy
4
2.85 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
394376
418051
418323
419906
420658
421158
421298
422543
422746
422958
423139
423280
424726
425435
425786
427299
429386
429628
437828
447273
457981
458094
458384
458623
459524
475443
482824
497656
504963
508926
510266
518949
521048
527484
528316
531083
534815
538653
541084
541849
541854
541863
544964
546783
554425
557207
557209
557211
558201
558578
562149
567357
583289
586639
589769
590859
595252
598133
609121
614603
615447
623261
628170
665781
677712
754168
756113
771308
]
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 (394376 , 418051 , 418323 , 419906 , 420658 , 421158 , 421298 , 422543 , 422746 , 422958 , 423139 , 423280 , 424726 , 425435 , 425786 , 427299 , 429386 , 429628 , 437828 , 447273 , 457981 , 458094 , 458384 , 458623 , 459524 , 475443 , 482824 , 497656 , 504963 , 508926 , 510266 , 518949 , 521048 , 527484 , 528316 , 531083 , 534815 , 538653 , 541084 , 541849 , 541854 , 541863 , 544964 , 546783 , 554425 , 557207 , 557209 , 557211 , 558201 , 558578 , 562149 , 567357 , 583289 , 586639 , 589769 , 590859 , 595252 , 598133 , 609121 , 614603 , 615447 , 623261 , 628170 , 665781 , 677712 , 754168 , 756113 , 771308 );
Copy
5
89.31 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
394376
418051
418323
419906
420658
421158
421298
422543
422746
422958
423139
423280
424726
425435
425786
427299
429386
429628
437828
447273
457981
458094
458384
458623
459524
475443
482824
497656
504963
508926
510266
518949
521048
527484
528316
531083
534815
538653
541084
541849
541854
541863
544964
546783
554425
557207
557209
557211
558201
558578
562149
567357
583289
586639
589769
590859
595252
598133
609121
614603
615447
623261
628170
665781
677712
754168
756113
771308
]
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 (394376 , 418051 , 418323 , 419906 , 420658 , 421158 , 421298 , 422543 , 422746 , 422958 , 423139 , 423280 , 424726 , 425435 , 425786 , 427299 , 429386 , 429628 , 437828 , 447273 , 457981 , 458094 , 458384 , 458623 , 459524 , 475443 , 482824 , 497656 , 504963 , 508926 , 510266 , 518949 , 521048 , 527484 , 528316 , 531083 , 534815 , 538653 , 541084 , 541849 , 541854 , 541863 , 544964 , 546783 , 554425 , 557207 , 557209 , 557211 , 558201 , 558578 , 562149 , 567357 , 583289 , 586639 , 589769 , 590859 , 595252 , 598133 , 609121 , 614603 , 615447 , 623261 , 628170 , 665781 , 677712 , 754168 , 756113 , 771308 );
Copy