Redirect 302 redirect from GET @to_index (aa9ab3)

GET https://www.askanbi.com/fr-km/account/login

Query Metrics

14 Database Queries
13 Different statements
40.97 ms Query time
3 Invalid entities
227 Managed entities

Queries

Group similar statements

# Time Info
1 6.51 ms
SELECT t0.id AS id_1, t0.is_enabled AS is_enabled_2, t0.code AS code_3, t0.flag AS flag_4, t0.currency AS currency_5, t0.phone_code AS phone_code_6, t0.language AS language_7, t0.name AS name_8, t0.name_en AS name_en_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM km_country t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "sg"
]
2 1.46 ms
SELECT k0_.name AS name_0, k0_.slug AS slug_1 FROM km_ad_billing k0_ ORDER BY k0_.id ASC
Parameters:
[]
3 2.21 ms
SELECT k0_.name AS name_0, k0_.slug AS slug_1 FROM km_ad_menu k0_ ORDER BY k0_.id ASC
Parameters:
[]
4 0.42 ms
SELECT k0_.id AS id_0, k0_.is_enabled AS is_enabled_1, k0_.code AS code_2, k0_.flag AS flag_3, k0_.currency AS currency_4, k0_.phone_code AS phone_code_5, k0_.language AS language_6, k0_.name AS name_7, k0_.name_en AS name_en_8, k0_.created_at AS created_at_9, k0_.updated_at AS updated_at_10 FROM km_country k0_ WHERE LOWER(k0_.code) = ? AND k0_.is_enabled = true LIMIT 1
Parameters:
[
  "km"
]
5 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.name_en AS name_en_3, t0.slug AS slug_4 FROM km_ad_menu t0
Parameters:
[]
6 3.60 ms
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.is_visible AS is_visible_3, k0_.created_at AS created_at_4, k0_.updated_at AS updated_at_5 FROM km_country_recruitment k0_ WHERE LOWER(k0_.code) = ? AND k0_.is_visible = true LIMIT 1
Parameters:
[
  "km"
]
7 4.16 ms
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.is_visible AS is_visible_3, k0_.created_at AS created_at_4, k0_.updated_at AS updated_at_5 FROM km_country_restaurant k0_ WHERE LOWER(k0_.code) = ? AND k0_.is_visible = true LIMIT 1
Parameters:
[
  "km"
]
8 4.84 ms
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.is_visible AS is_visible_3, k0_.created_at AS created_at_4, k0_.updated_at AS updated_at_5 FROM km_country_insurance k0_ WHERE LOWER(k0_.code) = ? AND k0_.is_visible = true LIMIT 1
Parameters:
[
  "km"
]
9 5.55 ms
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.is_visible AS is_visible_3, k0_.created_at AS created_at_4, k0_.updated_at AS updated_at_5 FROM km_country_jackpot k0_ WHERE LOWER(k0_.code) = ? AND k0_.is_visible = true LIMIT 1
Parameters:
[
  "km"
]
10 0.28 ms
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.is_visible AS is_visible_3, k0_.created_at AS created_at_4, k0_.updated_at AS updated_at_5 FROM km_country_restaurant k0_ WHERE LOWER(k0_.code) = ? AND k0_.is_visible = true LIMIT 1
Parameters:
[
  "km"
]
11 3.57 ms
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.is_visible AS is_visible_3, k0_.created_at AS created_at_4, k0_.updated_at AS updated_at_5 FROM km_country_land k0_ WHERE LOWER(k0_.code) = ? AND k0_.is_visible = true LIMIT 1
Parameters:
[
  "km"
]
12 4.26 ms
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.is_visible AS is_visible_3, k0_.created_at AS created_at_4, k0_.updated_at AS updated_at_5 FROM km_country_car k0_ WHERE LOWER(k0_.code) = ? AND k0_.is_visible = true LIMIT 1
Parameters:
[
  "km"
]
13 3.26 ms
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.is_visible AS is_visible_3, k0_.created_at AS created_at_4, k0_.updated_at AS updated_at_5 FROM km_country_ad k0_ WHERE LOWER(k0_.code) = ? AND k0_.is_visible = true LIMIT 1
Parameters:
[
  "km"
]
14 0.68 ms
SELECT k0_.id AS id_0, k0_.is_enabled AS is_enabled_1, k0_.code AS code_2, k0_.flag AS flag_3, k0_.currency AS currency_4, k0_.phone_code AS phone_code_5, k0_.language AS language_6, k0_.name AS name_7, k0_.name_en AS name_en_8, k0_.created_at AS created_at_9, k0_.updated_at AS updated_at_10 FROM km_country k0_ WHERE k0_.is_enabled = true ORDER BY k0_.id ASC
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Country 218
App\Entity\AdMenu 5
App\Entity\CountryRestaurant 1
App\Entity\CountryLand 1
App\Entity\CountryCar 1
App\Entity\CountryAd 1

Entities Mapping

Class Mapping errors
App\Entity\Country No errors.
App\Entity\AdBilling No errors.
App\Entity\AdMenu No errors.
App\Entity\AdSubMenu No errors.
App\Entity\CountryRecruitment No errors.
App\Entity\CountryRestaurant No errors.
App\Entity\Restaurant No errors.
App\Entity\CountryInsurance No errors.
App\Entity\CountryJackpot No errors.
App\Entity\CountryTicketer No errors.
App\Entity\CountryLand No errors.
App\Entity\Land No errors.
App\Entity\CountryCar
  • The mappings App\Entity\CountryCar#cars and App\Entity\Restaurant#country are inconsistent with each other.
App\Entity\CountryAd No errors.
App\Entity\Ad No errors.
App\Entity\Recruitment No errors.
App\Entity\Author
  • The mappings App\Entity\Author#followers and App\Entity\Follower#author are inconsistent with each other.
App\Entity\RestaurantCategory No errors.
App\Entity\RestaurantMenu No errors.
App\Entity\AutoCategory No errors.
App\Entity\Insurance No errors.
App\Entity\Jackpot
  • The association App\Entity\Jackpot#author refers to the inverse side field App\Entity\Author#jackpots which does not exist.
App\Entity\LandAlbum No errors.
App\Entity\LandCategory No errors.
App\Entity\AdAlbum No errors.