3
11.92 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
531840
395724
401114
445644
804708
748340
539030
774698
568289
715098
761366
550902
813883
548443
758832
103696
427203
656916
807123
656635
818860
442107
620480
693034
590365
724102
643008
593964
448756
472703
550899
606346
800456
464353
810231
440629
442095
657543
797460
398833
432696
570724
401117
412358
432647
392538
416029
469084
418697
654914
809291
632121
804442
488817
679653
525236
472781
543013
443218
420530
500758
461845
448829
473166
473871
507880
423332
454924
]
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 (531840 , 395724 , 401114 , 445644 , 804708 , 748340 , 539030 , 774698 , 568289 , 715098 , 761366 , 550902 , 813883 , 548443 , 758832 , 103696 , 427203 , 656916 , 807123 , 656635 , 818860 , 442107 , 620480 , 693034 , 590365 , 724102 , 643008 , 593964 , 448756 , 472703 , 550899 , 606346 , 800456 , 464353 , 810231 , 440629 , 442095 , 657543 , 797460 , 398833 , 432696 , 570724 , 401117 , 412358 , 432647 , 392538 , 416029 , 469084 , 418697 , 654914 , 809291 , 632121 , 804442 , 488817 , 679653 , 525236 , 472781 , 543013 , 443218 , 420530 , 500758 , 461845 , 448829 , 473166 , 473871 , 507880 , 423332 , 454924 );
Copy
4
2.30 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
103696
392538
395724
398833
401114
401117
412358
416029
418697
420530
423332
427203
432647
432696
440629
442095
442107
443218
445644
448756
448829
454924
461845
464353
469084
472703
472781
473166
473871
488817
500758
507880
525236
531840
539030
543013
548443
550899
550902
568289
570724
590365
593964
606346
620480
632121
643008
654914
656635
656916
657543
679653
693034
715098
724102
748340
758832
761366
774698
797460
800456
804442
804708
807123
809291
810231
813883
818860
]
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 (103696 , 392538 , 395724 , 398833 , 401114 , 401117 , 412358 , 416029 , 418697 , 420530 , 423332 , 427203 , 432647 , 432696 , 440629 , 442095 , 442107 , 443218 , 445644 , 448756 , 448829 , 454924 , 461845 , 464353 , 469084 , 472703 , 472781 , 473166 , 473871 , 488817 , 500758 , 507880 , 525236 , 531840 , 539030 , 543013 , 548443 , 550899 , 550902 , 568289 , 570724 , 590365 , 593964 , 606346 , 620480 , 632121 , 643008 , 654914 , 656635 , 656916 , 657543 , 679653 , 693034 , 715098 , 724102 , 748340 , 758832 , 761366 , 774698 , 797460 , 800456 , 804442 , 804708 , 807123 , 809291 , 810231 , 813883 , 818860 );
Copy
5
102.18 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
103696
392538
395724
398833
401114
401117
412358
416029
418697
420530
423332
427203
432647
432696
440629
442095
442107
443218
445644
448756
448829
454924
461845
464353
469084
472703
472781
473166
473871
488817
500758
507880
525236
531840
539030
543013
548443
550899
550902
568289
570724
590365
593964
606346
620480
632121
643008
654914
656635
656916
657543
679653
693034
715098
724102
748340
758832
761366
774698
797460
800456
804442
804708
807123
809291
810231
813883
818860
]
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 (103696 , 392538 , 395724 , 398833 , 401114 , 401117 , 412358 , 416029 , 418697 , 420530 , 423332 , 427203 , 432647 , 432696 , 440629 , 442095 , 442107 , 443218 , 445644 , 448756 , 448829 , 454924 , 461845 , 464353 , 469084 , 472703 , 472781 , 473166 , 473871 , 488817 , 500758 , 507880 , 525236 , 531840 , 539030 , 543013 , 548443 , 550899 , 550902 , 568289 , 570724 , 590365 , 593964 , 606346 , 620480 , 632121 , 643008 , 654914 , 656635 , 656916 , 657543 , 679653 , 693034 , 715098 , 724102 , 748340 , 758832 , 761366 , 774698 , 797460 , 800456 , 804442 , 804708 , 807123 , 809291 , 810231 , 813883 , 818860 );
Copy