Search By Vechicles

Over hundreds of brands and tens of thousands of parts

Buy Best Car & Bike Accessories Online

Explore Wide Range Of Custom Fit Products

Featured Car Makers

shipping
Free Shipping
on orders above ₹499
Customer Service
Available
100% Safety
Only secure payments
Great Value
10000+ product range

Mobile & Gadgets

87.54% Off
₹249 ₹1999

Bike Accessories

64.01% Off
₹1799 ₹4999
7.4.22PHP Version3.21sRequest Duration8MBMemory UsageGET /Route
    • Booting (22.86ms)
    • Application (3.18s)
    • 1 x Application (99.28%)
      3.18s
      1 x Booting (0.71%)
      22.86ms
      4 templates were rendered
      • front.home.index (resources/views/front/home/index.blade.php)13blade
        Params
        0
        homeBanners
        1
        brandLogos
        2
        products
        3
        carts
        4
        final_prices
        5
        final_all_prices
        6
        utilities
        7
        featured_products
        8
        led
        9
        bike_accessories
        10
        interior_accessories
        11
        mobiles
        12
        makes
      • front.layouts.header (resources/views/front/layouts/header.blade.php)36blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        __sentry_tracing_view_name
        5
        homeBanners
        6
        brandLogos
        7
        products
        8
        carts
        9
        final_prices
        10
        final_all_prices
        11
        utilities
        12
        featured_products
        13
        led
        14
        bike_accessories
        15
        interior_accessories
        16
        mobiles
        17
        makes
        18
        __empty_1
        19
        __currentLoopData
        20
        make
        21
        loop
        22
        i
        23
        product
        24
        key
        25
        limit
        26
        end
        27
        homeBanner
        28
        home_path_parts
        29
        home_filename_woext
        30
        doubleCounter
        31
        brandLogo
        32
        path_parts
        33
        filename_woext
        34
        cart
        35
        purchaseListCount
      • front.layouts.head (resources/views/front/layouts/head.blade.php)36blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        __sentry_tracing_view_name
        5
        homeBanners
        6
        brandLogos
        7
        products
        8
        carts
        9
        final_prices
        10
        final_all_prices
        11
        utilities
        12
        featured_products
        13
        led
        14
        bike_accessories
        15
        interior_accessories
        16
        mobiles
        17
        makes
        18
        __empty_1
        19
        __currentLoopData
        20
        make
        21
        loop
        22
        i
        23
        product
        24
        key
        25
        limit
        26
        end
        27
        homeBanner
        28
        home_path_parts
        29
        home_filename_woext
        30
        doubleCounter
        31
        brandLogo
        32
        path_parts
        33
        filename_woext
        34
        cart
        35
        purchaseListCount
      • front.layouts.css (resources/views/front/layouts/css.blade.php)36blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        __sentry_tracing_view_name
        5
        homeBanners
        6
        brandLogos
        7
        products
        8
        carts
        9
        final_prices
        10
        final_all_prices
        11
        utilities
        12
        featured_products
        13
        led
        14
        bike_accessories
        15
        interior_accessories
        16
        mobiles
        17
        makes
        18
        __empty_1
        19
        __currentLoopData
        20
        make
        21
        loop
        22
        i
        23
        product
        24
        key
        25
        limit
        26
        end
        27
        homeBanner
        28
        home_path_parts
        29
        home_filename_woext
        30
        doubleCounter
        31
        brandLogo
        32
        path_parts
        33
        filename_woext
        34
        cart
        35
        purchaseListCount
      uri
      GET /
      middleware
      web
      controller
      App\Http\Controllers\Front\IndexController@index
      namespace
      App\Http\Controllers
      prefix
      where
      as
      index
      file
      app/Http/Controllers/Front/IndexController.php:41-88
      102 statements were executed, 18 of which were duplicated, 84 unique3.03s
      • select * from `home_banners`
        820μs/app/Http/Controllers/Front/IndexController.php:43demo_mmg
        Metadata
        Backtrace
        • 15. /app/Http/Controllers/Front/IndexController.php:43
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • select `url`, `name` from `brand_logos` where `status` = 1
        720μs/app/Http/Controllers/Front/IndexController.php:44demo_mmg
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. /app/Http/Controllers/Front/IndexController.php:44
        • 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:219
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • select `id`, `name`, `regular_price`, `selling_price`, `stock_status`, `custom_field1`, `make_in_india`, `slug`, `image_name`, `featured_image`, `product_type`, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id`) as `reviews_count` from `products` where `custom_field1` = 1 and `stock_status` = 1 and `stock_qty` > 0 and `products`.`deleted_at` is null order by `id` desc
        26.67ms/app/Http/Controllers/Front/IndexController.php:46demo_mmg
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 0
        Backtrace
        • 14. /app/Http/Controllers/Front/IndexController.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:219
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • select * from `reviews` where `reviews`.`product_id` in (174, 175, 176, 285, 1327, 1401, 2781, 2814, 2817, 2838, 4730, 4749, 5094)
        3.19ms/app/Http/Controllers/Front/IndexController.php:46demo_mmg
        Metadata
        Backtrace
        • 19. /app/Http/Controllers/Front/IndexController.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:219
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • select `id`, `slug`, `image_name`, `name`, `regular_price`, `selling_price`, `stock_status`, `custom_field1`, `make_in_india`, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id`) as `reviews_count` from `products` where `featured` = 1 and `stock_status` = 1 and `stock_qty` > 0 and `products`.`deleted_at` is null order by `id` desc limit 7
        6.34ms/app/Http/Controllers/Front/IndexController.php:51demo_mmg
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 0
        Backtrace
        • 14. /app/Http/Controllers/Front/IndexController.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:219
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • select * from `reviews` where `reviews`.`product_id` in (2817, 4730, 4750, 5105, 5106, 5107, 5108)
        710μs/app/Http/Controllers/Front/IndexController.php:51demo_mmg
        Metadata
        Backtrace
        • 19. /app/Http/Controllers/Front/IndexController.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:219
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • select * from `carts` where `session_id` = 'pxKVRMmN4snsvnKhsjs9rWnMW7fCpUEwmNOWRZ74' and `customer_id` is null and `user_ip` = '18.222.142.215'
        109ms/app/Http/Controllers/Controller.php:79demo_mmg
        Metadata
        Bindings
        • 0. pxKVRMmN4snsvnKhsjs9rWnMW7fCpUEwmNOWRZ74
        • 1. 18.222.142.215
        Backtrace
        • 14. /app/Http/Controllers/Controller.php:79
        • 15. /app/Http/Controllers/Front/IndexController.php:73
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
      • select * from `makes` where `makes`.`deleted_at` is null order by `name` asc
        1.27ms/app/Http/Controllers/Front/IndexController.php:84demo_mmg
        Metadata
        Backtrace
        • 14. /app/Http/Controllers/Front/IndexController.php:84
        • 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:219
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • select * from `products` where `products`.`id` = 5094 and `products`.`deleted_at` is null limit 1
        1.08ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 5094
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:117
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 5094
        77.16ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 5094
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:177
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 4749 and `products`.`deleted_at` is null limit 1
        760μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 4749
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:117
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 4749
        49.79ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 4749
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:177
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 4730 and `products`.`deleted_at` is null limit 1
        670μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 4730
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:117
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 4730
        52.04ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 4730
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:177
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2838 and `products`.`deleted_at` is null limit 1
        1.07ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2838
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:117
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2838
        43.79ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2838
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:177
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2817 and `products`.`deleted_at` is null limit 1
        760μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2817
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:117
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2817
        42.93ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2817
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:177
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2814 and `products`.`deleted_at` is null limit 1
        930μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2814
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:117
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2814
        85.34ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2814
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:177
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2781 and `products`.`deleted_at` is null limit 1
        930μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2781
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:117
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2781
        80.96ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2781
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:177
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 1401 and `products`.`deleted_at` is null limit 1
        940μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 1401
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:117
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 1401
        79.89ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 1401
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:177
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 1327 and `products`.`deleted_at` is null limit 1
        980μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 1327
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:117
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 1327
        77.89ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 1327
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:177
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 285 and `products`.`deleted_at` is null limit 1
        980μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 285
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:117
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 285
        84.57ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 285
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:177
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2631 and `products`.`deleted_at` is null limit 1
        990μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2631
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:359
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2631
        76.27ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2631
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:422
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2768 and `products`.`deleted_at` is null limit 1
        1.12ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2768
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:359
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2768
        57.78ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2768
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:422
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2815 and `products`.`deleted_at` is null limit 1
        1.13ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2815
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:359
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2815
        48.39ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2815
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:422
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2816 and `products`.`deleted_at` is null limit 1
        1.12ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2816
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:359
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2816
        46.26ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2816
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:422
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2674 and `products`.`deleted_at` is null limit 1
        990μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2674
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:359
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2674
        71.95ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2674
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:422
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 312 and `products`.`deleted_at` is null limit 1
        1ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 312
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:359
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 312
        76.83ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 312
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:422
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2814 and `products`.`deleted_at` is null limit 1
        1.04ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2814
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:359
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2814
        64.83ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2814
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:422
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2721 and `products`.`deleted_at` is null limit 1
        1.03ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2721
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:359
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2721
        49.79ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2721
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:422
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2720 and `products`.`deleted_at` is null limit 1
        1.05ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2720
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:359
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2720
        67.67ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2720
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:422
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2817 and `products`.`deleted_at` is null limit 1
        1.03ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2817
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:359
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2817
        69.74ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2817
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:422
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 5108 and `products`.`deleted_at` is null limit 1
        1.07ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 5108
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:520
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 5108
        86.32ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 5108
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:583
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 5107 and `products`.`deleted_at` is null limit 1
        940μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 5107
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:615
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 5107
        68.39ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 5107
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:678
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 5106 and `products`.`deleted_at` is null limit 1
        810μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 5106
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:615
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 5106
        48.05ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 5106
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:678
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 5105 and `products`.`deleted_at` is null limit 1
        940μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 5105
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:615
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 5105
        46.23ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 5105
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:678
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 4750 and `products`.`deleted_at` is null limit 1
        1.12ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 4750
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:615
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 4750
        60.59ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 4750
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:678
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 4730 and `products`.`deleted_at` is null limit 1
        950μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 4730
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:615
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 4730
        49.3ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 4730
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:678
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2817 and `products`.`deleted_at` is null limit 1
        730μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2817
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:615
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2817
        51.44ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2817
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:678
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 262 and `products`.`deleted_at` is null limit 1
        880μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 262
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:890
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 262
        47.17ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 262
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:952
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2309 and `products`.`deleted_at` is null limit 1
        1.08ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2309
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:890
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2309
        81.84ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2309
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:952
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2836 and `products`.`deleted_at` is null limit 1
        1.04ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2836
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:984
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2836
        44.21ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2836
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1046
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 4750 and `products`.`deleted_at` is null limit 1
        1.16ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 4750
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:984
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 4750
        55.79ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 4750
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1046
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2311 and `products`.`deleted_at` is null limit 1
        1.04ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2311
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1078
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2311
        51.46ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2311
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1140
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2251 and `products`.`deleted_at` is null limit 1
        710μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2251
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1078
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2251
        44.65ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2251
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1140
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2303 and `products`.`deleted_at` is null limit 1
        970μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2303
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1172
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2303
        45.21ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2303
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1234
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 233 and `products`.`deleted_at` is null limit 1
        870μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 233
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1172
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 233
        45.7ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 233
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1234
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 4748 and `products`.`deleted_at` is null limit 1
        1.12ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 4748
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1266
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 4748
        50.39ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 4748
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1328
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 4735 and `products`.`deleted_at` is null limit 1
        1.23ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 4735
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1266
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 4735
        51.57ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 4735
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1328
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 3319 and `products`.`deleted_at` is null limit 1
        1.65ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 3319
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1376
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 3319
        46.85ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 3319
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1438
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 1326 and `products`.`deleted_at` is null limit 1
        730μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 1326
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1376
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 1326
        61.86ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 1326
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1438
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 276 and `products`.`deleted_at` is null limit 1
        1.2ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 276
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1376
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 276
        77.38ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 276
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1438
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2827 and `products`.`deleted_at` is null limit 1
        1.15ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2827
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1479
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2827
        76.92ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2827
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1541
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 1322 and `products`.`deleted_at` is null limit 1
        1.41ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 1322
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1479
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 1322
        77.22ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 1322
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1541
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2826 and `products`.`deleted_at` is null limit 1
        1.08ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2826
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1479
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2826
        76.5ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2826
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1541
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2864 and `products`.`deleted_at` is null limit 1
        1.03ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2864
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1580
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2864
        75.95ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2864
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1642
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 2868 and `products`.`deleted_at` is null limit 1
        1.09ms/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 2868
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1580
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 2868
        49.65ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 2868
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1642
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = 200 and `products`.`deleted_at` is null limit 1
        770μs/app/Product.php:142demo_mmg
        Metadata
        Bindings
        • 0. 200
        Backtrace
        • 18. /app/Product.php:142
        • 19. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1580
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 23. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select `product_id` from `wishlists` where `customer_id` is null and `user_ip` = '18.222.142.215' and `product_id` = 200
        50.86ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        • 1. 200
        Backtrace
        • 14. /app/Product.php:184
        • 15. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1642
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 19. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
      • select * from `products` where `products`.`id` = '4122' and `products`.`deleted_at` is null limit 1
        980μsview::0a4ca4bac2fec33f003dc2198c5805f880b01963:1689demo_mmg
        Metadata
        Bindings
        • 0. 4122
        Backtrace
        • 20. view::0a4ca4bac2fec33f003dc2198c5805f880b01963:1689
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php:46
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `purchase_lists` where `user_ip` = '18.222.142.215' and `session_id` is null and `customer_id` is null
        4.21ms/app/Providers/AppServiceProvider.php:59demo_mmg
        Metadata
        Bindings
        • 0. 18.222.142.215
        Backtrace
        • 14. /app/Providers/AppServiceProvider.php:59
        • 15. /app/Providers/AppServiceProvider.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:124
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      App\Makes
      45
      App\Cart
      1
      App\Review
      17
      App\Product
      67
      App\BrandLogo
      17
      App\HomeBanner
      11
          _token
          cEKcj79VLcjHBgrwKyxZrVVyyUsylXhFPQQRFF4D
          _flash
          array:2 [ "new" => [] "old" => [] ]
          _previous
          array:1 [ "url" => "https://mmg.varianceglobal.in" ]
          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:16 [ "host" => array:1 [ 0 => "mmg.varianceglobal.in" ] "connection" => array:1 [ 0 => "keep-alive" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => 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"" ] "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)" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjFJTFdkZUNnSXQ2dzNnWkJRclljXC93PT0iLCJ2YWx1ZSI6ImszblIrN3RPZ0R4d2hmT2w3WDZTOUpwQnJNT21tUThPTFNvNThPcGIzK0t0M2liVitXVWtxblg3YlBjWFZLaFBseTgxbGt1bWk0ZStVbUtzemhQTWNXWHJraEFWSXdvd051MFYzV1kwbkZtTThTRitUZmliejlpS1d5ZVh6enhTIiwibWFjIjoiOTNmZDYyYmRjZTNmNDhkNzU5MDAyYjJhZTE1ZmI4ZmZjMzcxZGZlNjljYTZkYjJjNjc2NTBhNjMwM2YxYzBmZiJ9; laravel_session=eyJpdiI6IkE1SVhIMVlFSVZ6XC82U01Nb29RQ2hnPT0iLCJ2YWx1ZSI6ImEzSXNSZ1lhN1I3R3VsK09IcVwveENha3M5MVlHRzNVNk0zUW5MRzZlRkJDKzJuNWVxVnZLdENvZ1FrMXJBd0hiXC9xdnJXXC9VNFczbFljcGI1VjZoMVEzUmd6UU5leGZFSEdWRlVKOUg0aGliS1BRbHJHMkkzN08wZzdtYWM2Y0ViIiwibWFjIjoiNjM1YmNhYTIwMDk1NDA3NTNiMDNmMjU5M2E2MmUzN2I2YmVhYTRjYmU1MjAxNGYwNWY5OGIzMTRjMTVlOWUyMyJ9XSRF-TOKEN=eyJpdiI6IjFJTFdkZUNnSXQ2dzNnWkJRclljXC93PT0iLCJ2YWx1ZSI6ImszblIrN3RPZ0R4d2hmT2w3WDZTOUpwQnJNT21tUThPTFNvNThPcGIzK0t0M2liVitXVWtxblg3YlBjWFZLaFBseTgxb" ] ]
          request_server
          0 of 0
          array:41 [ "HTTPS" => "on" "SSL_TLS_SNI" => "mmg.varianceglobal.in" "HTTP_HOST" => "mmg.varianceglobal.in" "HTTP_CONNECTION" => "keep-alive" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "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_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "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_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_COOKIE" => "XSRF-TOKEN=eyJpdiI6IjFJTFdkZUNnSXQ2dzNnWkJRclljXC93PT0iLCJ2YWx1ZSI6ImszblIrN3RPZ0R4d2hmT2w3WDZTOUpwQnJNT21tUThPTFNvNThPcGIzK0t0M2liVitXVWtxblg3YlBjWFZLaFBseTgxbGt1bWk0ZStVbUtzemhQTWNXWHJraEFWSXdvd051MFYzV1kwbkZtTThTRitUZmliejlpS1d5ZVh6enhTIiwibWFjIjoiOTNmZDYyYmRjZTNmNDhkNzU5MDAyYjJhZTE1ZmI4ZmZjMzcxZGZlNjljYTZkYjJjNjc2NTBhNjMwM2YxYzBmZiJ9; laravel_session=eyJpdiI6IkE1SVhIMVlFSVZ6XC82U01Nb29RQ2hnPT0iLCJ2YWx1ZSI6ImEzSXNSZ1lhN1I3R3VsK09IcVwveENha3M5MVlHRzNVNk0zUW5MRzZlRkJDKzJuNWVxVnZLdENvZ1FrMXJBd0hiXC9xdnJXXC9VNFczbFljcGI1VjZoMVEzUmd6UU5leGZFSEdWRlVKOUg0aGliS1BRbHJHMkkzN08wZzdtYWM2Y0ViIiwibWFjIjoiNjM1YmNhYTIwMDk1NDA3NTNiMDNmMjU5M2E2MmUzN2I2YmVhYTRjYmU1MjAxNGYwNWY5OGIzMTRjMTVlOWUyMyJ9XSRF-TOKEN=eyJpdiI6IjFJTFdkZUNnSXQ2dzNnWkJRclljXC93PT0iLCJ2YWx1ZSI6ImszblIrN3RPZ0R4d2hmT2w3WDZTOUpwQnJNT21tUThPTFNvNThPcGIzK0t0M2liVitXVWtxblg3YlBjWFZLaFBseTgxb" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache" "SERVER_NAME" => "mmg.varianceglobal.in" "SERVER_ADDR" => "143.110.184.147" "SERVER_PORT" => "443" "REMOTE_ADDR" => "18.222.142.215" "DOCUMENT_ROOT" => "/home/demo/web/mmg.varianceglobal.in/public/" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/home/demo/web/mmg.varianceglobal.in/public/" "SERVER_ADMIN" => "webmaster@localhost" "SCRIPT_FILENAME" => "/home/demo/web/mmg.varianceglobal.in/public/index.php" "REMOTE_PORT" => "34936" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744746866.8273 "REQUEST_TIME" => 1744746866 ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "cEKcj79VLcjHBgrwKyxZrVVyyUsylXhFPQQRFF4D" "laravel_session" => "pxKVRMmN4snsvnKhsjs9rWnMW7fCpUEwmNOWRZ74" ]
          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, 15 Apr 2025 19:54:27 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNyVWtDN2cwaktXYkVMTGJ3VnlMSmc9PSIsInZhbHVlIjoiOXh5SWIzUjNQRlhURGhPQlpQd3FkQ0l1ampvSjY4SElIbjdrQ2kyTDJ5VmJGMGN3K3pQNGJFQXN0c3puQ0tiSytJRllEWDdZTVRiZ040dmNBS3hFQmx1TUkxU3BRc3lEQ09rNFk1ckF2d0V6MzBWTnlkUE0rVWdBZTlVTjZmc28iLCJtYWMiOiIzN2RiOGFhMTdjMTIxNDIwM2I1YWI1MDJiNTYzNGJiNmRhZGEwMzk2ZjcwNWE4NjViNTc5YjhiZWI3YWMxYTZjIn0%3D; expires=Tue, 15-Apr-2025 21:54:30 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6ImNyVWtDN2cwaktXYkVMTGJ3VnlMSmc9PSIsInZhbHVlIjoiOXh5SWIzUjNQRlhURGhPQlpQd3FkQ0l1ampvSjY4SElIbjdrQ2kyTDJ5VmJGMGN3K3pQNGJFQXN0c3puQ0tiSytJRllEW" 1 => "laravel_session=eyJpdiI6IkI2OTB3ejJpck90Mml4bGZQNnV3V1E9PSIsInZhbHVlIjoiMFhVUjFYY3dEd2J4VkJuQWd5WlFYRmFpcXg5Wks2dThHWXJYSkVnUFVCXC90eW9zUFwvWkR3N0lHdTAzd1NQMW9LZVd3WHFXakpIZkVRR3pkbnh2Y0dobWFLcEViMms1bjdFU1RmOWM5UzhUQnpzZlNxZTcraFhvRzBcL1FyR0ljUmciLCJtYWMiOiIwNmFhYWE5YzFkYjU0YjllNTQxYzc0OWM0MzhmOTkzY2M2NjFhOGE0ODc0NzI3N2QxNTUwMTA1M2QzNTlmYzE2In0%3D; expires=Tue, 15-Apr-2025 21:54:30 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IkI2OTB3ejJpck90Mml4bGZQNnV3V1E9PSIsInZhbHVlIjoiMFhVUjFYY3dEd2J4VkJuQWd5WlFYRmFpcXg5Wks2dThHWXJYSkVnUFVCXC90eW9zUFwvWkR3N0lHdTAzd1NQMW9L" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNyVWtDN2cwaktXYkVMTGJ3VnlMSmc9PSIsInZhbHVlIjoiOXh5SWIzUjNQRlhURGhPQlpQd3FkQ0l1ampvSjY4SElIbjdrQ2kyTDJ5VmJGMGN3K3pQNGJFQXN0c3puQ0tiSytJRllEWDdZTVRiZ040dmNBS3hFQmx1TUkxU3BRc3lEQ09rNFk1ckF2d0V6MzBWTnlkUE0rVWdBZTlVTjZmc28iLCJtYWMiOiIzN2RiOGFhMTdjMTIxNDIwM2I1YWI1MDJiNTYzNGJiNmRhZGEwMzk2ZjcwNWE4NjViNTc5YjhiZWI3YWMxYTZjIn0%3D; expires=Tue, 15-Apr-2025 21:54:30 GMT; path=/XSRF-TOKEN=eyJpdiI6ImNyVWtDN2cwaktXYkVMTGJ3VnlMSmc9PSIsInZhbHVlIjoiOXh5SWIzUjNQRlhURGhPQlpQd3FkQ0l1ampvSjY4SElIbjdrQ2kyTDJ5VmJGMGN3K3pQNGJFQXN0c3puQ0tiSytJRllEW" 1 => "laravel_session=eyJpdiI6IkI2OTB3ejJpck90Mml4bGZQNnV3V1E9PSIsInZhbHVlIjoiMFhVUjFYY3dEd2J4VkJuQWd5WlFYRmFpcXg5Wks2dThHWXJYSkVnUFVCXC90eW9zUFwvWkR3N0lHdTAzd1NQMW9LZVd3WHFXakpIZkVRR3pkbnh2Y0dobWFLcEViMms1bjdFU1RmOWM5UzhUQnpzZlNxZTcraFhvRzBcL1FyR0ljUmciLCJtYWMiOiIwNmFhYWE5YzFkYjU0YjllNTQxYzc0OWM0MzhmOTkzY2M2NjFhOGE0ODc0NzI3N2QxNTUwMTA1M2QzNTlmYzE2In0%3D; expires=Tue, 15-Apr-2025 21:54:30 GMT; path=/; httponlylaravel_session=eyJpdiI6IkI2OTB3ejJpck90Mml4bGZQNnV3V1E9PSIsInZhbHVlIjoiMFhVUjFYY3dEd2J4VkJuQWd5WlFYRmFpcXg5Wks2dThHWXJYSkVnUFVCXC90eW9zUFwvWkR3N0lHdTAzd1NQMW9L" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "cEKcj79VLcjHBgrwKyxZrVVyyUsylXhFPQQRFF4D" "_flash" => array:2 [ "new" => [] "old" => [] ] "_previous" => array:1 [ "url" => "https://mmg.varianceglobal.in" ] "PHPDEBUGBAR_STACK_DATA" => [] ]