283.51 ms (87.93%)
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
394490
418421
429685
435412
439056
441745
441757
442587
448522
449290
449297
449310
459648
485057
486875
518125
526912
536439
537670
537672
557853
564377
564555
564557
580153
588798
595080
626902
631598
639810
641318
644068
644982
660572
661991
675494
676455
677878
677898
682507
689145
692817
706188
706567
707322
713308
715373
725240
732991
733436
738286
745962
751307
756990
759648
766858
776327
777851
782539
792078
803394
806947
817359
]
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 (394490 , 418421 , 429685 , 435412 , 439056 , 441745 , 441757 , 442587 , 448522 , 449290 , 449297 , 449310 , 459648 , 485057 , 486875 , 518125 , 526912 , 536439 , 537670 , 537672 , 557853 , 564377 , 564555 , 564557 , 580153 , 588798 , 595080 , 626902 , 631598 , 639810 , 641318 , 644068 , 644982 , 660572 , 661991 , 675494 , 676455 , 677878 , 677898 , 682507 , 689145 , 692817 , 706188 , 706567 , 707322 , 713308 , 715373 , 725240 , 732991 , 733436 , 738286 , 745962 , 751307 , 756990 , 759648 , 766858 , 776327 , 777851 , 782539 , 792078 , 803394 , 806947 , 817359 );
Copy
9.57 ms (2.97%)
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
733436
776327
676455
557853
580153
394490
459648
418421
537672
644068
817359
725240
766858
706188
660572
675494
588798
631598
732991
759648
777851
449297
449310
536439
689145
661991
782539
738286
641318
442587
564557
441745
441757
439056
677878
692817
713308
682507
626902
792078
803394
806947
751307
756990
429685
435412
449290
706567
745962
715373
448522
564377
564555
677898
644982
485057
707322
518125
537670
595080
486875
639810
526912
]
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 (733436 , 776327 , 676455 , 557853 , 580153 , 394490 , 459648 , 418421 , 537672 , 644068 , 817359 , 725240 , 766858 , 706188 , 660572 , 675494 , 588798 , 631598 , 732991 , 759648 , 777851 , 449297 , 449310 , 536439 , 689145 , 661991 , 782539 , 738286 , 641318 , 442587 , 564557 , 441745 , 441757 , 439056 , 677878 , 692817 , 713308 , 682507 , 626902 , 792078 , 803394 , 806947 , 751307 , 756990 , 429685 , 435412 , 449290 , 706567 , 745962 , 715373 , 448522 , 564377 , 564555 , 677898 , 644982 , 485057 , 707322 , 518125 , 537670 , 595080 , 486875 , 639810 , 526912 );
Copy
3.50 ms (1.09%)
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
394490
418421
429685
435412
439056
441745
441757
442587
448522
449290
449297
449310
459648
485057
486875
518125
526912
536439
537670
537672
557853
564377
564555
564557
580153
588798
595080
626902
631598
639810
641318
644068
644982
660572
661991
675494
676455
677878
677898
682507
689145
692817
706188
706567
707322
713308
715373
725240
732991
733436
738286
745962
751307
756990
759648
766858
776327
777851
782539
792078
803394
806947
817359
]
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 (394490 , 418421 , 429685 , 435412 , 439056 , 441745 , 441757 , 442587 , 448522 , 449290 , 449297 , 449310 , 459648 , 485057 , 486875 , 518125 , 526912 , 536439 , 537670 , 537672 , 557853 , 564377 , 564555 , 564557 , 580153 , 588798 , 595080 , 626902 , 631598 , 639810 , 641318 , 644068 , 644982 , 660572 , 661991 , 675494 , 676455 , 677878 , 677898 , 682507 , 689145 , 692817 , 706188 , 706567 , 707322 , 713308 , 715373 , 725240 , 732991 , 733436 , 738286 , 745962 , 751307 , 756990 , 759648 , 766858 , 776327 , 777851 , 782539 , 792078 , 803394 , 806947 , 817359 );
Copy