Query Metrics
7
Database Queries
7
Different statements
158.08 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.78 ms |
SELECT `lang_id`, `code`, `name`, `icon` FROM `lang`
Parameters:
[] |
||||||||||||||||||||||||||||||
| 2 | 2.03 ms |
SELECT `trend_id` FROM `trend` WHERE `subject` = ? LIMIT 1
Parameters:
[
"mature amateur solo"
]
|
||||||||||||||||||||||||||||||
| 3 | 14.74 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 530565 700997 35136 469427 576493 665972 812379 801804 742706 803835 471660 513646 744185 529633 824502 827703 532832 531813 540558 532479 553155 668563 555214 561516 571108 627696 617654 629545 824529 826702 824073 534013 547413 555444 555745 668744 668749 576463 584400 812546 744350 752844 741764 555042 579510 706889 667011 668677 709241 804445 741716 741770 733541 751019 765699 710559 469896 406012 580739 617812 709654 546258 546988 585293 712296 706422 517542 620480 804435 817576 562465 804457 733455 561522 518598 4497 824835 827289 827438 827619 827400 466753 530403 530404 532866 537134 546307 553753 543955 558157 666096 705736 658463 570932 604906 623696 641298 614384 592759 599661 614358 795648 803505 732936 739949 731220 629836 549740 669072 585296 811221 804259 796808 479085 526747 514827 452940 575983 398543 693254 ] |
||||||||||||||||||||||||||||||
| 4 | 2.72 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 4497 35136 398543 406012 452940 466753 469427 469896 471660 479085 513646 514827 517542 518598 526747 529633 530403 530404 530565 531813 532479 532832 532866 534013 537134 540558 543955 546258 546307 546988 547413 549740 553155 553753 555042 555214 555444 555745 558157 561516 561522 562465 570932 571108 575983 576463 576493 579510 580739 584400 585293 585296 592759 599661 604906 614358 614384 617654 617812 620480 623696 627696 629545 629836 641298 658463 665972 666096 667011 668563 668677 668744 668749 669072 693254 700997 705736 706422 706889 709241 709654 710559 712296 731220 732936 733455 733541 739949 741716 741764 741770 742706 744185 744350 751019 752844 765699 795648 796808 801804 803505 803835 804259 804435 804445 804457 811221 812379 812546 817576 824073 824502 824529 824835 826702 827289 827400 827438 827619 827703 ] |
||||||||||||||||||||||||||||||
| 5 | 133.28 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 4497 35136 398543 406012 452940 466753 469427 469896 471660 479085 513646 514827 517542 518598 526747 529633 530403 530404 530565 531813 532479 532832 532866 534013 537134 540558 543955 546258 546307 546988 547413 549740 553155 553753 555042 555214 555444 555745 558157 561516 561522 562465 570932 571108 575983 576463 576493 579510 580739 584400 585293 585296 592759 599661 604906 614358 614384 617654 617812 620480 623696 627696 629545 629836 641298 658463 665972 666096 667011 668563 668677 668744 668749 669072 693254 700997 705736 706422 706889 709241 709654 710559 712296 731220 732936 733455 733541 739949 741716 741764 741770 742706 744185 744350 751019 752844 765699 795648 796808 801804 803505 803835 804259 804435 804445 804457 811221 812379 812546 817576 824073 824502 824529 824835 826702 827289 827400 827438 827619 827703 ] |
||||||||||||||||||||||||||||||
| 6 | 1.77 ms |
SELECT `query_id` FROM `search_log` WHERE `query` = ?
Parameters:
[
"mature любительск соло"
]
|
||||||||||||||||||||||||||||||
| 7 | 1.75 ms |
SELECT `trend_id` FROM `trend` WHERE `subject` = ?
Parameters:
[
"mature любительск соло"
]
|
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.