70.11 ms (71.81%)
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
398747
398830
442444
482485
493169
498437
510297
529142
531569
539654
539748
545645
546128
546908
561289
563820
564189
565779
569408
571843
571976
587025
593985
609214
609225
612490
614797
615673
615680
615707
618593
619362
621339
621727
621973
625233
625235
625594
634242
670205
675374
715234
724481
725620
730614
731389
742099
742665
771490
777755
779804
784303
789396
793368
794250
795985
796103
798681
801540
803300
807332
807410
812634
812785
820736
]
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 (398747 , 398830 , 442444 , 482485 , 493169 , 498437 , 510297 , 529142 , 531569 , 539654 , 539748 , 545645 , 546128 , 546908 , 561289 , 563820 , 564189 , 565779 , 569408 , 571843 , 571976 , 587025 , 593985 , 609214 , 609225 , 612490 , 614797 , 615673 , 615680 , 615707 , 618593 , 619362 , 621339 , 621727 , 621973 , 625233 , 625235 , 625594 , 634242 , 670205 , 675374 , 715234 , 724481 , 725620 , 730614 , 731389 , 742099 , 742665 , 771490 , 777755 , 779804 , 784303 , 789396 , 793368 , 794250 , 795985 , 796103 , 798681 , 801540 , 803300 , 807332 , 807410 , 812634 , 812785 , 820736 );
Copy
9.13 ms (9.35%)
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
789396
777755
442444
593985
615707
609214
742665
725620
820736
398747
730614
621973
539654
587025
621727
779804
801540
807410
803300
796103
615680
795985
812785
742099
771490
398830
794250
731389
482485
625233
529142
621339
615673
618593
793368
798681
812634
807332
531569
564189
546128
546908
563820
634242
784303
614797
619362
498437
510297
569408
545645
561289
670205
715234
612490
625594
724481
493169
565779
571843
571976
539748
675374
625235
609225
]
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 (789396 , 777755 , 442444 , 593985 , 615707 , 609214 , 742665 , 725620 , 820736 , 398747 , 730614 , 621973 , 539654 , 587025 , 621727 , 779804 , 801540 , 807410 , 803300 , 796103 , 615680 , 795985 , 812785 , 742099 , 771490 , 398830 , 794250 , 731389 , 482485 , 625233 , 529142 , 621339 , 615673 , 618593 , 793368 , 798681 , 812634 , 807332 , 531569 , 564189 , 546128 , 546908 , 563820 , 634242 , 784303 , 614797 , 619362 , 498437 , 510297 , 569408 , 545645 , 561289 , 670205 , 715234 , 612490 , 625594 , 724481 , 493169 , 565779 , 571843 , 571976 , 539748 , 675374 , 625235 , 609225 );
Copy
2.38 ms (2.43%)
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
398747
398830
442444
482485
493169
498437
510297
529142
531569
539654
539748
545645
546128
546908
561289
563820
564189
565779
569408
571843
571976
587025
593985
609214
609225
612490
614797
615673
615680
615707
618593
619362
621339
621727
621973
625233
625235
625594
634242
670205
675374
715234
724481
725620
730614
731389
742099
742665
771490
777755
779804
784303
789396
793368
794250
795985
796103
798681
801540
803300
807332
807410
812634
812785
820736
]
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 (398747 , 398830 , 442444 , 482485 , 493169 , 498437 , 510297 , 529142 , 531569 , 539654 , 539748 , 545645 , 546128 , 546908 , 561289 , 563820 , 564189 , 565779 , 569408 , 571843 , 571976 , 587025 , 593985 , 609214 , 609225 , 612490 , 614797 , 615673 , 615680 , 615707 , 618593 , 619362 , 621339 , 621727 , 621973 , 625233 , 625235 , 625594 , 634242 , 670205 , 675374 , 715234 , 724481 , 725620 , 730614 , 731389 , 742099 , 742665 , 771490 , 777755 , 779804 , 784303 , 789396 , 793368 , 794250 , 795985 , 796103 , 798681 , 801540 , 803300 , 807332 , 807410 , 812634 , 812785 , 820736 );
Copy