Query Metrics
8
Database Queries
8
Different statements
145.30 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.57 ms |
SELECT `lang_id`, `code`, `name`, `icon` FROM `lang`
Parameters:
[] |
||||||||||||||||||||||||||||||
| 2 | 1.96 ms |
SELECT `trend_id` FROM `trend` WHERE `subject` = ? LIMIT 1
Parameters:
[
"skinny big cock"
]
|
||||||||||||||||||||||||||||||
| 3 | 1.74 ms |
SELECT 1 FROM `trend_has_post` WHERE `trend_id` = ? LIMIT 1
Parameters:
[
b"\x01•wWšÆqq£˜_ú\x0F\x19‰Y"
]
|
||||||||||||||||||||||||||||||
| 4 | 12.85 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 705624 708208 714498 716804 722883 555869 562324 619878 596619 596629 600559 600894 598007 636816 591819 608015 810706 730715 725390 737114 744723 747937 758563 728730 738245 725382 749735 603895 714526 792767 447671 500926 540601 746470 819489 795215 828304 657038 659713 658568 666613 565048 556824 452444 499891 488732 495606 525395 524748 529276 653543 693847 574184 633798 819054 648246 656995 659744 668371 669444 593165 742124 742937 754178 644617 492459 823105 826324 822743 825382 826300 821584 824392 828813 828392 538809 656072 657716 669413 657665 658652 668411 674377 656990 657715 821810 542487 666800 588316 617602 591470 813504 746277 756030 566789 826186 822666 823062 826183 533394 537577 546662 655744 437678 550611 560111 595192 652196 601506 530279 421238 386756 826213 826423 826111 815292 664768 656403 759371 392449 ] |
||||||||||||||||||||||||||||||
| 5 | 2.95 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 386756 392449 421238 437678 447671 452444 488732 492459 495606 499891 500926 524748 525395 529276 530279 533394 537577 538809 540601 542487 546662 550611 555869 556824 560111 562324 565048 566789 574184 588316 591470 591819 593165 595192 596619 596629 598007 600559 600894 601506 603895 608015 617602 619878 633798 636816 644617 648246 652196 653543 655744 656072 656403 656990 656995 657038 657665 657715 657716 658568 658652 659713 659744 664768 666613 666800 668371 668411 669413 669444 674377 693847 705624 708208 714498 714526 716804 722883 725382 725390 728730 730715 737114 738245 742124 742937 744723 746277 746470 747937 749735 754178 756030 758563 759371 792767 795215 810706 813504 815292 819054 819489 821584 821810 822743 824392 826183 826186 826213 826300 826324 826423 828304 828392 828813 ] |
||||||||||||||||||||||||||||||
| 6 | 121.12 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 386756 392449 421238 437678 447671 452444 488732 492459 495606 499891 500926 524748 525395 529276 530279 533394 537577 538809 540601 542487 546662 550611 555869 556824 560111 562324 565048 566789 574184 588316 591470 591819 593165 595192 596619 596629 598007 600559 600894 601506 603895 608015 617602 619878 633798 636816 644617 648246 652196 653543 655744 656072 656403 656990 656995 657038 657665 657715 657716 658568 658652 659713 659744 664768 666613 666800 668371 668411 669413 669444 674377 693847 705624 708208 714498 714526 716804 722883 725382 725390 728730 730715 737114 738245 742124 742937 744723 746277 746470 747937 749735 754178 756030 758563 759371 792767 795215 810706 813504 815292 819054 819489 821584 821810 822743 824392 826183 826186 826213 826300 826324 826423 828304 828392 828813 ] |
||||||||||||||||||||||||||||||
| 7 | 1.67 ms |
SELECT `query_id` FROM `search_log` WHERE `query` = ?
Parameters:
[
"худые большие cock"
]
|
||||||||||||||||||||||||||||||
| 8 | 1.42 ms |
SELECT `trend_id` FROM `trend` WHERE `subject` = ?
Parameters:
[
"худые большие cock"
]
|
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.