Queries (3)
N+1 Analysis (0)
Timeline
Request
Session
Auth
ExecutionTime
select * from `sessions` where `id` = ? limit 1
Bindings: ["4DikmdO4udOKRUcEzExLdxFhxc9H3IbW7ymvlaZY"]
System [mysql]
2.89ms
select * from `plans` where `status` = ? order by `price` asc
Bindings: ["active"]
Controllers/LandingController.php:14 [mysql]
1.07ms
select count(*) as aggregate from `tenants`
Controllers/LandingController.php:17 [mysql]
0.7ms
ALL CLEAR
No N+1 query patterns detected in this request.
MilestoneAt
Response Sent 138.48ms
{
    "Route": "platform.landing",
    "Action": "Nexa\\Foundation\\Http\\Controllers\\LandingController@index",
    "Method": "GET",
    "URL": "https://nexa.run",
    "IP": "104.23.243.129"
}
{
    "_token": "Ao5UcLkNi5MnR5yCX8bJf02f3VW1wjA0ofkU8wSk"
}
Unauthenticated
Queries 3
Time 138.48ms
PHP 8.3.30