Plugins by Oleg Sharonov See all...

Request history8.1.2PHP Version370msRequest Duration38MBMemory UsageGET products/{category}Route
    • Booting (187ms)time
    • Application (183ms)time
    • 1 x Booting (50.62%)
      187ms
      1 x Application (49.38%)
      183ms
      58 templates were rendered
      • 1x retouch4.components.product.category.productstoreproductstore.blade.php#?blade
      • 1x retouch4.components.product.category.productstore_nolayoutproductstore_nolayout.blade.php#?blade
      • 17x components.retouch4.product.buttonsbuttons.blade.php#?blade
      • 17x components.retouch4.product.payment-buttonpayment-button.blade.php#?blade
      • 14x components.retouch4.product.download-buttonsdownload-buttons.blade.php#?blade
      • 1x retouch4.components.product.keygen_scriptkeygen_script.blade.php#?blade
      • 1x retouch4.layouts.mainmain.blade.php#?blade
      • 1x retouch4.components.main.headerheader.blade.php#?blade
      • 1x retouch4.shared.announceannounce.blade.php#?blade
      • 1x retouch4.components.main.left_menuleft_menu.blade.php#?blade
      • 1x retouch4.components.main.chatchat.blade.php#?blade
      • 1x retouch4.components.main.static_footerstatic_footer.blade.php#?blade
      • 1x retouch4.components.main.footerfooter.blade.php#?blade
      uri
      GET products/{category}
      domain
      {domain}
      middleware
      App\Http\Middleware\DomainMiddleware, web, App\Http\Middleware\LocaleMiddleware
      uses
      App\Http\Controllers\Product\Product\ProductIndexController@__invoke
      controller
      App\Http\Controllers\Product\Product\ProductIndexController
      namespace
      where
      as
      retouch4me.products
      prefix
      products
      26 statements were executed (19 duplicates)Show only duplicates22.79ms
      • Setting.php#39retouch_dbConnection Established
        Backtrace
        • app/Models/Setting.php:39
        • app/Models/Setting.php:67
        • app/Models/Setting.php:79
        • app/Services/DiscountService.php:104
        • app/Services/DiscountService.php:50
      • Setting.php#39retouch_db3.21msselect * from `settings`
        Backtrace
        • app/Models/Setting.php:39
        • app/Models/Setting.php:67
        • app/Models/Setting.php:79
        • app/Services/DiscountService.php:104
        • app/Services/DiscountService.php:50
      • AbstractRepository.php#51retouch_db780μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Providers/AppServiceProvider.php:24
      • IpService.php#38retouch_dbBegin Transaction
        Backtrace
        • app/Services/IpService.php:38
        • app/Services/IpService.php:248
        • app/Http/Controllers/Product/Product/ProductIndexController.php:52
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • IpRepository.php#53retouch_db810μsselect * from `ip` where `ip` = '216.73.216.148' limit 1
        Bindings
        • 0: 216.73.216.148
        Backtrace
        • app/Repositories/IpRepository.php:53
        • app/Services/IpService.php:46
        • app/Services/IpService.php:37
        • app/Services/IpService.php:38
        • app/Services/IpService.php:248
      • IpRepository.php#48retouch_db770μsinsert into `ip` (`ip`, `ip2`, `http_referer`, `http_user_agent`, `lastdomain`, `utm_source`, `utm_medium`, `utm_content`, `utm_campaign`, `utm_term`, `utm_geo`, `referrer`, `ymuid`, `actionkey`, `mail`, `firstseen`, `lastseen`) values ('216.73.216.148', '216.73.216.148', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'stage2-retouch4.php.myshot.ai', '', '', '', '', '', '', '', '', '', '', '2025-06-07 15:50:07', '2025-06-07 15:50:07')
        Bindings
        • 0: 216.73.216.148
        • 1: 216.73.216.148
        • 2: 
        • 3: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 4: stage2-retouch4.php.myshot.ai
        • 5: 
        • 6: 
        • 7: 
        • 8: 
        • 9: 
        • 10: 
        • 11: 
        • 12: 
        • 13: 
        • 14: 
        • 15: 2025-06-07 15:50:07
        • 16: 2025-06-07 15:50:07
        Backtrace
        • app/Repositories/IpRepository.php:48
        • app/Services/IpService.php:76
        • app/Services/IpService.php:54
        • app/Services/IpService.php:37
        • app/Services/IpService.php:38
      • IpService.php#38retouch_dbCommit Transaction
        Backtrace
        • app/Services/IpService.php:38
        • app/Services/IpService.php:248
        • app/Http/Controllers/Product/Product/ProductIndexController.php:52
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • ProductRepository.php#232retouch_db3.99msselect * from `products` where exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `code` = 'retouch-plugins') and `vendorname` = 'Oleg Sharonov' order by `sort_position` asc, `id` asc
        Bindings
        • 0: retouch-plugins
        • 1: Oleg Sharonov
        Backtrace
        • app/Repositories/ProductRepository.php:232
        • app/Services/ProductService.php:59
        • app/Presenters/ProductPresenter.php:52
        • app/Http/Controllers/Product/Product/ProductIndexController.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
      • ProductRepository.php#232retouch_db650μsselect * from `categories` where `categories`.`id` in (7)
        Backtrace
        • app/Repositories/ProductRepository.php:232
        • app/Services/ProductService.php:59
        • app/Presenters/ProductPresenter.php:52
        • app/Http/Controllers/Product/Product/ProductIndexController.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
      • AbstractRepository.php#51retouch_db780μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db650μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db780μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db680μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db640μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db710μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db480μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db490μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db480μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db470μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db500μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db520μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db510μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db530μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db640μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db440μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • AbstractRepository.php#51retouch_db670μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Services/DiscountService.php:264
      • ProductRepository.php#521retouch_db940μsselect * from `products` where `id` in (300, 400, 123) order by `sort_position` asc, `id` asc
        Bindings
        • 0: 300
        • 1: 400
        • 2: 123
        Backtrace
        • app/Repositories/ProductRepository.php:521
        • app/Services/ProductService.php:206
        • app/Presenters/ProductPresenter.php:95
        • app/Http/Controllers/Product/Product/ProductIndexController.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
      • ProductRepository.php#526retouch_db840μsselect * from `products` where `id` in (117, 118) order by `sort_position` asc, `id` asc
        Bindings
        • 0: 117
        • 1: 118
        Backtrace
        • app/Repositories/ProductRepository.php:526
        • app/Services/ProductService.php:214
        • app/Presenters/ProductPresenter.php:96
        • app/Http/Controllers/Product/Product/ProductIndexController.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
      • AbstractRepository.php#51retouch_db830μsselect * from `plans` where `plans`.`deleted_at` is null
        Backtrace
        • app/Repositories/AbstractRepository.php:51
        • app/Services/DiscountService.php:408
        • app/Services/DiscountService.php:377
        • app/Services/DiscountService.php:62
        • app/Providers/AppServiceProvider.php:24
      App\Models\Plan
      57Plan.php#?
      App\Models\Product
      34Product.php#?
      App\Models\Setting
      10Setting.php#?
      App\Models\Category
      1Category.php#?
          _token
          EzSh63oM22GDdaCW6M4fmREMjPnQoKcxcQdgnBlP
          _previous
          array:1 [ "url" => "http://stage2-retouch4.php.myshot.ai/products/retouch-plugins?vendor=Oleg%20Sh...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /products/retouch-plugins
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "vendor" => "Oleg Sharonov" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "host" => array:1 [ 0 => "stage2-retouch4.php.myshot.ai" ] "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.148" ] "x-forwarded-host" => array:1 [ 0 => "stage2-retouch4.php.myshot.ai" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-server" => array:1 [ 0 => "ec831c34a6f2" ] "x-real-ip" => array:1 [ 0 => "216.73.216.148" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 07 Jun 2025 12:50:07 GMT" ] "set-cookie" => array:2 [ 0 => "laravel_session=eyJpdiI6ImVKRWd6U2tpS3RrMlBLS1lkU3lvT1E9PSIsInZhbHVlIjoib3gxYi9GY0dUUnZmb1pOTHZpUXhhVVpXa0lURitVNlJKWHVLeWZTcnVCNUZ6Nzc2VkN6dDF6VWdYL1lvcmVMeTFhSTdBWXl2c0lDNEo2WnoydzAvQWxrTFArTTZENTRSOTRpWUp2SndMcjRqKzJra3ljSGlDLzdjemt0eGlZR00iLCJtYWMiOiJiMzRlYzJjMWJkMWRiOTE1MDY1NjZjOWJiOTZiOTI5YTY5NzcyZDBlNjVmMGQ2NzY5Y2UzYzJkZWQ1MDE2OTY2IiwidGFnIjoiIn0%3D; expires=Sat, 07 Jun 2025 14:50:07 GMT; Max-Age=7200; path=/; domain=.stage2-retouch4.php.myshot.ai; secure; httponly; samesite=nonelaravel_session=eyJpdiI6ImVKRWd6U2tpS3RrMlBLS1lkU3lvT1E9PSIsInZhbHVlIjoib3gxYi9GY0dUUnZmb1pOTHZpUXhhVVpXa0lURitVNlJKWHVLeWZTcnVCNUZ6Nzc2VkN6dDF6VWdYL1lvcmVMeTFh" 1 => "returnto=http%3A%2F%2Fstage2-retouch4.php.myshot.ai%2Fproducts%2Fretouch-plugins%3Fvendor%3DOleg%2520Sharonov; expires=Sun, 07 Jun 2026 12:50:07 GMT; Max-Age=31536000; path=/; domain=.stage2-retouch4.php.myshot.ai; secure; samesite=nonereturnto=http%3A%2F%2Fstage2-retouch4.php.myshot.ai%2Fproducts%2Fretouch-plugins%3Fvendor%3DOleg%2520Sharonov; expires=Sun, 07 Jun 2026 12:50:07 GMT; Max-Age=31" ] "Set-Cookie" => array:2 [ 0 => "laravel_session=eyJpdiI6ImVKRWd6U2tpS3RrMlBLS1lkU3lvT1E9PSIsInZhbHVlIjoib3gxYi9GY0dUUnZmb1pOTHZpUXhhVVpXa0lURitVNlJKWHVLeWZTcnVCNUZ6Nzc2VkN6dDF6VWdYL1lvcmVMeTFhSTdBWXl2c0lDNEo2WnoydzAvQWxrTFArTTZENTRSOTRpWUp2SndMcjRqKzJra3ljSGlDLzdjemt0eGlZR00iLCJtYWMiOiJiMzRlYzJjMWJkMWRiOTE1MDY1NjZjOWJiOTZiOTI5YTY5NzcyZDBlNjVmMGQ2NzY5Y2UzYzJkZWQ1MDE2OTY2IiwidGFnIjoiIn0%3D; expires=Sat, 07-Jun-2025 14:50:07 GMT; domain=.stage2-retouch4.php.myshot.ai; path=/; secure; httponlylaravel_session=eyJpdiI6ImVKRWd6U2tpS3RrMlBLS1lkU3lvT1E9PSIsInZhbHVlIjoib3gxYi9GY0dUUnZmb1pOTHZpUXhhVVpXa0lURitVNlJKWHVLeWZTcnVCNUZ6Nzc2VkN6dDF6VWdYL1lvcmVMeTFh" 1 => "returnto=http%3A%2F%2Fstage2-retouch4.php.myshot.ai%2Fproducts%2Fretouch-plugins%3Fvendor%3DOleg%2520Sharonov; expires=Sun, 07-Jun-2026 12:50:07 GMT; domain=.stage2-retouch4.php.myshot.ai; path=/; securereturnto=http%3A%2F%2Fstage2-retouch4.php.myshot.ai%2Fproducts%2Fretouch-plugins%3Fvendor%3DOleg%2520Sharonov; expires=Sun, 07-Jun-2026 12:50:07 GMT; domain=.st" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "EzSh63oM22GDdaCW6M4fmREMjPnQoKcxcQdgnBlP" "_previous" => array:1 [ "url" => "http://stage2-retouch4.php.myshot.ai/products/retouch-plugins?vendor=Oleg%20Sharonov" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-07 15:50:07GET/products/retouch-plugins?vendor=Oleg+Sharonov5826102