Redirect 301 redirect from GET @landing.cause.index (646d68)

GET https://preprod.abeillesolidaire.club/cause/

Query Metrics

3 Database Queries
3 Different statements
3.33 ms Query time
5 Invalid entities

Queries

Group similar statements

# Time Info
1 1.61 ms
SELECT count(DISTINCT c0_.id) AS sclr_0 FROM cause c0_
Parameters:
[]
2 0.62 ms
SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM cause c0_ ORDER BY c0_.id DESC LIMIT 9
Parameters:
[]
3 1.10 ms
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.description AS description_2, c0_.start_date AS start_date_3, c0_.end_date AS end_date_4, c0_.goal AS goal_5, c0_.image AS image_6, c0_.pledged AS pledged_7, c0_.status AS status_8, c0_.slug AS slug_9, c0_.created_at AS created_at_10, c0_.updated_at AS updated_at_11 FROM cause c0_ WHERE c0_.id IN (?, ?) ORDER BY c0_.id DESC
Parameters:
[
  4
  3
]

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\Membership No errors.
App\Entity\User 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\PaymentMethod No errors.
App\Entity\EventDetails No errors.
App\Entity\ResetPasswordRequest No errors.
App\Entity\Earning No errors.
App\Entity\Event No errors.
App\Entity\KycVerification No errors.
App\Entity\NewsCategory No errors.
App\Entity\ProjectCategory No errors.
App\Entity\Service No errors.
App\Entity\EventCategory No errors.
App\Entity\Comment 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\NewsArticle No errors.
App\Entity\ProjectFAQ 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\ProjectReview No errors.
App\Entity\Testimonial 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\MainSlider No errors.
App\Entity\SystemConfiguration No errors.
App\Entity\ProjectUpdate No errors.
App\Entity\PonctualDonation 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.
Vich\UploaderBundle\Entity\File No errors.