https://www.alfalaval.nova.ao/sitemap.xml

Query Metrics

4 Database Queries
3 Different statements
2.18 ms Query time
8 Invalid entities

Queries

Group similar statements

# Time Info
1 1.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.telephone AS telephone_3, t0.telephone_main AS telephone_main_4, t0.telephone_master AS telephone_master_5, t0.telephone_slave AS telephone_slave_6, t0.email_main AS email_main_7, t0.email_slave AS email_slave_8, t0.website AS website_9, t0.licenca AS licenca_10, t0.valid AS valid_11, t0.nif AS nif_12, t0.slogan AS slogan_13, t0.logo AS logo_14, t0.fullName AS fullName_15, t0.fax AS fax_16, t0.capitalSocial AS capitalSocial_17, t0.endereco AS endereco_18, t0.id_tipo AS id_tipo_19, t0.sharedware_house AS sharedware_house_20, t0.privacity AS privacity_21, t0.provincia AS provincia_22, t0.pais AS pais_23, t0.address_id AS address_id_24, t0.tax_regim_id AS tax_regim_id_25, t0.diversos_id AS diversos_id_26, t0.settings_id AS settings_id_27 FROM company t0
Parameters:
[]
2 0.40 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.telephone AS telephone_3, t0.telephone_main AS telephone_main_4, t0.telephone_master AS telephone_master_5, t0.telephone_slave AS telephone_slave_6, t0.email_main AS email_main_7, t0.email_slave AS email_slave_8, t0.website AS website_9, t0.licenca AS licenca_10, t0.valid AS valid_11, t0.nif AS nif_12, t0.slogan AS slogan_13, t0.logo AS logo_14, t0.fullName AS fullName_15, t0.fax AS fax_16, t0.capitalSocial AS capitalSocial_17, t0.endereco AS endereco_18, t0.id_tipo AS id_tipo_19, t0.sharedware_house AS sharedware_house_20, t0.privacity AS privacity_21, t0.provincia AS provincia_22, t0.pais AS pais_23, t0.address_id AS address_id_24, t0.tax_regim_id AS tax_regim_id_25, t0.diversos_id AS diversos_id_26, t0.settings_id AS settings_id_27 FROM company t0
Parameters:
[]
3 0.33 ms
SELECT t0.id AS id_1, t0.price AS price_2, t0.name AS name_3, t0.invoices AS invoices_4, t0.amount AS amount_5, t0.wareHouses AS wareHouses_6, t0.supplies AS supplies_7, t0.users AS users_8, t0.accounting AS accounting_9, t0.auditing AS auditing_10, t0.pos AS pos_11, t0.reports AS reports_12, t0.dayly_back_ups AS dayly_back_ups_13, t0.date AS date_14, t0.due_date AS due_date_15, t0.license AS license_16, t0.company_id AS company_id_17 FROM plan_counter t0 WHERE t0.company_id = ? ORDER BY t0.due_date DESC
Parameters:
[
  "b07ad383-e03a-48f5-95c8-7b62770e680f"
]
4 0.29 ms
SELECT t0.id AS id_1, t0.price AS price_2, t0.name AS name_3, t0.invoices AS invoices_4, t0.amount AS amount_5, t0.wareHouses AS wareHouses_6, t0.supplies AS supplies_7, t0.users AS users_8, t0.accounting AS accounting_9, t0.auditing AS auditing_10, t0.pos AS pos_11, t0.reports AS reports_12, t0.dayly_back_ups AS dayly_back_ups_13, t0.date AS date_14, t0.due_date AS due_date_15, t0.license AS license_16, t0.company_id AS company_id_17 FROM plan_counter t0 ORDER BY t0.date DESC
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
App\Entity\Company
  • The association App\Entity\Company#contasBancarias refers to the owning side field App\Entity\ContaBancaria#contasBancarias which does not exist.
App\Entity\Address No errors.
App\Entity\TaxExemption No errors.
App\Entity\Diversos
  • The association App\Entity\Diversos#contaBancaria refers to the inverse side field App\Entity\ContaBancaria#contaBancaria which does not exist.
  • The association App\Entity\Diversos#moedaSecundaria refers to the owning side field App\Entity\Moeda#moedaPrincipal which does not exist.
App\Entity\DocumentSettings No errors.
App\Entity\ContaBancaria
  • The association App\Entity\ContaBancaria#banco refers to the inverse side field App\Entity\Banco#banco which does not exist.
  • The association App\Entity\ContaBancaria#moeda refers to the inverse side field App\Entity\Moeda#moeda which does not exist.
  • The association App\Entity\ContaBancaria#company refers to the inverse side field App\Entity\Company#company which does not exist.
  • The mappings App\Entity\ContaBancaria#pagamentos and App\Entity\Pagamento#contaDestino are inconsistent with each other.
  • The mappings App\Entity\ContaBancaria#recebimentos and App\Entity\Recebimento#contaDestino are inconsistent with each other.
  • The field App\Entity\ContaBancaria#account is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Account#account does not contain the required 'mappedBy="account"' attribute.
  • If association App\Entity\ContaBancaria#account is many-to-one, then the inversed side App\Entity\Account#account has to be one-to-many.
  • The field App\Entity\ContaBancaria#wareHouses is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\WareHouse#bankAccounts does not contain the required 'mappedBy="wareHouses"' attribute.
App\Entity\PlanCounter No errors.
App\Entity\TaxData No errors.
App\Entity\GroupTaxExemption No errors.
App\Entity\Moeda No errors.
App\Entity\Account
  • The field App\Entity\Account#account is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Account#account does not contain the required 'mappedBy="account"' attribute.
  • If association App\Entity\Account#account is many-to-one, then the inversed side App\Entity\Account#account has to be one-to-many.
  • The association App\Entity\Account#accountClass refers to the inverse side field App\Entity\AccountClass#accountClass which does not exist.
  • The mappings App\Entity\Account#accounts and App\Entity\Account#account are inconsistent with each other.
  • The mappings App\Entity\Account#moviments and App\Entity\Moviment#account are inconsistent with each other.
  • The association App\Entity\Account#user refers to the inverse side field App\Entity\User#user which does not exist.
App\Entity\Banco
  • The association App\Entity\Banco#pais refers to the inverse side field App\Entity\Pais#pais which does not exist.
App\Entity\Pagamento
  • The association App\Entity\Pagamento#fornecedor refers to the inverse side field App\Entity\Terceiro#fornecedor which does not exist.
  • The association App\Entity\Pagamento#categoria refers to the inverse side field App\Entity\CategoriaMovimento#categoria which does not exist.
  • The association App\Entity\Pagamento#contaDestino refers to the inverse side field App\Entity\ContaBancaria#contaDestino which does not exist.
  • The association App\Entity\Pagamento#parcelas refers to the owning side field App\Entity\Parcela#parcelas which does not exist.
  • The association App\Entity\Pagamento#contaBancaria refers to the inverse side field App\Entity\ContaBancaria#contaBancaria which does not exist.
App\Entity\Recebimento
  • The association App\Entity\Recebimento#cliente refers to the inverse side field App\Entity\Terceiro#cliente which does not exist.
  • The association App\Entity\Recebimento#categoria refers to the inverse side field App\Entity\CategoriaMovimento#categoria which does not exist.
  • The association App\Entity\Recebimento#contaDestino refers to the inverse side field App\Entity\ContaBancaria#contaDestino which does not exist.
  • The association App\Entity\Recebimento#parcelas refers to the owning side field App\Entity\Parcela#parcelas which does not exist.
  • The association App\Entity\Recebimento#contaBancaria refers to the inverse side field App\Entity\ContaBancaria#contaBancaria which does not exist.
App\Entity\WareHouse
  • The association App\Entity\WareHouse#manager refers to the inverse side field App\Entity\User#manager which does not exist.
  • The association App\Entity\WareHouse#user refers to the inverse side field App\Entity\User#manager which does not exist.
  • The mappings App\Entity\WareHouse#supplysItems and App\Entity\MovimentSupplyItem#warehouse are inconsistent with each other.
  • The mappings App\Entity\WareHouse#MovimentItems and App\Entity\MovimentWarehouseItem#warehouse are inconsistent with each other.