http://127.0.0.1:8080/api/v1/screenshot/client/65?access_token=tb1982a3b3357Ya1c88318aff2679b5r

Query Metrics

7 Database Queries
5 Different statements
2.03 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.72 ms
(35.27%)
2
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.description AS description_2, s0_.is_base AS is_base_3, s0_.created_at AS created_at_4, s0_.updated_at AS updated_at_5, s0_.screenshot_page_id AS screenshot_page_id_6 FROM screenshot_test s0_ WHERE s0_.screenshot_page_id = ? AND s0_.is_base = ?
Parameters:
[
  223
  1
]
0.40 ms
(19.46%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.first_image AS first_image_3, t0.second_image AS second_image_4, t0.difference AS difference_5, t0.created_at AS created_at_6 FROM screenshot_overlay t0 WHERE t0.first_image = ? ORDER BY t0.id DESC LIMIT 1
Parameters:
[
  49792
]
0.36 ms
(17.73%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.configs AS configs_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM config t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "e2e_client_api_token"
]
0.30 ms
(14.88%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.test_rail_project_id AS test_rail_project_id_6, t0.active_collab_project_id AS active_collab_project_id_7, t0.active_collab_access_token AS active_collab_access_token_8 FROM client t0 WHERE t0.id = ?
Parameters:
[
  65
]
0.26 ms
(12.66%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.client_id AS client_id_6 FROM screenshot_page t0 WHERE t0.client_id = ?
Parameters:
[
  65
]

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\Config No errors.
App\Entity\Client
  • The association App\Entity\Client#performanceTest refers to the owning side field App\Entity\PerformanceTest#client which does not exist.
  • The mappings App\Entity\Client#screenshotPage and App\Entity\ScreenshotPage#client are inconsistent with each other.
App\Entity\TestPlan No errors.
App\Entity\TestCase
  • The mappings App\Entity\TestCase#testResults and App\Entity\TestRunResult#testCase are inconsistent with each other.
App\Entity\PerformanceTest No errors.
App\Entity\ScreenshotPage
  • The association App\Entity\ScreenshotPage#client refers to the inverse side field App\Entity\Client#screenshotPages which does not exist.
App\Entity\TestReport No errors.
App\Entity\ScreenshotTest No errors.
App\Entity\ScreenshotOverlay No errors.