3
13.58 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
781818
678097
544344
541624
586831
592460
544878
549310
799512
696490
800559
733184
587190
751620
599075
535490
810000
807905
544487
711907
540531
532949
752926
724309
493182
566558
572543
620169
802119
595200
513894
540575
578664
562843
617414
540952
647663
632038
523408
540577
601046
818588
643111
584059
540572
676634
533363
635975
401879
514887
545460
559178
631977
577696
646927
383501
401821
644266
389117
561879
561877
430341
470294
561890
478674
474830
541671
]
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 (781818 , 678097 , 544344 , 541624 , 586831 , 592460 , 544878 , 549310 , 799512 , 696490 , 800559 , 733184 , 587190 , 751620 , 599075 , 535490 , 810000 , 807905 , 544487 , 711907 , 540531 , 532949 , 752926 , 724309 , 493182 , 566558 , 572543 , 620169 , 802119 , 595200 , 513894 , 540575 , 578664 , 562843 , 617414 , 540952 , 647663 , 632038 , 523408 , 540577 , 601046 , 818588 , 643111 , 584059 , 540572 , 676634 , 533363 , 635975 , 401879 , 514887 , 545460 , 559178 , 631977 , 577696 , 646927 , 383501 , 401821 , 644266 , 389117 , 561879 , 561877 , 430341 , 470294 , 561890 , 478674 , 474830 , 541671 );
Copy
4
2.66 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
383501
389117
401821
401879
430341
470294
474830
478674
493182
513894
514887
523408
532949
533363
535490
540531
540572
540575
540577
540952
541624
541671
544344
544487
544878
545460
549310
559178
561877
561879
561890
562843
566558
572543
577696
578664
584059
586831
587190
592460
595200
599075
601046
617414
620169
631977
632038
635975
643111
644266
646927
647663
676634
678097
696490
711907
724309
733184
751620
752926
781818
799512
800559
802119
807905
810000
818588
]
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 (383501 , 389117 , 401821 , 401879 , 430341 , 470294 , 474830 , 478674 , 493182 , 513894 , 514887 , 523408 , 532949 , 533363 , 535490 , 540531 , 540572 , 540575 , 540577 , 540952 , 541624 , 541671 , 544344 , 544487 , 544878 , 545460 , 549310 , 559178 , 561877 , 561879 , 561890 , 562843 , 566558 , 572543 , 577696 , 578664 , 584059 , 586831 , 587190 , 592460 , 595200 , 599075 , 601046 , 617414 , 620169 , 631977 , 632038 , 635975 , 643111 , 644266 , 646927 , 647663 , 676634 , 678097 , 696490 , 711907 , 724309 , 733184 , 751620 , 752926 , 781818 , 799512 , 800559 , 802119 , 807905 , 810000 , 818588 );
Copy
5
77.48 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
383501
389117
401821
401879
430341
470294
474830
478674
493182
513894
514887
523408
532949
533363
535490
540531
540572
540575
540577
540952
541624
541671
544344
544487
544878
545460
549310
559178
561877
561879
561890
562843
566558
572543
577696
578664
584059
586831
587190
592460
595200
599075
601046
617414
620169
631977
632038
635975
643111
644266
646927
647663
676634
678097
696490
711907
724309
733184
751620
752926
781818
799512
800559
802119
807905
810000
818588
]
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 (383501 , 389117 , 401821 , 401879 , 430341 , 470294 , 474830 , 478674 , 493182 , 513894 , 514887 , 523408 , 532949 , 533363 , 535490 , 540531 , 540572 , 540575 , 540577 , 540952 , 541624 , 541671 , 544344 , 544487 , 544878 , 545460 , 549310 , 559178 , 561877 , 561879 , 561890 , 562843 , 566558 , 572543 , 577696 , 578664 , 584059 , 586831 , 587190 , 592460 , 595200 , 599075 , 601046 , 617414 , 620169 , 631977 , 632038 , 635975 , 643111 , 644266 , 646927 , 647663 , 676634 , 678097 , 696490 , 711907 , 724309 , 733184 , 751620 , 752926 , 781818 , 799512 , 800559 , 802119 , 807905 , 810000 , 818588 );
Copy