Redirect 302 redirect from GET @_profiler_home (b09656)

GET https://billing.lisboncodelab.com/login

Query Metrics

28 Database Queries
10 Different statements
6.05 ms Query time
1 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 1.99 ms
SELECT COUNT(u0_.id) AS sclr_0 FROM users u0_
Parameters:
[]
2 0.13 ms
SELECT 'main'
Parameters:
[]
3 0.24 ms
SELECT name AS table_name
FROM sqlite_master
WHERE type = 'table'
  AND name != 'sqlite_sequence'
  AND name != 'geometry_columns'
  AND name != 'spatial_ref_sys'
UNION ALL
SELECT name
FROM sqlite_temp_master
WHERE type = 'table'
ORDER BY name
Parameters:
[]
4 0.10 ms
SELECT 'main'
Parameters:
[]
5 0.19 ms
SELECT name AS table_name
FROM sqlite_master
WHERE type = 'table'
  AND name != 'sqlite_sequence'
  AND name != 'geometry_columns'
  AND name != 'spatial_ref_sys'
UNION ALL
SELECT name
FROM sqlite_temp_master
WHERE type = 'table'
ORDER BY name
Parameters:
[]
6 0.11 ms
SELECT 'main'
Parameters:
[]
7 0.14 ms
SELECT sql
  FROM (
      SELECT *
        FROM sqlite_master
   UNION ALL
      SELECT *
        FROM sqlite_temp_master
  )
WHERE type = 'table'
AND name = ?
Parameters:
[
  "migration_versions"
]
8 0.23 ms
SELECT t.name AS table_name,
                   p.*
              FROM sqlite_master t
              JOIN pragma_foreign_key_list(t.name) p
                ON p."seq" != '-1' WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, p.id DESC, p.seq
Parameters:
[
  "migration_versions"
]
9 0.18 ms
SELECT t.name AS table_name,
                   c.*
              FROM sqlite_master t
              JOIN pragma_table_info(t.name) c WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, c.cid
Parameters:
[
  "migration_versions"
]
10 0.14 ms
SELECT sql
  FROM (
      SELECT *
        FROM sqlite_master
   UNION ALL
      SELECT *
        FROM sqlite_temp_master
  )
WHERE type = 'table'
AND name = ?
Parameters:
[
  "migration_versions"
]
11 0.09 ms
SELECT 'main'
Parameters:
[]
12 0.17 ms
SELECT t.name AS table_name,
                   i.*
              FROM sqlite_master t
              JOIN pragma_index_list(t.name) i WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, i.seq
Parameters:
[
  "migration_versions"
]
13 0.12 ms
SELECT * FROM PRAGMA_TABLE_INFO (?)
Parameters:
[
  "migration_versions"
]
14 0.14 ms
SELECT * FROM migration_versions
Parameters:
[]
15 0.13 ms
SELECT 'main'
Parameters:
[]
16 0.22 ms
SELECT name AS table_name
FROM sqlite_master
WHERE type = 'table'
  AND name != 'sqlite_sequence'
  AND name != 'geometry_columns'
  AND name != 'spatial_ref_sys'
UNION ALL
SELECT name
FROM sqlite_temp_master
WHERE type = 'table'
ORDER BY name
Parameters:
[]
17 0.09 ms
SELECT 'main'
Parameters:
[]
18 0.19 ms
SELECT name AS table_name
FROM sqlite_master
WHERE type = 'table'
  AND name != 'sqlite_sequence'
  AND name != 'geometry_columns'
  AND name != 'spatial_ref_sys'
UNION ALL
SELECT name
FROM sqlite_temp_master
WHERE type = 'table'
ORDER BY name
Parameters:
[]
19 0.09 ms
SELECT 'main'
Parameters:
[]
20 0.11 ms
SELECT sql
  FROM (
      SELECT *
        FROM sqlite_master
   UNION ALL
      SELECT *
        FROM sqlite_temp_master
  )
WHERE type = 'table'
AND name = ?
Parameters:
[
  "migration_versions"
]
21 0.20 ms
SELECT t.name AS table_name,
                   p.*
              FROM sqlite_master t
              JOIN pragma_foreign_key_list(t.name) p
                ON p."seq" != '-1' WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, p.id DESC, p.seq
Parameters:
[
  "migration_versions"
]
22 0.19 ms
SELECT t.name AS table_name,
                   c.*
              FROM sqlite_master t
              JOIN pragma_table_info(t.name) c WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, c.cid
Parameters:
[
  "migration_versions"
]
23 0.11 ms
SELECT sql
  FROM (
      SELECT *
        FROM sqlite_master
   UNION ALL
      SELECT *
        FROM sqlite_temp_master
  )
WHERE type = 'table'
AND name = ?
Parameters:
[
  "migration_versions"
]
24 0.08 ms
SELECT 'main'
Parameters:
[]
25 0.18 ms
SELECT t.name AS table_name,
                   i.*
              FROM sqlite_master t
              JOIN pragma_index_list(t.name) i WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, i.seq
Parameters:
[
  "migration_versions"
]
26 0.13 ms
SELECT * FROM PRAGMA_TABLE_INFO (?)
Parameters:
[
  "migration_versions"
]
27 0.12 ms
SELECT * FROM migration_versions
Parameters:
[]
28 0.23 ms
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.description AS description_4, t0.field_type AS field_type_5, t0.company_id AS company_id_6 FROM app_config t0 WHERE t0.setting_key = ? LIMIT 1
Parameters:
[
  "system/company/logo"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
SolidInvoice\SettingsBundle\Entity\Setting 1
SolidInvoice\CoreBundle\Entity\Company 1

Entities Mapping

Class Mapping errors
SolidInvoice\UserBundle\Entity\User No errors.
SolidInvoice\SettingsBundle\Entity\Setting No errors.
SolidInvoice\CoreBundle\Entity\Company
  • The field SolidInvoice\CoreBundle\Entity\Company#apiTokenHistories is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\UserBundle\Entity\ApiTokenHistory#company does not contain the required 'inversedBy="apiTokenHistories"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#taxes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\TaxBundle\Entity\Tax#company does not contain the required 'inversedBy="taxes"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#additionalContactDetails is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\ClientBundle\Entity\AdditionalContactDetail#company does not contain the required 'inversedBy="additionalContactDetails"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#addresses is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\ClientBundle\Entity\Address#company does not contain the required 'inversedBy="addresses"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#clients is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\ClientBundle\Entity\Client#company does not contain the required 'inversedBy="clients"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#contacts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\ClientBundle\Entity\Contact#company does not contain the required 'inversedBy="contacts"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#contactTypes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\ClientBundle\Entity\ContactType#company does not contain the required 'inversedBy="contactTypes"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#credit is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\ClientBundle\Entity\Credit#company does not contain the required 'inversedBy="credit"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#userInvitations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\UserBundle\Entity\UserInvitation#company does not contain the required 'inversedBy="userInvitations"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#apiTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\UserBundle\Entity\ApiToken#company does not contain the required 'inversedBy="apiTokens"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#settings is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\SettingsBundle\Entity\Setting#company does not contain the required 'inversedBy="settings"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#quotes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\QuoteBundle\Entity\Quote#company does not contain the required 'inversedBy="quotes"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#quoteLines is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\QuoteBundle\Entity\Line#company does not contain the required 'inversedBy="quoteLines"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#paymentMethods is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\PaymentBundle\Entity\PaymentMethod#company does not contain the required 'inversedBy="paymentMethods"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#payments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\PaymentBundle\Entity\Payment#company does not contain the required 'inversedBy="payments"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#userNotifications is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\NotificationBundle\Entity\UserNotification#company does not contain the required 'inversedBy="userNotifications"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#transportSettings is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\NotificationBundle\Entity\TransportSetting#company does not contain the required 'inversedBy="transportSettings"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#invoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\InvoiceBundle\Entity\Invoice#company does not contain the required 'inversedBy="invoices"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#recurringInvoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\InvoiceBundle\Entity\RecurringInvoice#company does not contain the required 'inversedBy="recurringInvoices"' attribute.
  • The field SolidInvoice\CoreBundle\Entity\Company#invoiceLines is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity SolidInvoice\InvoiceBundle\Entity\Line#company does not contain the required 'inversedBy="invoiceLines"' attribute.