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