72.38 ms (46.52%)
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
104921
382249
383641
386062
387326
387550
388100
389579
393077
394767
395527
395552
395598
395968
396725
399393
400167
404695
404746
408283
410602
417927
420056
420924
420999
424955
426406
428494
430412
443213
449633
453754
469543
473832
474745
474760
478476
487711
495771
504970
510131
522153
526083
528825
529145
532773
555050
562333
596059
615778
615788
615789
615796
615800
615801
615810
615812
615813
624222
626603
656123
711257
719737
815274
816267
820963
]
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 (104921 , 382249 , 383641 , 386062 , 387326 , 387550 , 388100 , 389579 , 393077 , 394767 , 395527 , 395552 , 395598 , 395968 , 396725 , 399393 , 400167 , 404695 , 404746 , 408283 , 410602 , 417927 , 420056 , 420924 , 420999 , 424955 , 426406 , 428494 , 430412 , 443213 , 449633 , 453754 , 469543 , 473832 , 474745 , 474760 , 478476 , 487711 , 495771 , 504970 , 510131 , 522153 , 526083 , 528825 , 529145 , 532773 , 555050 , 562333 , 596059 , 615778 , 615788 , 615789 , 615796 , 615800 , 615801 , 615810 , 615812 , 615813 , 624222 , 626603 , 656123 , 711257 , 719737 , 815274 , 816267 , 820963 );
Copy
12.60 ms (8.10%)
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
615810
400167
615801
615778
615788
615813
529145
719737
615789
615796
510131
656123
430412
526083
596059
555050
104921
495771
615812
562333
395527
626603
426406
395552
399393
396725
504970
478476
453754
443213
420924
388100
487711
408283
474745
420999
820963
615800
532773
389579
382249
474760
815274
386062
711257
420056
387326
816267
624222
404695
395598
469543
528825
410602
417927
424955
387550
522153
383641
404746
473832
394767
393077
428494
395968
449633
]
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 (615810 , 400167 , 615801 , 615778 , 615788 , 615813 , 529145 , 719737 , 615789 , 615796 , 510131 , 656123 , 430412 , 526083 , 596059 , 555050 , 104921 , 495771 , 615812 , 562333 , 395527 , 626603 , 426406 , 395552 , 399393 , 396725 , 504970 , 478476 , 453754 , 443213 , 420924 , 388100 , 487711 , 408283 , 474745 , 420999 , 820963 , 615800 , 532773 , 389579 , 382249 , 474760 , 815274 , 386062 , 711257 , 420056 , 387326 , 816267 , 624222 , 404695 , 395598 , 469543 , 528825 , 410602 , 417927 , 424955 , 387550 , 522153 , 383641 , 404746 , 473832 , 394767 , 393077 , 428494 , 395968 , 449633 );
Copy
2.77 ms (1.78%)
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
104921
382249
383641
386062
387326
387550
388100
389579
393077
394767
395527
395552
395598
395968
396725
399393
400167
404695
404746
408283
410602
417927
420056
420924
420999
424955
426406
428494
430412
443213
449633
453754
469543
473832
474745
474760
478476
487711
495771
504970
510131
522153
526083
528825
529145
532773
555050
562333
596059
615778
615788
615789
615796
615800
615801
615810
615812
615813
624222
626603
656123
711257
719737
815274
816267
820963
]
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 (104921 , 382249 , 383641 , 386062 , 387326 , 387550 , 388100 , 389579 , 393077 , 394767 , 395527 , 395552 , 395598 , 395968 , 396725 , 399393 , 400167 , 404695 , 404746 , 408283 , 410602 , 417927 , 420056 , 420924 , 420999 , 424955 , 426406 , 428494 , 430412 , 443213 , 449633 , 453754 , 469543 , 473832 , 474745 , 474760 , 478476 , 487711 , 495771 , 504970 , 510131 , 522153 , 526083 , 528825 , 529145 , 532773 , 555050 , 562333 , 596059 , 615778 , 615788 , 615789 , 615796 , 615800 , 615801 , 615810 , 615812 , 615813 , 624222 , 626603 , 656123 , 711257 , 719737 , 815274 , 816267 , 820963 );
Copy