GET https://preprod.abeillesolidaire.club/news/tag/Legal

Query Metrics

6 Database Queries
6 Different statements
9.10 ms Query time
5 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.96 ms
(32.49%)
1
SELECT n.* FROM news_article n WHERE n.tags::jsonb @> ?
Parameters:
[
  "["Legal"]"
]
1.85 ms
(20.31%)
1
SELECT count(DISTINCT n0_.id) AS sclr_0 FROM news_article n0_ WHERE n0_.id IN (?)
Parameters:
[
  134
]
1.70 ms
(18.66%)
1
SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.slug AS slug_2 FROM news_category n0_ ORDER BY n0_.name ASC
Parameters:
[]
1.35 ms
(14.87%)
1
SELECT DISTINCT n0_.id AS id_0, n0_.created_at AS created_at_1 FROM news_article n0_ WHERE n0_.id IN (?) ORDER BY n0_.created_at DESC LIMIT 6
Parameters:
[
  134
]
0.65 ms
(7.10%)
1
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.image AS image_3, n0_.excerpt AS excerpt_4, n0_.content AS content_5, n0_.author AS author_6, n0_.comments_count AS comments_count_7, n0_.tags AS tags_8, n0_.created_at AS created_at_9, n0_.updated_at AS updated_at_10, n0_.category_id AS category_id_11 FROM news_article n0_ ORDER BY n0_.created_at DESC LIMIT 3
Parameters:
[]
0.60 ms
(6.57%)
1
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.image AS image_3, n0_.excerpt AS excerpt_4, n0_.content AS content_5, n0_.author AS author_6, n0_.comments_count AS comments_count_7, n0_.tags AS tags_8, n0_.created_at AS created_at_9, n0_.updated_at AS updated_at_10, n0_.category_id AS category_id_11 FROM news_article n0_ WHERE n0_.id IN (?) AND n0_.id IN (?) ORDER BY n0_.created_at DESC
Parameters:
[
  134
  134
]

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

Class Mapping errors
App\Entity\MainSlider No errors.
App\Entity\ProjectCategory No errors.
App\Entity\Project
  • The field 'App\Entity\Project#goal' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Project#pledged' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\User No errors.
App\Entity\Donation
  • The field 'App\Entity\Donation#amount' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Earning No errors.
App\Entity\ProjectUpdate No errors.
App\Entity\ProjectReview No errors.
App\Entity\ProjectFAQ No errors.
App\Entity\Testimonial No errors.
App\Entity\NewsArticle No errors.
App\Entity\NewsCategory No errors.
App\Entity\Comment No errors.
App\Entity\Withdrawal
  • The field 'App\Entity\Withdrawal#amount' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Withdrawal#feeAmount' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Withdrawal#cryptoAmount' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Membership No errors.
App\Entity\KycVerification No errors.
App\Entity\PaymentMethod No errors.
App\Entity\Flower
  • The field 'App\Entity\Flower#donationAmount' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\EventDetails No errors.
App\Entity\ResetPasswordRequest No errors.
App\Entity\Event No errors.
App\Entity\Service No errors.
App\Entity\EventCategory No errors.
App\Entity\FAQ No errors.
App\Entity\Cause
  • The field 'App\Entity\Cause#pledged' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\EventContent No errors.
App\Entity\SystemConfiguration No errors.
App\Entity\PonctualDonation No errors.
Vich\UploaderBundle\Entity\File No errors.