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.94sRequest Duration8MBMemory UsageGET /Route
    • Booting (29.54ms)
    • Application (3.91s)
    • 1 x Application (99.25%)
      3.91s
      1 x Booting (0.75%)
      29.54ms
      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.75s
      • select * from `home_banners`
        1.57ms/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
        1.4ms/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
        17.17ms/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)
        890μs/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
        5.4ms/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)
        780μ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` = '8H0d6dJ9PgFaiqjA83dOvppJ78of1MOn8uQOACyb' and `customer_id` is null and `user_ip` = '18.217.19.206'
        164ms/app/Http/Controllers/Controller.php:79demo_mmg
        Metadata
        Bindings
        • 0. 8H0d6dJ9PgFaiqjA83dOvppJ78of1MOn8uQOACyb
        • 1. 18.217.19.206
        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
        2.52ms/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.68ms/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.217.19.206' and `product_id` = 5094
        115ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        870μ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.217.19.206' and `product_id` = 4749
        98.89ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.08ms/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.217.19.206' and `product_id` = 4730
        94.98ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        960μs/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.217.19.206' and `product_id` = 2838
        53.1ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.4ms/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.217.19.206' and `product_id` = 2817
        55.62ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        760μ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.217.19.206' and `product_id` = 2814
        50.07ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        730μ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.217.19.206' and `product_id` = 2781
        92.33ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.21ms/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.217.19.206' and `product_id` = 1401
        106ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.53ms/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.217.19.206' and `product_id` = 1327
        54.18ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        970μ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.217.19.206' and `product_id` = 285
        60.92ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.03ms/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.217.19.206' and `product_id` = 2631
        57.78ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        880μs/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.217.19.206' and `product_id` = 2768
        54.31ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.18ms/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.217.19.206' and `product_id` = 2815
        80.64ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.27ms/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.217.19.206' and `product_id` = 2816
        80.4ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.21ms/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.217.19.206' and `product_id` = 2674
        80.19ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        950μs/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.217.19.206' and `product_id` = 312
        54.55ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.23ms/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.217.19.206' and `product_id` = 2814
        80.29ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.2ms/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.217.19.206' and `product_id` = 2721
        79.75ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.26ms/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.217.19.206' and `product_id` = 2720
        80.31ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.11ms/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.217.19.206' and `product_id` = 2817
        81.11ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.14ms/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.217.19.206' and `product_id` = 5108
        90.2ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.62ms/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.217.19.206' and `product_id` = 5107
        81.41ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.12ms/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.217.19.206' and `product_id` = 5106
        81.17ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.07ms/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.217.19.206' and `product_id` = 5105
        81.92ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.08ms/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.217.19.206' and `product_id` = 4750
        81.72ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.05ms/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.217.19.206' and `product_id` = 4730
        119ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.27ms/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.217.19.206' and `product_id` = 2817
        99.83ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.54ms/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.217.19.206' and `product_id` = 262
        136ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.217.19.206' and `product_id` = 2309
        81.59ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.14ms/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.217.19.206' and `product_id` = 2836
        80.9ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.06ms/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.217.19.206' and `product_id` = 4750
        81.68ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.16ms/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.217.19.206' and `product_id` = 2311
        81.28ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.19ms/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.217.19.206' and `product_id` = 2251
        67.18ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.06ms/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.217.19.206' and `product_id` = 2303
        56.87ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.03ms/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.217.19.206' and `product_id` = 233
        67.61ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        810μs/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.217.19.206' and `product_id` = 4748
        94.74ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.22ms/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.217.19.206' and `product_id` = 4735
        54.66ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        930μs/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.217.19.206' and `product_id` = 3319
        60.56ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        1.28ms/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.217.19.206' and `product_id` = 1326
        52.22ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.22ms/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.217.19.206' and `product_id` = 276
        52.69ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.17ms/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.217.19.206' and `product_id` = 2827
        51.34ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.47ms/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.217.19.206' and `product_id` = 1322
        53.06ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        4.18ms/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.217.19.206' and `product_id` = 2826
        82.41ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.17ms/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.217.19.206' and `product_id` = 2864
        88.34ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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.08ms/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.217.19.206' and `product_id` = 2868
        51.34ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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
        820μ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.217.19.206' and `product_id` = 200
        51.32ms/app/Product.php:184demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        • 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` = '3986' and `products`.`deleted_at` is null limit 1
        1msview::0a4ca4bac2fec33f003dc2198c5805f880b01963:1689demo_mmg
        Metadata
        Bindings
        • 0. 3986
        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.217.19.206' and `session_id` is null and `customer_id` is null
        6.9ms/app/Providers/AppServiceProvider.php:59demo_mmg
        Metadata
        Bindings
        • 0. 18.217.19.206
        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
          WIyiVcJRnOkWZIRbR15170J1FYYs3N7OatgPlTPY
          _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=eyJpdiI6InpZdTFVSW4waHpYdFpBZGZBU1BPWnc9PSIsInZhbHVlIjoiVTBtSXRZQ1dZREp5OXluMFFnWTZKdktDTEVZdGNja3ZzY20zUm92Rk1qTGJBTVhkb2F5QnhqTm9sV3Rrc2ptNXB0bkxTRzcxcGtYVGpKeEhURkUxdFwvN2NnekxEa0NzXC8yckx5aDZSUDN4aWU5VFg0MWxleUhXZWQ2XC9uYmgrMEEiLCJtYWMiOiI1YzI2MGRkYjc4ODNiYzkwNjVkMjljYjYwNTIxNTZkYTk3OTZlMTdjNWFiZjMxNmZhMWUyZjNiOTViZTFiYjY2In0%3D; laravel_session=eyJpdiI6IngzNGhHREVtcDZ3bWZVejdXWjB5TVE9PSIsInZhbHVlIjoiXC9RV0VENlBnZWJRZGZWUkNQU0F5eFU1XC8yTVQ4dDRMT2NhUmhpUWtuODFpc1ZWUE92XC96SVhyZGJkVDJSOU84dFVOYWhHb3ZmVFwvb3M0OUxhaURwT3YyTStFXC9WNVdWQmlBUDJwRXRZd2RKUExFeVNNV2dydWVzTVplTzR4cUxtaCIsIm1hYyI6IjRhNDU4MjJhZmRjODQwOTE0ZjNmZDcxOWUyM2ViYTAyNzJiOTRjMTJkZTA0MmEwYTFlOWYyYmJjZTI1MjMzZWEifQ%3D%3DXSRF-TOKEN=eyJpdiI6InpZdTFVSW4waHpYdFpBZGZBU1BPWnc9PSIsInZhbHVlIjoiVTBtSXRZQ1dZREp5OXluMFFnWTZKdktDTEVZdGNja3ZzY20zUm92Rk1qTGJBTVhkb2F5QnhqTm9sV3Rrc2ptNXB0bkxTR" ] ]
          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=eyJpdiI6InpZdTFVSW4waHpYdFpBZGZBU1BPWnc9PSIsInZhbHVlIjoiVTBtSXRZQ1dZREp5OXluMFFnWTZKdktDTEVZdGNja3ZzY20zUm92Rk1qTGJBTVhkb2F5QnhqTm9sV3Rrc2ptNXB0bkxTRzcxcGtYVGpKeEhURkUxdFwvN2NnekxEa0NzXC8yckx5aDZSUDN4aWU5VFg0MWxleUhXZWQ2XC9uYmgrMEEiLCJtYWMiOiI1YzI2MGRkYjc4ODNiYzkwNjVkMjljYjYwNTIxNTZkYTk3OTZlMTdjNWFiZjMxNmZhMWUyZjNiOTViZTFiYjY2In0%3D; laravel_session=eyJpdiI6IngzNGhHREVtcDZ3bWZVejdXWjB5TVE9PSIsInZhbHVlIjoiXC9RV0VENlBnZWJRZGZWUkNQU0F5eFU1XC8yTVQ4dDRMT2NhUmhpUWtuODFpc1ZWUE92XC96SVhyZGJkVDJSOU84dFVOYWhHb3ZmVFwvb3M0OUxhaURwT3YyTStFXC9WNVdWQmlBUDJwRXRZd2RKUExFeVNNV2dydWVzTVplTzR4cUxtaCIsIm1hYyI6IjRhNDU4MjJhZmRjODQwOTE0ZjNmZDcxOWUyM2ViYTAyNzJiOTRjMTJkZTA0MmEwYTFlOWYyYmJjZTI1MjMzZWEifQ%3D%3DXSRF-TOKEN=eyJpdiI6InpZdTFVSW4waHpYdFpBZGZBU1BPWnc9PSIsInZhbHVlIjoiVTBtSXRZQ1dZREp5OXluMFFnWTZKdktDTEVZdGNja3ZzY20zUm92Rk1qTGJBTVhkb2F5QnhqTm9sV3Rrc2ptNXB0bkxTR" "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.217.19.206" "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" => "61598" "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" => 1745543327.4022 "REQUEST_TIME" => 1745543327 ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "WIyiVcJRnOkWZIRbR15170J1FYYs3N7OatgPlTPY" "laravel_session" => "8H0d6dJ9PgFaiqjA83dOvppJ78of1MOn8uQOACyb" ]
          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 => "Fri, 25 Apr 2025 01:08:47 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkNaKzd4VFFMRUx5d0xBUkhMT2xMOVE9PSIsInZhbHVlIjoiMk5EamFhdzRZRGxZR1pSQmo0RXNiUm1FbnYzS2gxRXpveUtKV3VZVmRcL2d0N1RBWnNKZjFnbTQ0RzlXektUbFJzZGVcL0NkSitYQnJBSU9sY1VISFhMUGlXdHBEeWdKU0dneUlxZzgrbkRtK3FmQTNTSGJ3Yk5DMW1aVTU4NlVabSIsIm1hYyI6IjcwNjBmODhjNTgzYjg0YmM0ZDc5ZDczMjk2M2M2ODY4ZTgzMzJhN2Y3ODcyOTM4N2M0NmE1YTM3YTI5ZGY2MzQifQ%3D%3D; expires=Fri, 25-Apr-2025 03:08:51 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IkNaKzd4VFFMRUx5d0xBUkhMT2xMOVE9PSIsInZhbHVlIjoiMk5EamFhdzRZRGxZR1pSQmo0RXNiUm1FbnYzS2gxRXpveUtKV3VZVmRcL2d0N1RBWnNKZjFnbTQ0RzlXektUbFJzZGVcL" 1 => "laravel_session=eyJpdiI6Iktna1dJWm1nTXFmUkNDa01nY3BXQnc9PSIsInZhbHVlIjoiZFNUanV3XC8xM3B1amRZa0g3aGZRWXhrbkhTNkN0a0FwS0ZrVFwvNm1FYkU3Tk41Nk1pM0ZcL055dGlNalhZOXBraUtLMjVOVFUwdEkzNTRyR05LaVg3TzlMWGEzbVRMM2pDMTFKRHh4TVhlZjZxR0g4OFdqZGJwMW95SlNGbWRnbG0iLCJtYWMiOiI1NjRlZDdhNGY4ZjU1OGFkNGQwYzk5MGQ4N2E1OGZlNTFmODY0Y2E0YWZmODhjZDUyZTA1MjkyN2MyNGNkYmEwIn0%3D; expires=Fri, 25-Apr-2025 03:08:51 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6Iktna1dJWm1nTXFmUkNDa01nY3BXQnc9PSIsInZhbHVlIjoiZFNUanV3XC8xM3B1amRZa0g3aGZRWXhrbkhTNkN0a0FwS0ZrVFwvNm1FYkU3Tk41Nk1pM0ZcL055dGlNalhZOXBr" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkNaKzd4VFFMRUx5d0xBUkhMT2xMOVE9PSIsInZhbHVlIjoiMk5EamFhdzRZRGxZR1pSQmo0RXNiUm1FbnYzS2gxRXpveUtKV3VZVmRcL2d0N1RBWnNKZjFnbTQ0RzlXektUbFJzZGVcL0NkSitYQnJBSU9sY1VISFhMUGlXdHBEeWdKU0dneUlxZzgrbkRtK3FmQTNTSGJ3Yk5DMW1aVTU4NlVabSIsIm1hYyI6IjcwNjBmODhjNTgzYjg0YmM0ZDc5ZDczMjk2M2M2ODY4ZTgzMzJhN2Y3ODcyOTM4N2M0NmE1YTM3YTI5ZGY2MzQifQ%3D%3D; expires=Fri, 25-Apr-2025 03:08:51 GMT; path=/XSRF-TOKEN=eyJpdiI6IkNaKzd4VFFMRUx5d0xBUkhMT2xMOVE9PSIsInZhbHVlIjoiMk5EamFhdzRZRGxZR1pSQmo0RXNiUm1FbnYzS2gxRXpveUtKV3VZVmRcL2d0N1RBWnNKZjFnbTQ0RzlXektUbFJzZGVcL" 1 => "laravel_session=eyJpdiI6Iktna1dJWm1nTXFmUkNDa01nY3BXQnc9PSIsInZhbHVlIjoiZFNUanV3XC8xM3B1amRZa0g3aGZRWXhrbkhTNkN0a0FwS0ZrVFwvNm1FYkU3Tk41Nk1pM0ZcL055dGlNalhZOXBraUtLMjVOVFUwdEkzNTRyR05LaVg3TzlMWGEzbVRMM2pDMTFKRHh4TVhlZjZxR0g4OFdqZGJwMW95SlNGbWRnbG0iLCJtYWMiOiI1NjRlZDdhNGY4ZjU1OGFkNGQwYzk5MGQ4N2E1OGZlNTFmODY0Y2E0YWZmODhjZDUyZTA1MjkyN2MyNGNkYmEwIn0%3D; expires=Fri, 25-Apr-2025 03:08:51 GMT; path=/; httponlylaravel_session=eyJpdiI6Iktna1dJWm1nTXFmUkNDa01nY3BXQnc9PSIsInZhbHVlIjoiZFNUanV3XC8xM3B1amRZa0g3aGZRWXhrbkhTNkN0a0FwS0ZrVFwvNm1FYkU3Tk41Nk1pM0ZcL055dGlNalhZOXBr" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "WIyiVcJRnOkWZIRbR15170J1FYYs3N7OatgPlTPY" "_flash" => array:2 [ "new" => [] "old" => [] ] "_previous" => array:1 [ "url" => "https://mmg.varianceglobal.in" ] "PHPDEBUGBAR_STACK_DATA" => [] ]