Featured Product

7.4.33PHP Version2.77sRequest Duration13MBMemory UsageGET /Route
    • Booting (308ms)
    • Application (2.47s)
    • 1 x Application (88.84%)
      2.47s
      1 x Booting (11.09%)
      307.64ms
      7 templates were rendered
      • frontend.index (resources/views/frontend/index.blade.php)6blade
        Params
        0
        featured_categories
        1
        todays_deal_products
        2
        newest_products
        3
        blogs
        4
        top_sale_products
        5
        data
      • frontend.layouts.app (resources/views/frontend/layouts/app.blade.php)24blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        featured_categories
        4
        todays_deal_products
        5
        newest_products
        6
        blogs
        7
        top_sale_products
        8
        data
        9
        story
        10
        __currentLoopData
        11
        r
        12
        loop
        13
        storys
        14
        storyss
        15
        pt
        16
        cat
        17
        c
        18
        cp
        19
        pro
        20
        allProducts
        21
        product
        22
        brand
        23
        b
      • frontend.layouts.header (resources/views/frontend/layouts/header.blade.php)24blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        featured_categories
        4
        todays_deal_products
        5
        newest_products
        6
        blogs
        7
        top_sale_products
        8
        data
        9
        story
        10
        __currentLoopData
        11
        r
        12
        loop
        13
        storys
        14
        storyss
        15
        pt
        16
        cat
        17
        c
        18
        cp
        19
        pro
        20
        allProducts
        21
        product
        22
        brand
        23
        b
      • frontend.layouts.footer (resources/views/frontend/layouts/footer.blade.php)24blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        featured_categories
        4
        todays_deal_products
        5
        newest_products
        6
        blogs
        7
        top_sale_products
        8
        data
        9
        story
        10
        __currentLoopData
        11
        r
        12
        loop
        13
        storys
        14
        storyss
        15
        pt
        16
        cat
        17
        c
        18
        cp
        19
        pro
        20
        allProducts
        21
        product
        22
        brand
        23
        b
      • frontend.partials.modal (resources/views/frontend/partials/modal.blade.php)24blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        featured_categories
        4
        todays_deal_products
        5
        newest_products
        6
        blogs
        7
        top_sale_products
        8
        data
        9
        story
        10
        __currentLoopData
        11
        r
        12
        loop
        13
        storys
        14
        storyss
        15
        pt
        16
        cat
        17
        c
        18
        cp
        19
        pro
        20
        allProducts
        21
        product
        22
        brand
        23
        b
      • frontend.partials.login_modal (resources/views/frontend/partials/login_modal.blade.php)24blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        featured_categories
        4
        todays_deal_products
        5
        newest_products
        6
        blogs
        7
        top_sale_products
        8
        data
        9
        story
        10
        __currentLoopData
        11
        r
        12
        loop
        13
        storys
        14
        storyss
        15
        pt
        16
        cat
        17
        c
        18
        cp
        19
        pro
        20
        allProducts
        21
        product
        22
        brand
        23
        b
      • frontend.partials.account_delete_modal (resources/views/frontend/partials/account_delete_modal.blade.php)24blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        featured_categories
        4
        todays_deal_products
        5
        newest_products
        6
        blogs
        7
        top_sale_products
        8
        data
        9
        story
        10
        __currentLoopData
        11
        r
        12
        loop
        13
        storys
        14
        storyss
        15
        pt
        16
        cat
        17
        c
        18
        cp
        19
        pro
        20
        allProducts
        21
        product
        22
        brand
        23
        b
      uri
      GET /
      middleware
      web
      controller
      App\Http\Controllers\HomeController@index
      namespace
      prefix
      where
      as
      home
      file
      app/Http/Controllers/HomeController.php:44-63
      120 statements were executed, 26 of which were duplicated, 94 unique126ms
      • select * from `categories` where `featured` = 1 order by `id` desc limit 3
        2.88ms/app/Http/Controllers/HomeController.php:46machined_newdb
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:46
        • 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:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `category_translations` where `category_translations`.`category_id` in (9, 10, 11)
        680μs/app/Http/Controllers/HomeController.php:46machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:46
        • 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:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `products` where `published` = 1 and `todays_deal` = '1' and `approved` = '1' and `published` = '1' and `auction_product` = 0 and (`added_by` = 'admin' or (`user_id` in (16)))
        6.25ms/app/Http/Controllers/HomeController.php:49machined_newdb
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 0
        • 5. admin
        • 6. 16
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:49
        • 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:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `products` where `published` = 1 and `approved` = '1' and `published` = '1' and `auction_product` = 0 and (`added_by` = 'admin' or (`user_id` in (16))) order by `num_of_sale` desc limit 8
        1.12ms/app/Http/Controllers/HomeController.php:50machined_newdb
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 0
        • 4. admin
        • 5. 16
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:50
        • 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:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `product_translations` where `product_translations`.`product_id` in (2, 3, 4, 5, 6, 7, 8, 9)
        1.97ms/app/Http/Controllers/HomeController.php:50machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:50
        • 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:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `product_taxes` where `product_taxes`.`product_id` in (2, 3, 4, 5, 6, 7, 8, 9)
        1.69ms/app/Http/Controllers/HomeController.php:50machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:50
        • 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:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `products` where `approved` = '1' and `published` = '1' and `auction_product` = 0 and (`added_by` = 'admin' or (`user_id` in (16))) order by `created_at` desc limit 10
        1.01ms/app/Http/Controllers/HomeController.php:51machined_newdb
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 0
        • 3. admin
        • 4. 16
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:51
        • 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:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `product_translations` where `product_translations`.`product_id` in (70, 71, 72, 73, 74, 75, 76, 77, 78, 80)
        490μs/app/Http/Controllers/HomeController.php:51machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:51
        • 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:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `product_taxes` where `product_taxes`.`product_id` in (70, 71, 72, 73, 74, 75, 76, 77, 78, 80)
        410μs/app/Http/Controllers/HomeController.php:51machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:51
        • 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:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `blogs` where `blogs`.`deleted_at` is null order by `created_at` desc limit 3
        4.31ms/app/Http/Controllers/HomeController.php:52machined_newdb
        Metadata
        Backtrace
        • 14. /app/Http/Controllers/HomeController.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:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `customer_products`.`photos` as `customer_product_img`, `customer_products`.`unit_price` as `customer_product_price`, `products`.`photos` as `product_img`, `products`.`unit_price` as `product_price` from `customer_products` inner join `products` on `customer_products`.`id` = `products`.`id`
        2.81ms/app/Http/Controllers/HomeController.php:61machined_newdb
        Metadata
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:61
        • 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:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `customer_product_translations` where `customer_product_translations`.`customer_product_id` in (0)
        4.77ms/app/Http/Controllers/HomeController.php:61machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:61
        • 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:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `customer_packages`
        8.58msview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:22machined_newdb
        Metadata
        Backtrace
        • 17. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:22
        • 19. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '45' and `uploads`.`deleted_at` is null limit 1
        600μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 45
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '46' and `uploads`.`deleted_at` is null limit 1
        490μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 46
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '47' and `uploads`.`deleted_at` is null limit 1
        500μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 47
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `stories`
        10.27msview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:42machined_newdb
        Metadata
        Backtrace
        • 17. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:42
        • 19. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        480μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `stories`
        550μsview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:57machined_newdb
        Metadata
        Backtrace
        • 17. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:57
        • 19. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '16' and `uploads`.`deleted_at` is null limit 1
        510μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 16
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '240' and `uploads`.`deleted_at` is null limit 1
        530μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 240
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        340μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `trade_shows`
        4.65msview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:86machined_newdb
        Metadata
        Backtrace
        • 17. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:86
        • 19. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '68' and `uploads`.`deleted_at` is null limit 1
        3.98ms/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 68
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '41' and `uploads`.`deleted_at` is null limit 1
        920μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 41
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '289' and `uploads`.`deleted_at` is null limit 1
        590μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 289
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        460μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        450μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        480μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        350μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select count(*) as aggregate from `sliders`
        2.08msview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:164machined_newdb
        Metadata
        Backtrace
        • 15. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:164
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 20. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `sliders` order by `id` desc
        1.91msview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:165machined_newdb
        Metadata
        Backtrace
        • 14. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:165
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '180' and `uploads`.`deleted_at` is null limit 1
        620μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 180
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '185' and `uploads`.`deleted_at` is null limit 1
        480μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 185
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '192' and `uploads`.`deleted_at` is null limit 1
        430μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 192
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '197' and `uploads`.`deleted_at` is null limit 1
        940μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 197
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '95' and `uploads`.`deleted_at` is null limit 1
        400μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 95
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '132' and `uploads`.`deleted_at` is null limit 1
        370μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 132
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '116' and `uploads`.`deleted_at` is null limit 1
        320μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 116
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '113' and `uploads`.`deleted_at` is null limit 1
        320μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 113
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '88' and `uploads`.`deleted_at` is null limit 1
        340μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 88
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '52' and `uploads`.`deleted_at` is null limit 1
        290μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 52
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '50' and `uploads`.`deleted_at` is null limit 1
        280μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 50
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '48' and `uploads`.`deleted_at` is null limit 1
        330μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 48
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `partner_sites` order by `id` desc limit 3
        420μsview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:211machined_newdb
        Metadata
        Backtrace
        • 14. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:211
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '288' and `uploads`.`deleted_at` is null limit 1
        430μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 288
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '97' and `uploads`.`deleted_at` is null limit 1
        360μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 97
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '287' and `uploads`.`deleted_at` is null limit 1
        330μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 287
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `member_prices`
        2.21msview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:292machined_newdb
        Metadata
        Backtrace
        • 17. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:292
        • 19. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `categories` where `level` = '0' order by `id` desc limit 12
        610μsview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:919machined_newdb
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 14. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:919
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `category_translations` where `category_translations`.`category_id` in (108, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 121)
        570μsview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:919machined_newdb
        Metadata
        Backtrace
        • 19. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:919
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '239' and `uploads`.`deleted_at` is null limit 1
        590μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 239
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '237' and `uploads`.`deleted_at` is null limit 1
        440μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 237
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '236' and `uploads`.`deleted_at` is null limit 1
        310μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 236
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '223' and `uploads`.`deleted_at` is null limit 1
        250μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 223
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '221' and `uploads`.`deleted_at` is null limit 1
        330μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 221
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '220' and `uploads`.`deleted_at` is null limit 1
        390μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 220
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '219' and `uploads`.`deleted_at` is null limit 1
        330μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 219
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '214' and `uploads`.`deleted_at` is null limit 1
        380μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 214
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '213' and `uploads`.`deleted_at` is null limit 1
        580μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 213
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '212' and `uploads`.`deleted_at` is null limit 1
        400μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 212
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '211' and `uploads`.`deleted_at` is null limit 1
        450μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 211
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '210' and `uploads`.`deleted_at` is null limit 1
        570μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 210
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `customer_products` where `status` = '1'
        4.06msview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1075machined_newdb
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1075
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `customer_product_translations` where `customer_product_translations`.`customer_product_id` in (1, 5, 11)
        720μsview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1075machined_newdb
        Metadata
        Backtrace
        • 19. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1075
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `products`
        1.84msview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1076machined_newdb
        Metadata
        Backtrace
        • 15. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1076
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 20. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `product_translations` where `product_translations`.`product_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 16, 18, 19, 20, 21, 22, 23, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80)
        690μsview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1076machined_newdb
        Metadata
        Backtrace
        • 20. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1076
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `product_taxes` where `product_taxes`.`product_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 16, 18, 19, 20, 21, 22, 23, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80)
        760μsview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1076machined_newdb
        Metadata
        Backtrace
        • 20. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1076
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        480μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        400μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '282' and `uploads`.`deleted_at` is null limit 1
        500μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 282
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '281' and `uploads`.`deleted_at` is null limit 1
        590μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 281
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '280' and `uploads`.`deleted_at` is null limit 1
        430μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 280
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '279' and `uploads`.`deleted_at` is null limit 1
        440μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 279
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '278' and `uploads`.`deleted_at` is null limit 1
        400μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 278
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '277' and `uploads`.`deleted_at` is null limit 1
        440μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 277
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '276' and `uploads`.`deleted_at` is null limit 1
        620μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 276
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '275' and `uploads`.`deleted_at` is null limit 1
        560μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 275
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '274' and `uploads`.`deleted_at` is null limit 1
        480μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 274
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '272' and `uploads`.`deleted_at` is null limit 1
        540μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 272
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `leadbrands`
        1.74msview::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1199machined_newdb
        Metadata
        Backtrace
        • 17. view::50b6a2dc5d83cd782701adc51a0c9cef9c36a6fe:1199
        • 19. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '26' and `uploads`.`deleted_at` is null limit 1
        450μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 26
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '27' and `uploads`.`deleted_at` is null limit 1
        520μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 27
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '29' and `uploads`.`deleted_at` is null limit 1
        510μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 29
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '30' and `uploads`.`deleted_at` is null limit 1
        470μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 30
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '31' and `uploads`.`deleted_at` is null limit 1
        510μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 31
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '32' and `uploads`.`deleted_at` is null limit 1
        380μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 32
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '33' and `uploads`.`deleted_at` is null limit 1
        330μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 33
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '34' and `uploads`.`deleted_at` is null limit 1
        540μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 34
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '35' and `uploads`.`deleted_at` is null limit 1
        410μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 35
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '36' and `uploads`.`deleted_at` is null limit 1
        450μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 36
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '53' and `uploads`.`deleted_at` is null limit 1
        420μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 53
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '54' and `uploads`.`deleted_at` is null limit 1
        390μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 54
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '231' and `uploads`.`deleted_at` is null limit 1
        310μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 231
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '232' and `uploads`.`deleted_at` is null limit 1
        350μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 232
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '233' and `uploads`.`deleted_at` is null limit 1
        360μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 233
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '234' and `uploads`.`deleted_at` is null limit 1
        430μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 234
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `languages` where `code` = 'en' limit 1
        910μsview::2cf185244643e63f8ee3edc89d8cabe7e508f9ee:2machined_newdb
        Metadata
        Bindings
        • 0. en
        Backtrace
        • 15. view::2cf185244643e63f8ee3edc89d8cabe7e508f9ee:2
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 20. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        960μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        450μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        550μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '3' and `uploads`.`deleted_at` is null limit 1
        810μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 3
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `languages` where `code` = 'en' limit 1
        670μsview::2cf185244643e63f8ee3edc89d8cabe7e508f9ee:77machined_newdb
        Metadata
        Bindings
        • 0. en
        Backtrace
        • 15. view::2cf185244643e63f8ee3edc89d8cabe7e508f9ee:77
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 20. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `addons`
        1.64ms/vendor/laracon21/colorcodeconverter/src/Colorcodeconverter.php:35machined_newdb
        Metadata
        Backtrace
        • 17. /vendor/laracon21/colorcodeconverter/src/Colorcodeconverter.php:35
        • 19. /app/Http/Helpers.php:1065
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • select * from `blogs` where `status` = 1 and `blogs`.`deleted_at` is null
        770μsview::71041ce1a36af04eba01a1f00e71b8c52ceaae76:194machined_newdb
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. view::71041ce1a36af04eba01a1f00e71b8c52ceaae76:194
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `member_prices` where `status` = 1
        490μsview::71041ce1a36af04eba01a1f00e71b8c52ceaae76:211machined_newdb
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. view::71041ce1a36af04eba01a1f00e71b8c52ceaae76:211
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '3' and `uploads`.`deleted_at` is null limit 1
        750μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 3
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `categories` where `level` = 0 order by `order_level` desc
        1.68msview::71041ce1a36af04eba01a1f00e71b8c52ceaae76:388machined_newdb
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 14. view::71041ce1a36af04eba01a1f00e71b8c52ceaae76:388
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `category_translations` where `category_translations`.`category_id` in (4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 72, 73, 79, 81, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 101, 102, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 121)
        1.21msview::71041ce1a36af04eba01a1f00e71b8c52ceaae76:388machined_newdb
        Metadata
        Backtrace
        • 19. view::71041ce1a36af04eba01a1f00e71b8c52ceaae76:388
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '3' and `uploads`.`deleted_at` is null limit 1
        860μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 3
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `categories` where `level` = 0 order by `order_level` desc
        1.47msview::71041ce1a36af04eba01a1f00e71b8c52ceaae76:527machined_newdb
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 14. view::71041ce1a36af04eba01a1f00e71b8c52ceaae76:527
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `category_translations` where `category_translations`.`category_id` in (4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 72, 73, 79, 81, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 101, 102, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 121)
        1.1msview::71041ce1a36af04eba01a1f00e71b8c52ceaae76:527machined_newdb
        Metadata
        Backtrace
        • 19. view::71041ce1a36af04eba01a1f00e71b8c52ceaae76:527
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `member_prices` where `status` = 1
        660μsview::71041ce1a36af04eba01a1f00e71b8c52ceaae76:598machined_newdb
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. view::71041ce1a36af04eba01a1f00e71b8c52ceaae76:598
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '3' and `uploads`.`deleted_at` is null limit 1
        1.06ms/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 3
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `pages` where `id` = 9
        800μsview::dede0fef6452c39a0d7008865acf7df6954ed10e:20machined_newdb
        Metadata
        Bindings
        • 0. 9
        Backtrace
        • 14. view::dede0fef6452c39a0d7008865acf7df6954ed10e:20
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `page_translations` where `page_translations`.`page_id` = 9 and `page_translations`.`page_id` is not null and `lang` = 'en' limit 1
        1.01ms/app/Models/Page.php:12machined_newdb
        Metadata
        Bindings
        • 0. 9
        • 1. en
        Backtrace
        • 18. /app/Models/Page.php:12
        • 19. view::dede0fef6452c39a0d7008865acf7df6954ed10e:32
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • select * from `member_prices` where `status` = 1
        590μsview::dede0fef6452c39a0d7008865acf7df6954ed10e:88machined_newdb
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. view::dede0fef6452c39a0d7008865acf7df6954ed10e:88
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `partner_sites` where `id` = 4
        520μsview::dede0fef6452c39a0d7008865acf7df6954ed10e:128machined_newdb
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 14. view::dede0fef6452c39a0d7008865acf7df6954ed10e:128
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `uploads` where `uploads`.`id` = '86' and `uploads`.`deleted_at` is null limit 1
        590μs/app/Http/Helpers.php:956machined_newdb
        Metadata
        Bindings
        • 0. 86
        Backtrace
        • 19. /app/Http/Helpers.php:956
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select `code` from `countries` where `status` = 1
        1.51msview::2cf185244643e63f8ee3edc89d8cabe7e508f9ee:701machined_newdb
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 13. view::2cf185244643e63f8ee3edc89d8cabe7e508f9ee:701
        • 15. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      App\Models\PageTranslation
      1
      App\Models\Product
      89
      App\Models\ProductTranslation
      21
      App\Models\ProductTax
      106
      App\Models\Blog
      9
      App\Models\CustomerProduct
      11
      App\Models\CustomerPackage
      3
      App\Models\Upload
      66
      App\Models\CategoryTranslation
      193
      App\Models\Story
      4
      App\Models\Slider
      12
      App\Models\PartnerSites
      4
      App\Models\MemberPrice
      4
      App\Models\CustomerProductTranslation
      3
      App\Models\Leadbrand
      16
      App\Models\Language
      2
      App\Models\Page
      1
      App\Models\TradeShow
      3
      App\Models\Category
      193
          _token
          mV1w94d9EhsOrnv04UDgbLozUD0HJ2MYXtKjbRFW
          locale
          en
          _previous
          array:1 [ "url" => "https://machinedekho.com" ]
          _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:15 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "cache-control" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "machinedekho.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] ]
          request_server
          0 of 0
          array:45 [ "CONTEXT_DOCUMENT_ROOT" => "/home/machined/public_html" "CONTEXT_PREFIX" => "" "DOCUMENT_ROOT" => "/home/machined/public_html" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "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_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "machinedekho.com" "HTTP_PRAGMA" => "no-cache" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "PATH" => "/bin:/usr/bin" "QUERY_STRING" => "" "REDIRECT_STATUS" => "200" "REMOTE_ADDR" => "3.19.60.207" "REMOTE_PORT" => "4950" "REQUEST_METHOD" => "GET" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/" "SCRIPT_FILENAME" => "/home/machined/public_html/index.php" "SCRIPT_NAME" => "/index.php" "SERVER_ADDR" => "103.20.213.13" "SERVER_ADMIN" => "webmaster@machinedekho.com" "SERVER_NAME" => "machinedekho.com" "SERVER_PORT" => "443" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache" "SSL_TLS_SNI" => "machinedekho.com" "TZ" => "Asia/Kolkata" "UNIQUE_ID" => "Z8_OPm0BExPbmeaG-OD3gAAAABU" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1741671998.6515 "REQUEST_TIME" => 1741671998 "argv" => [] "argc" => 0 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Tue, 11 Mar 2025 05:46:39 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=mV1w94d9EhsOrnv04UDgbLozUD0HJ2MYXtKjbRFW; expires=Tue, 11-Mar-2025 07:46:41 GMT; Max-Age=7200; path=/" 1 => "machine_dekho_session=mFMxWlxKlozRtpfM4WNfI4E7C6Ekvd3NfuWGyJa7; expires=Tue, 11-Mar-2025 07:46:41 GMT; Max-Age=7200; path=/; httponly" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=mV1w94d9EhsOrnv04UDgbLozUD0HJ2MYXtKjbRFW; expires=Tue, 11-Mar-2025 07:46:41 GMT; path=/" 1 => "machine_dekho_session=mFMxWlxKlozRtpfM4WNfI4E7C6Ekvd3NfuWGyJa7; expires=Tue, 11-Mar-2025 07:46:41 GMT; path=/; httponly" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "mV1w94d9EhsOrnv04UDgbLozUD0HJ2MYXtKjbRFW" "locale" => "en" "_previous" => array:1 [ "url" => "https://machinedekho.com" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]