http://smartfactor-system.test.aspello.pl/payment/notify/paybynet

Query Metrics

17 Database Queries
11 Different statements
23.54 ms Query time
6 Invalid entities

Grouped Statements

Show all queries

Time Count Info
6.72 ms
(28.54%)
2
SELECT quote_ident(table_name) AS table_name,
       table_schema AS schema_name
FROM information_schema.tables
WHERE table_catalog = ?
  AND table_schema NOT LIKE 'pg\_%'
  AND table_schema != 'information_schema'
  AND table_name != 'geometry_columns'
  AND table_name != 'spatial_ref_sys'
  AND table_type = 'BASE TABLE'
Parameters:
[
  "aspello_smartfactor"
]
5.50 ms
(23.37%)
1
SELECT            a.attnum,
            quote_ident(a.attname) AS field,
            t.typname AS type,
            format_type(a.atttypid, a.atttypmod) AS complete_type,
            (SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation,
            (SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type,
            (SELECT format_type(t2.typbasetype, t2.typtypmod) FROM
              pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type,
            a.attnotnull AS isnotnull,
            (SELECT 't'
             FROM pg_index
             WHERE c.oid = pg_index.indrelid
                AND pg_index.indkey[0] = a.attnum
                AND pg_index.indisprimary = 't'
            ) AS pri,
            (SELECT pg_get_expr(adbin, adrelid)
             FROM pg_attrdef
             WHERE c.oid = pg_attrdef.adrelid
                AND pg_attrdef.adnum=a.attnum
            ) AS default,
            (SELECT pg_description.description
                FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid
            ) AS comment
            FROM pg_attribute a
                INNER JOIN pg_class c
                    ON c.oid = a.attrelid
                INNER JOIN pg_type t
                    ON t.oid = a.atttypid
                INNER JOIN pg_namespace n
                    ON n.oid = c.relnamespace
                LEFT JOIN pg_depend d
                    ON d.objid = c.oid
                        AND d.deptype = 'e' WHERE a.attnum > 0 AND c.relkind = 'r' AND d.refobjid IS NULL AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') ORDER BY a.attnum
Parameters:
[]
2.35 ms
(9.98%)
6
SELECT CURRENT_DATABASE()
Parameters:
[]
2.14 ms
(9.10%)
1
SELECT t0.transaction_id AS transaction_id_1, t0.status AS status_2, t0.currency_code AS currency_code_3, t0.amount AS amount_4, t0.email AS email_5, t0.client_id AS client_id_6, t0.description AS description_7, t0.details AS details_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.id AS id_11, t0.client_name AS client_name_12, t0.client_first_name AS client_first_name_13, t0.client_last_name AS client_last_name_14, t0.client_description AS client_description_15, t0.street AS street_16, t0.street_number AS street_number_17, t0.flat_number AS flat_number_18, t0.town AS town_19, t0.decision_id AS decision_id_20, t0.created_by AS created_by_21 FROM abap_payment t0 WHERE t0.transaction_id = ?
Parameters:
[
  "1766779672"
]
1.49 ms
(6.33%)
1
SELECT                   quote_ident(ic.relname) AS relname,
                   i.indisunique,
                   i.indisprimary,
                   i.indkey,
                   i.indrelid,
                   pg_get_expr(indpred, indrelid) AS "where"
              FROM pg_index i
                   JOIN pg_class AS tc ON tc.oid = i.indrelid
                   JOIN pg_namespace tn ON tn.oid = tc.relnamespace
                   JOIN pg_class AS ic ON ic.oid = i.indexrelid
             WHERE ic.oid IN (
                SELECT indexrelid
                FROM pg_index i, pg_class c, pg_namespace n WHERE c.oid = i.indrelid AND c.relnamespace = n.oid AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast'))
Parameters:
[]
1.39 ms
(5.91%)
1
SELECT c.relname,
       obj_description(c.oid, 'pg_class') AS comment
FROM pg_class c
     INNER JOIN pg_namespace n
         ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
Parameters:
[]
1.35 ms
(5.72%)
1
SELECT                  quote_ident(r.conname) as conname,
                  pg_get_constraintdef(r.oid, true) as condef
                  FROM pg_constraint r
                      JOIN pg_class AS tc ON tc.oid = r.conrelid
                      JOIN pg_namespace tn ON tn.oid = tc.relnamespace
                  WHERE r.conrelid IN
                  (
                      SELECT c.oid
                      FROM pg_class c, pg_namespace n WHERE n.oid = c.relnamespace AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND r.contype = 'f'
Parameters:
[]
1.09 ms
(4.64%)
1
SELECT * FROM doctrine_migration_versions
Parameters:
[]
0.81 ms
(3.46%)
1
SELECT schema_name
FROM   information_schema.schemata
WHERE  schema_name NOT LIKE 'pg\_%'
AND    schema_name != 'information_schema'
Parameters:
[]
0.42 ms
(1.80%)
1
SELECT attnum, attname FROM pg_attribute WHERE attrelid=2025208 AND attnum IN (1) ORDER BY attnum ASC
Parameters:
[]
0.27 ms
(1.14%)
1
SHOW search_path
Parameters:
[]

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
Abap\PaymentBundle\Model\Payment No errors.
App\Entity\Payment No errors.
App\Entity\Shipment
  • The field App\Entity\Shipment#payments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Payment#decision does not contain the required 'inversedBy="payments"' attribute.
  • The field App\Entity\Shipment#ezdDocuments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Ezd\EzdDocument#shipment does not contain the required 'inversedBy="ezdDocuments"' attribute.
App\Entity\User
  • The field App\Entity\User#participations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\UserCaseParticipation#user does not contain the required 'inversedBy="participations"' attribute.
App\Entity\PaymentPosition No errors.
App\Entity\ShipmentAttachment No errors.
App\Entity\Application No errors.
App\Entity\CaseEntity
  • The field App\Entity\CaseEntity#participations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\UserCaseParticipation#case does not contain the required 'inversedBy="participations"' attribute.
App\Entity\Ezd\EzdDocument No errors.
App\Entity\ShipmentConfirmation No errors.
App\Entity\Group No errors.
App\Entity\UserCaseParticipation No errors.
Abap\NotifierBundle\Model\NotificationLog No errors.
Abap\NotifierBundle\Model\NotificationTemplate No errors.
Payum\Core\Model\Token No errors.
Abap\PaymentBundle\Model\PaymentSecurityToken No errors.
Payum\Core\Model\ArrayObject No errors.
Payum\Core\Model\Payout No errors.
Payum\Core\Model\Payment No errors.
Payum\Core\Model\GatewayConfig No errors.
Vich\UploaderBundle\Entity\File No errors.
App\Entity\Fee No errors.
App\Entity\Attachment No errors.
App\Entity\Service No errors.
App\Entity\Dictionary\ApplicationStatus No errors.
App\Entity\ApplicationAttachment No errors.
App\Entity\Applicant No errors.
App\Entity\Contractor No errors.
App\Entity\Forest No errors.
App\Entity\Dictionary\DocumentReceiptMethod No errors.
App\Entity\RoadOccupation No errors.
App\Entity\Parcel No errors.
App\Entity\Vehicle No errors.
App\Entity\Dictionary\PropertyLegalTitle No errors.
App\Entity\TreeToRemove No errors.
App\Entity\ApplicationDecision No errors.
App\Entity\InvestorRepresentative No errors.
App\Entity\DrainageSurfaceCharacteristic No errors.
App\Entity\BusStop No errors.
App\Entity\LocationDecision No errors.
App\Entity\CaseAttachment No errors.
App\Entity\Dictionary\CaseStatus No errors.
App\Entity\Log
  • The association App\Entity\Log#userId refers to the inverse side field App\Entity\User#logs which does not exist.
App\Entity\FeeCategory No errors.
App\Entity\SurveyQuestionAnswer No errors.
App\Entity\NotificationTemplate No errors.
App\Entity\SurveyQuestion No errors.
App\Entity\LoginAttempt No errors.
App\Entity\DocumentTemplateAttachment
  • The field App\Entity\DocumentTemplateAttachment#documentTemplate is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\DocumentTemplate#attachment does not contain the required 'mappedBy="documentTemplate"' attribute.
App\Entity\SurveyQuestionChoice No errors.
App\Entity\Subpage No errors.
App\Entity\Dictionary\EntityType No errors.
App\Entity\Dictionary\RoadOccupationUnitFee No errors.
App\Entity\Dictionary\DocumentTemplateType No errors.
App\Entity\Dictionary\SurveyStatus No errors.
App\Entity\Dictionary\Gmina No errors.
App\Entity\Dictionary\SurveyQuestionType No errors.
App\Entity\Dictionary\RoadOccupationType No errors.
App\Entity\Dictionary\SurveyType No errors.
App\Entity\Dictionary\TreeRemovalReason No errors.
App\Entity\Dictionary\BankAccount No errors.
App\Entity\Dictionary\Obreb No errors.
App\Entity\NotificationLog No errors.
App\Entity\ServiceAttachmentPosition No errors.
App\Entity\TemplateAttachment No errors.
App\Entity\DocumentTemplate No errors.
App\Entity\Survey No errors.
App\Entity\ApplicationDecisionAttachment
  • The association App\Entity\ApplicationDecisionAttachment#applicationDecision refers to the inverse side field App\Entity\ApplicationDecision#attachment which does not exist.
App\Entity\SurveyDescriptionAttachment No errors.
App\Entity\Notification No errors.
App\Entity\RoadOccupationStage No errors.