Query Metrics
7
Database Queries
7
Different statements
157.68 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.01 ms |
SELECT `lang_id`, `code`, `name`, `icon` FROM `lang`
Parameters:
[] |
||||||||||||||||||||||||||||||
| 2 | 2.04 ms |
SELECT `trend_id` FROM `trend` WHERE `subject` = ? LIMIT 1
Parameters:
[
"amateur home video"
]
|
||||||||||||||||||||||||||||||
| 3 | 11.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 786380 809965 778180 466344 432954 700726 590652 628020 673880 679306 454149 522564 462526 740760 736889 750624 809978 723828 785459 715434 692180 391115 681722 681657 796533 732202 780660 681712 795340 735567 597093 681736 681714 507849 533919 648650 681734 667113 678458 561503 765042 703749 823651 794086 766885 766510 824426 568820 670389 670743 681729 648017 668007 609073 597180 626050 745891 794069 782352 795785 788390 806808 740303 792973 796792 650292 778132 537283 540251 577308 564698 660248 681719 682841 610862 627981 542479 764826 768101 786124 732840 764245 723087 812178 776018 810759 762298 766380 804297 521969 824449 478767 707214 777335 682846 707512 588695 599304 617245 707542 639895 778839 810904 788620 794160 768635 560600 790617 557723 647091 682851 698342 589857 640589 776253 810441 612763 714947 727681 761929 ] |
||||||||||||||||||||||||||||||
| 4 | 2.79 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 391115 432954 454149 462526 466344 478767 507849 521969 522564 533919 537283 540251 542479 557723 560600 561503 564698 568820 577308 588695 589857 590652 597093 597180 599304 609073 610862 612763 617245 626050 627981 628020 639895 640589 647091 648017 648650 650292 660248 667113 668007 670389 670743 673880 678458 679306 681657 681712 681714 681719 681722 681729 681734 681736 682841 682846 682851 692180 698342 700726 703749 707214 707512 707542 714947 715434 723087 723828 727681 732202 732840 735567 736889 740303 740760 745891 750624 761929 762298 764245 764826 765042 766380 766510 766885 768101 768635 776018 776253 777335 778132 778180 778839 780660 782352 785459 786124 786380 788390 788620 790617 792973 794069 794086 794160 795340 795785 796533 796792 804297 806808 809965 809978 810441 810759 810904 812178 823651 824426 824449 ] |
||||||||||||||||||||||||||||||
| 5 | 135.70 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 391115 432954 454149 462526 466344 478767 507849 521969 522564 533919 537283 540251 542479 557723 560600 561503 564698 568820 577308 588695 589857 590652 597093 597180 599304 609073 610862 612763 617245 626050 627981 628020 639895 640589 647091 648017 648650 650292 660248 667113 668007 670389 670743 673880 678458 679306 681657 681712 681714 681719 681722 681729 681734 681736 682841 682846 682851 692180 698342 700726 703749 707214 707512 707542 714947 715434 723087 723828 727681 732202 732840 735567 736889 740303 740760 745891 750624 761929 762298 764245 764826 765042 766380 766510 766885 768101 768635 776018 776253 777335 778132 778180 778839 780660 782352 785459 786124 786380 788390 788620 790617 792973 794069 794086 794160 795340 795785 796533 796792 804297 806808 809965 809978 810441 810759 810904 812178 823651 824426 824449 ] |
||||||||||||||||||||||||||||||
| 6 | 1.86 ms |
SELECT `query_id` FROM `search_log` WHERE `query` = ?
Parameters:
[
"любительск home video"
]
|
||||||||||||||||||||||||||||||
| 7 | 1.71 ms |
SELECT `trend_id` FROM `trend` WHERE `subject` = ?
Parameters:
[
"любительск home video"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
No loaded entities.