FoodBank is the best online food order management system.

FoodBank is the best online food order management system.

Explore top-rated attractions, activities and more

Or browse featured cuisines

Most Visited Restaurants

;
7.4.33PHP Version492msRequest Duration10MBMemory UsageGET /Route
    • Booting (276ms)
    • Application (210ms)
    • 1 x Booting (55.98%)
      275.63ms
      1 x Application (42.62%)
      209.87ms
      7 templates were rendered
      • frontend.home-page (resources/views/frontend/home-page.blade.php)6blade
        Params
        0
        site_title
        1
        vouchers
        2
        cuisines
        3
        bestSellingRestaurants
        4
        bestSellingCuisines
        5
        top_cuisines
      • frontend.popup_pickup_takeAway (resources/views/frontend/popup_pickup_takeAway.blade.php)17blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        site_title
        5
        vouchers
        6
        cuisines
        7
        bestSellingRestaurants
        8
        bestSellingCuisines
        9
        top_cuisines
        10
        __currentLoopData
        11
        cuisine
        12
        key
        13
        loop
        14
        bestSellingCusine
        15
        restaurant
        16
        i
      • frontend.layouts.app (resources/views/frontend/layouts/app.blade.php)17blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        site_title
        5
        vouchers
        6
        cuisines
        7
        bestSellingRestaurants
        8
        bestSellingCuisines
        9
        top_cuisines
        10
        __currentLoopData
        11
        cuisine
        12
        key
        13
        loop
        14
        bestSellingCusine
        15
        restaurant
        16
        i
      • frontend.partials._head (resources/views/frontend/partials/_head.blade.php)17blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        site_title
        5
        vouchers
        6
        cuisines
        7
        bestSellingRestaurants
        8
        bestSellingCuisines
        9
        top_cuisines
        10
        __currentLoopData
        11
        cuisine
        12
        key
        13
        loop
        14
        bestSellingCusine
        15
        restaurant
        16
        i
      • frontend.partials._nav (resources/views/frontend/partials/_nav.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        site_title
        5
        vouchers
        6
        cuisines
        7
        bestSellingRestaurants
        8
        bestSellingCuisines
        9
        top_cuisines
        10
        __currentLoopData
        11
        cuisine
        12
        key
        13
        loop
        14
        bestSellingCusine
        15
        restaurant
        16
        i
        17
        footermenus
        18
        language
      • frontend.partials._footer (resources/views/frontend/partials/_footer.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        site_title
        5
        vouchers
        6
        cuisines
        7
        bestSellingRestaurants
        8
        bestSellingCuisines
        9
        top_cuisines
        10
        __currentLoopData
        11
        cuisine
        12
        key
        13
        loop
        14
        bestSellingCusine
        15
        restaurant
        16
        i
        17
        footermenus
        18
        language
      • frontend.partials._scripts (resources/views/frontend/partials/_scripts.blade.php)17blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        site_title
        5
        vouchers
        6
        cuisines
        7
        bestSellingRestaurants
        8
        bestSellingCuisines
        9
        top_cuisines
        10
        __currentLoopData
        11
        cuisine
        12
        key
        13
        loop
        14
        bestSellingCusine
        15
        restaurant
        16
        i
      uri
      GET /
      middleware
      web, installed, license-activate
      controller
      App\Http\Controllers\Frontend\WebController@index
      namespace
      App\Http\Controllers\Frontend
      prefix
      where
      as
      home
      file
      app/Http/Controllers/Frontend/WebController.php:26-77
      35 statements were executed, 29 of which were duplicated, 6 unique12.83ms
      • select column_name as `column_name` from information_schema.columns where table_schema = 'foodbank' and table_name = 'coupons'590μs/app/Http/Controllers/Frontend/WebController.php:32foodbank
        Metadata
        Bindings
        • 0. foodbank
        • 1. coupons
        Backtrace
        • 11. /app/Http/Controllers/Frontend/WebController.php:32
        • 12. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select * from `cuisines` where `status` = 5470μs/app/Http/Controllers/Frontend/WebController.php:52foodbank
        Metadata
        Bindings
        • 0. 5
        Backtrace
        • 14. /app/Http/Controllers/Frontend/WebController.php:52
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select `restaurants`.*, `restaurant_cuisines`.`cuisine_id` as `pivot_cuisine_id`, `restaurant_cuisines`.`restaurant_id` as `pivot_restaurant_id` from `restaurants` inner join `restaurant_cuisines` on `restaurants`.`id` = `restaurant_cuisines`.`restaurant_id` where `restaurant_cuisines`.`cuisine_id` in (1, 2, 3, 4)650μs/app/Http/Controllers/Frontend/WebController.php:52foodbank
        Metadata
        Backtrace
        • 18. /app/Http/Controllers/Frontend/WebController.php:52
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select * from `orders` where `orders`.`restaurant_id` in (1, 2, 3)1.01ms/app/Http/Controllers/Frontend/WebController.php:52foodbank
        Metadata
        Backtrace
        • 23. /app/Http/Controllers/Frontend/WebController.php:52
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 25. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 26. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 27. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select * from `media` where `media`.`model_id` in (1, 2, 3, 4) and `media`.`model_type` = 'App\Models\Cuisine'500μs/app/Http/Controllers/Frontend/WebController.php:52foodbank
        Metadata
        Bindings
        • 0. App\Models\Cuisine
        Backtrace
        • 19. /app/Http/Controllers/Frontend/WebController.php:52
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select `restaurants`.`id`, `restaurants`.`name`, `restaurants`.`slug`, `restaurants`.`delivery_charge`, count("orders.id") as orders_count from `restaurants` left join `orders` on `restaurant_id` = `restaurants`.`id` where (`restaurants`.`status` = 5 and `restaurants`.`current_status` = 5) and (json_unquote(json_extract(`time_table_json`, '$."Wednesday"."first_shift"."start_time"')) <= '11:17' and json_unquote(json_extract(`time_table_json`, '$."Wednesday"."first_shift"."end_time"')) >= '11:17' and json_unquote(json_extract(`time_table_json`, '$."Wednesday"."first_shift"."status"')) = 'true') or (json_unquote(json_extract(`time_table_json`, '$."Wednesday"."second_shift"."start_time"')) <= '11:17' and json_unquote(json_extract(`time_table_json`, '$."Wednesday"."second_shift"."end_time"')) >= '11:17' and json_unquote(json_extract(`time_table_json`, '$."Wednesday"."second_shift"."status"')) = 'true') group by `restaurants`.`id` order by `orders_count` desc limit 10680μs/app/Http/Controllers/Frontend/WebController.php:62foodbank
        Metadata
        Bindings
        • 0. 5
        • 1. 5
        • 2. 11:17
        • 3. 11:17
        • 4. true
        • 5. 11:17
        • 6. 11:17
        • 7. true
        Backtrace
        • 14. /app/Http/Controllers/Frontend/WebController.php:62
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select * from `media` where `media`.`model_id` in (1, 2, 3, 4) and `media`.`model_type` = 'App\Models\Restaurant'310μs/app/Http/Controllers/Frontend/WebController.php:62foodbank
        Metadata
        Bindings
        • 0. App\Models\Restaurant
        Backtrace
        • 19. /app/Http/Controllers/Frontend/WebController.php:62
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select column_name as `column_name` from information_schema.columns where table_schema = 'foodbank' and table_name = 'coupons'500μsview::1c60ee5b28a4b8a558653997db4768075050a758:139foodbank
        Metadata
        Bindings
        • 0. foodbank
        • 1. coupons
        Backtrace
        • 11. view::1c60ee5b28a4b8a558653997db4768075050a758:139
        • 13. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 14. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 15. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 16. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:35
      • select * from `restaurant_ratings` where (`restaurant_id` = 1 and `status` = 5)410μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 1
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 1 and `status` = 5)250μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 1
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 1 and `status` = 5)250μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 1
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 1 and `status` = 5)230μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 1
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 1 and `status` = 5)240μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 1
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select column_name as `column_name` from information_schema.columns where table_schema = 'foodbank' and table_name = 'coupons'450μsview::1c60ee5b28a4b8a558653997db4768075050a758:139foodbank
        Metadata
        Bindings
        • 0. foodbank
        • 1. coupons
        Backtrace
        • 11. view::1c60ee5b28a4b8a558653997db4768075050a758:139
        • 13. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 14. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 15. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 16. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:35
      • select * from `restaurant_ratings` where (`restaurant_id` = 2 and `status` = 5)250μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 2
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 2 and `status` = 5)220μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 2
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 2 and `status` = 5)360μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 2
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 2 and `status` = 5)260μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 2
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 2 and `status` = 5)230μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 2
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select column_name as `column_name` from information_schema.columns where table_schema = 'foodbank' and table_name = 'coupons'1.04msview::1c60ee5b28a4b8a558653997db4768075050a758:139foodbank
        Metadata
        Bindings
        • 0. foodbank
        • 1. coupons
        Backtrace
        • 11. view::1c60ee5b28a4b8a558653997db4768075050a758:139
        • 13. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 14. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 15. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 16. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:35
      • select * from `restaurant_ratings` where (`restaurant_id` = 3 and `status` = 5)230μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 3
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 3 and `status` = 5)140μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 3
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 3 and `status` = 5)140μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 3
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 3 and `status` = 5)170μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 3
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 3 and `status` = 5)230μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 3
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select column_name as `column_name` from information_schema.columns where table_schema = 'foodbank' and table_name = 'coupons'670μsview::1c60ee5b28a4b8a558653997db4768075050a758:139foodbank
        Metadata
        Bindings
        • 0. foodbank
        • 1. coupons
        Backtrace
        • 11. view::1c60ee5b28a4b8a558653997db4768075050a758:139
        • 13. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 14. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 15. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 16. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:35
      • select * from `restaurant_ratings` where (`restaurant_id` = 4 and `status` = 5)250μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 4
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 4 and `status` = 5)160μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 4
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 4 and `status` = 5)180μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 4
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 4 and `status` = 5)220μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 4
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `restaurant_ratings` where (`restaurant_id` = 4 and `status` = 5)210μs/app/Http/Services/RatingsService.php:19foodbank
        Metadata
        Bindings
        • 0. 4
        • 1. 5
        Backtrace
        • 14. /app/Http/Services/RatingsService.php:19
        • 15. /app/Models/Restaurant.php:49
        • 16. view::1c60ee5b28a4b8a558653997db4768075050a758:157
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • select * from `pages` where `status` = 5490μs/app/Http/Composers/FrontendFooterComposer.php:14foodbank
        Metadata
        Bindings
        • 0. 5
        Backtrace
        • 14. /app/Http/Composers/FrontendFooterComposer.php:14
        • 15. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 18. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      • select * from `languages` where `status` = 5360μs/app/Http/Composers/FrontendFooterComposer.php:15foodbank
        Metadata
        Bindings
        • 0. 5
        Backtrace
        • 14. /app/Http/Composers/FrontendFooterComposer.php:15
        • 15. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 18. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      • select * from `pages` where `status` = 5260μs/app/Http/Composers/FrontendFooterComposer.php:14foodbank
        Metadata
        Bindings
        • 0. 5
        Backtrace
        • 14. /app/Http/Composers/FrontendFooterComposer.php:14
        • 15. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 18. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      • select * from `languages` where `status` = 5220μs/app/Http/Composers/FrontendFooterComposer.php:15foodbank
        Metadata
        Bindings
        • 0. 5
        Backtrace
        • 14. /app/Http/Composers/FrontendFooterComposer.php:15
        • 15. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 18. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      App\Models\Language
      2
      App\Models\Page
      4
      App\Models\Order
      62
      App\Models\Restaurant
      11
      App\Models\Cuisine
      4
          _token
          8ihzXZ1sz21dM2wjfGcMATeKZsgQ0ZYyNYp1rVq1
          _previous
          array:1 [ "url" => "https://printshop123.nl" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "52.15.176.138" ] "host" => array:1 [ 0 => "printshop123.nl" ] ]
          request_server
          0 of 0
          array:54 [ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin" "PP_CUSTOM_PHP_INI" => "/var/www/vhosts/system/printshop123.nl/etc/php.ini" "PP_CUSTOM_PHP_CGI_INDEX" => "plesk-php74-fastcgi" "SCRIPT_NAME" => "/public/index.php" "REQUEST_URI" => "/" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/" "REMOTE_PORT" => "47226" "SCRIPT_FILENAME" => "/var/www/vhosts/printshop123.nl/httpdocs/public/index.php" "SERVER_ADMIN" => "[no address given]" "CONTEXT_DOCUMENT_ROOT" => "/var/www/vhosts/printshop123.nl/httpdocs" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/var/www/vhosts/printshop123.nl/httpdocs" "REMOTE_ADDR" => "52.15.176.138" "SERVER_PORT" => "443" "SERVER_ADDR" => "127.0.0.1" "SERVER_NAME" => "printshop123.nl" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "<address>Apache Server at printshop123.nl Port 443</address>\n" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "close" "HTTP_X_ACCEL_INTERNAL" => "/internal-nginx-static-location" "HTTP_X_REAL_IP" => "52.15.176.138" "HTTP_HOST" => "printshop123.nl" "HTTPS" => "on" "SCRIPT_URI" => "https://printshop123.nl/" "SCRIPT_URL" => "/" "UNIQUE_ID" => "Z_YDA28Y0Z14iABhBwNnxgAAAEQ" "REDIRECT_STATUS" => "200" "REDIRECT_HTTPS" => "on" "REDIRECT_SCRIPT_URI" => "https://printshop123.nl/" "REDIRECT_SCRIPT_URL" => "/" "REDIRECT_UNIQUE_ID" => "Z_YDA28Y0Z14iABhBwNnxgAAAEQ" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/public/index.php" "REQUEST_TIME_FLOAT" => 1744175875.5069 "REQUEST_TIME" => 1744175875 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Wed, 09 Apr 2025 05:17:55 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => -1 ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlRHM3RBQ21ZOXg3enZrcjFiUEpDWVE9PSIsInZhbHVlIjoiN3BXb3UyODhwZlhCaDVJUXF0KzVuelQvTVBsQkRTNWxSVTF5TFFobnZYaHpNd3RTTnFueVdXZU5lQm1GSFY0QlNLYmxET0puNmlvMTRpZTNCZlhSRkVzOEh5MnBvK2JRZVVCRWlvRi9SUm1BY1BmZjZyU3JUbGxwWVpWOGNudnEiLCJtYWMiOiJiMDg0NmYzNDhlMGU1YzdhNTZmYTJmODcwZDc5MzM4ZjA2YWE0MTk3ZjA3Y2MzYjU4ODYxNTQwZWVjNjk3OWI1In0%3D; expires=Wed, 09-Apr-2025 07:17:55 GMT; Max-Age=7199; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlRHM3RBQ21ZOXg3enZrcjFiUEpDWVE9PSIsInZhbHVlIjoiN3BXb3UyODhwZlhCaDVJUXF0KzVuelQvTVBsQkRTNWxSVTF5TFFobnZYaHpNd3RTTnFueVdXZU5lQm1GSFY0QlNLYmxET" 1 => "foodbank_session=eyJpdiI6IjlYczlTdzNTT0t5czA1c0lSbEVhUFE9PSIsInZhbHVlIjoiZElGR0tlNDZMM3JrZkJJRFhjWVdYVE9LZzNrb04zOUlxMkVFZ1NHRkMzU2s4Q0xLMnROL1dyQ05BVVYwYkhNMU81RllXajNRQmJtdlo0RDZZeDNlUnFzWXh5WS9xSk81a3hUd2d3VFRObkYwUzZlbVRFYVVwQ0l0NGNwT08vN1EiLCJtYWMiOiJkYmY4NGY4NDE2MTIyZGJlM2Q4NWFjYjMxZTg3OGMzNGY2NmMxMmFiODZlYjU2YjFjMDgzNmVlOGQ2MWE4ZmE0In0%3D; expires=Wed, 09-Apr-2025 07:17:55 GMT; Max-Age=7199; path=/; httponly; samesite=laxfoodbank_session=eyJpdiI6IjlYczlTdzNTT0t5czA1c0lSbEVhUFE9PSIsInZhbHVlIjoiZElGR0tlNDZMM3JrZkJJRFhjWVdYVE9LZzNrb04zOUlxMkVFZ1NHRkMzU2s4Q0xLMnROL1dyQ05BVVYwYkhNMU8" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlRHM3RBQ21ZOXg3enZrcjFiUEpDWVE9PSIsInZhbHVlIjoiN3BXb3UyODhwZlhCaDVJUXF0KzVuelQvTVBsQkRTNWxSVTF5TFFobnZYaHpNd3RTTnFueVdXZU5lQm1GSFY0QlNLYmxET0puNmlvMTRpZTNCZlhSRkVzOEh5MnBvK2JRZVVCRWlvRi9SUm1BY1BmZjZyU3JUbGxwWVpWOGNudnEiLCJtYWMiOiJiMDg0NmYzNDhlMGU1YzdhNTZmYTJmODcwZDc5MzM4ZjA2YWE0MTk3ZjA3Y2MzYjU4ODYxNTQwZWVjNjk3OWI1In0%3D; expires=Wed, 09-Apr-2025 07:17:55 GMT; path=/XSRF-TOKEN=eyJpdiI6IlRHM3RBQ21ZOXg3enZrcjFiUEpDWVE9PSIsInZhbHVlIjoiN3BXb3UyODhwZlhCaDVJUXF0KzVuelQvTVBsQkRTNWxSVTF5TFFobnZYaHpNd3RTTnFueVdXZU5lQm1GSFY0QlNLYmxET" 1 => "foodbank_session=eyJpdiI6IjlYczlTdzNTT0t5czA1c0lSbEVhUFE9PSIsInZhbHVlIjoiZElGR0tlNDZMM3JrZkJJRFhjWVdYVE9LZzNrb04zOUlxMkVFZ1NHRkMzU2s4Q0xLMnROL1dyQ05BVVYwYkhNMU81RllXajNRQmJtdlo0RDZZeDNlUnFzWXh5WS9xSk81a3hUd2d3VFRObkYwUzZlbVRFYVVwQ0l0NGNwT08vN1EiLCJtYWMiOiJkYmY4NGY4NDE2MTIyZGJlM2Q4NWFjYjMxZTg3OGMzNGY2NmMxMmFiODZlYjU2YjFjMDgzNmVlOGQ2MWE4ZmE0In0%3D; expires=Wed, 09-Apr-2025 07:17:55 GMT; path=/; httponlyfoodbank_session=eyJpdiI6IjlYczlTdzNTT0t5czA1c0lSbEVhUFE9PSIsInZhbHVlIjoiZElGR0tlNDZMM3JrZkJJRFhjWVdYVE9LZzNrb04zOUlxMkVFZ1NHRkMzU2s4Q0xLMnROL1dyQ05BVVYwYkhNMU8" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "8ihzXZ1sz21dM2wjfGcMATeKZsgQ0ZYyNYp1rVq1" "_previous" => array:1 [ "url" => "https://printshop123.nl" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]