Error 404 Not Found

GET https://dev.core.pol-crm.com/.well-known/mcp/server-card.json

Forwarded to ErrorController (68a6f1)

Query Metrics

13 Database Queries
7 Different statements
12.28 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.33 ms
(43.43%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "dev_pol_core"
]
2.99 ms
(24.33%)
1
SELECT       c.COLUMN_NAME        AS field,
       c.COLUMN_TYPE       AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME
     WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "dev_pol_core"
  "dev_pol_core"
  "doctrine_migration_versions"
]
2.09 ms
(17.03%)
1
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'dev_pol_core' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "dev_pol_core"
  "doctrine_migration_versions"
]
0.94 ms
(7.68%)
6
SELECT DATABASE()
Parameters:
[]
0.57 ms
(4.67%)
1
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
          ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "dev_pol_core"
  "doctrine_migration_versions"
]
0.24 ms
(1.91%)
1
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "dev_pol_core"
  "doctrine_migration_versions"
]
0.12 ms
(0.95%)
1
SELECT * FROM doctrine_migration_versions
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

Entities Mapping

Class Mapping errors
App\Entity\Core\TabLayout No errors.
App\Entity\User\Customer No errors.
App\Entity\Core\Tab No errors.
App\Entity\User\User No errors.
App\Entity\User\Module No errors.
App\Entity\User\Section No errors.
App\Entity\User\OutlookSubscriptionConfiguration No errors.
App\Entity\User\ModuleConfiguration No errors.
App\Entity\Core\SavedRequest No errors.
App\Entity\Core\MicrosoftGraphOutlookSubscriptionUser No errors.
App\Entity\Core\Listing No errors.
App\Entity\Core\Template No errors.
App\Entity\Core\SwitchUserRequest No errors.
App\Entity\Core\Webhook No errors.
App\Entity\Core\Import No errors.
App\Entity\Core\SavedUserSearch No errors.
App\Entity\Core\RateLimitLog No errors.
App\Entity\Core\FeatureFlag No errors.
App\Entity\Core\CustomAction No errors.
App\Entity\Core\MicrosoftGraphOutlookSubscriptionConfiguration No errors.
App\Entity\Core\Log No errors.
App\Entity\Core\Params No errors.
App\Entity\Core\StatisticConfig No errors.
App\Entity\Core\AutomaticQuoteStatusUpdateConfiguration No errors.
App\Entity\Core\CustomerEventService No errors.
App\Entity\Core\PreconfiguredExport No errors.
App\Entity\Core\ListingItem No errors.
App\Entity\Core\WebhookLog No errors.
App\Entity\Core\LastVisit No errors.
App\Entity\Core\MicrosoftGraphOutlookSubscription No errors.
App\Entity\Core\FieldType No errors.
App\Entity\Core\CustomEventTrigger No errors.
App\Entity\Core\Tag No errors.
App\Entity\Core\Field No errors.
App\Entity\Core\MessengerMessage No errors.
App\Entity\Core\ViewOrder No errors.
App\Entity\Core\Tag\TaskTag No errors.
App\Entity\Core\Tag\ProductTag No errors.
App\Entity\Core\Tag\ContactTag No errors.
App\Entity\Core\Tag\ProspectTag No errors.
App\Entity\Core\Tag\QuoteTag No errors.
App\Entity\Core\SpecificField No errors.
App\Entity\Core\ViewOrderInfo No errors.
App\Entity\Business\QuoteTaskExternalRef No errors.
App\Entity\Business\QuoteLineInfo No errors.
App\Entity\Business\Quote No errors.
App\Entity\Business\SpecificFields\QuoteSpecificField No errors.
App\Entity\Business\ProductAttribute No errors.
App\Entity\Business\Category No errors.
App\Entity\Business\QuoteLine No errors.
App\Entity\Business\QuoteState No errors.
App\Entity\Business\Params\Warranty No errors.
App\Entity\Business\Params\Vat No errors.
App\Entity\Business\Params\Unit No errors.
App\Entity\Business\QuoteLineInfoProductAttribute No errors.
App\Entity\Business\SpecificFields\ProductSpecificField No errors.
App\Entity\Business\ProductConfiguration No errors.
App\Entity\Business\Product No errors.
App\Entity\Business\QuoteReason No errors.
App\Entity\Crm\RGPDInfo No errors.
App\Entity\Crm\TaskQuoteExternalRef No errors.
App\Entity\Crm\RGPDPermission No errors.
App\Entity\Crm\Contact No errors.
App\Entity\Crm\Campaign No errors.
App\Entity\Crm\TaskMailingStats No errors.
App\Entity\Crm\RGPDConfig No errors.
App\Entity\Crm\ProspectSubscription No errors.
App\Entity\Crm\Address No errors.
App\Entity\Crm\Company No errors.
App\Entity\Crm\Prospect No errors.
App\Entity\Crm\SpecificFields\ProspectSpecificField No errors.
App\Entity\Crm\TaskName No errors.
App\Entity\Crm\Naf No errors.
App\Entity\Crm\Task No errors.
App\Entity\Crm\SpecificFields\TaskSpecificField No errors.
App\Entity\Crm\Params\Civility No errors.
App\Entity\Crm\Params\Origin No errors.
App\Entity\Crm\Params\StructureType No errors.
App\Entity\Crm\Params\LegalForm No errors.
App\Entity\Crm\Params\Workforce No errors.
App\Entity\Crm\Params\TVA No errors.
App\Entity\Crm\Params\Potential No errors.
App\Entity\Crm\Params\Service No errors.
App\Entity\Crm\Params\ProspectType No errors.
App\Entity\Crm\TaskType No errors.
App\Entity\Crm\SpecificFields\ContactSpecificField No errors.
App\Entity\Crm\ContactCampaign No errors.
App\Entity\Notify\MailDelayed No errors.
App\Entity\Notify\Notification\Notification No errors.
App\Entity\Notify\Notification\TagReminderNotification No errors.
App\Entity\Notify\Notification\TagNotification No errors.
App\Entity\Notify\Notification\TaskSubscriptionNotification No errors.
App\Entity\Notify\Notification\TaskClosedNotification No errors.
App\Entity\Notify\MailType No errors.
App\Entity\Notify\TaskSubscription No errors.
App\Entity\Notify\UserNotification No errors.
App\Entity\Notify\UserNotificationSubscription No errors.
App\Entity\User\SecurityGroup No errors.
App\Entity\User\UserAuthenticationFactor No errors.
App\Entity\User\OAuthAccessToken No errors.
App\Entity\User\UserEmailAddress No errors.
App\Entity\User\OAuthClient No errors.
App\Entity\User\JwtRefreshToken No errors.
App\Entity\User\OAuthAuthorizationCode No errors.
App\Entity\User\AuthTokenStorage No errors.
App\Entity\User\PasswordReset No errors.
App\Entity\User\OutlookSubscriptionConfigurationUser No errors.
App\Entity\Ged\CustomerResource No errors.
App\Entity\Ged\CustomerUrlFile No errors.
App\Entity\Ged\CustomerFolder No errors.
App\Entity\Ged\CustomerFile No errors.
Vich\UploaderBundle\Entity\File No errors.