插件由 Retouch4me 查看一切...

照片修饰

Request history8.1.2PHP Version363msRequest Duration38MBMemory UsageGET products/{category}Route
    • Booting (217ms)time
    • Application (145ms)time
    • 1 x Booting (59.88%)
      217ms
      1 x Application (40.12%)
      145ms
      12 templates were rendered
      • retouch4.components.product.category.productstoreproductstore.blade.php#?blade
      • retouch4.components.product.category.productstore_nolayoutproductstore_nolayout.blade.php#?blade
      • retouch4.components.product.category.product_elementproduct_element.blade.php#?blade
      • components.retouch4.product.payment-btnpayment-btn.blade.php#?blade
      • retouch4.components.product.keygen_scriptkeygen_script.blade.php#?blade
      • retouch4.layouts.main-newmain-new.blade.php#?blade
      • retouch4.components.main.headerheader.blade.php#?blade
      • retouch4.shared.announceannounce.blade.php#?blade
      • retouch4.components.main.left_menuleft_menu.blade.php#?blade
      • retouch4.components.main.chatchat.blade.php#?blade
      • retouch4.components.main.static_footerstatic_footer.blade.php#?blade
      • 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
      10 statements were executed (3 duplicates)Show only duplicates21.7ms
      • 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_db4.84msselect * 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_db1.02msselect * 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_db4.58msselect * from `ip` where `ip` = '216.73.216.157' limit 1
        Bindings
        • 0: 216.73.216.157
        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_db1.96msinsert 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.157', '216.73.216.157', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'stage2-retouch4.php.myshot.ai', '', '', '', '', '', '', '', '', '', '', '2025-06-09 15:57:20', '2025-06-09 15:57:20')
        Bindings
        • 0: 216.73.216.157
        • 1: 216.73.216.157
        • 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-09 15:57:20
        • 16: 2025-06-09 15:57:20
        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_db1.6msselect * from `products` where exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `code` = 'retouch-plugins') and `vendorname` = 'Retouch4me' order by `sort_position` asc, `id` asc
        Bindings
        • 0: retouch-plugins
        • 1: Retouch4me
        Backtrace
        • app/Repositories/ProductRepository.php:232
        • app/Services/ProductService.php:59
        • app/Presenters/ProductPresenter.php:53
        • app/Http/Controllers/Product/Product/ProductIndexController.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
      • ProductRepository.php#232retouch_db710μsselect * from `categories` where `categories`.`id` in (7)
        Backtrace
        • app/Repositories/ProductRepository.php:232
        • app/Services/ProductService.php:59
        • app/Presenters/ProductPresenter.php:53
        • app/Http/Controllers/Product/Product/ProductIndexController.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
      • AbstractRepository.php#51retouch_db2.29msselect * 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_db1.88msselect * 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:98
        • app/Http/Controllers/Product/Product/ProductIndexController.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
      • ProductRepository.php#526retouch_db1.97msselect * 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:99
        • app/Http/Controllers/Product/Product/ProductIndexController.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
      • AbstractRepository.php#51retouch_db850μ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\Setting
      10Setting.php#?
      App\Models\Plan
      9Plan.php#?
      App\Models\Product
      6Product.php#?
      App\Models\Category
      1Category.php#?
          _token
          fB7aCAr6NZ7gNZWhGgFaYKbMXRV8hv3F4vnvMgl0
          _previous
          array:1 [ "url" => "http://stage2-retouch4.php.myshot.ai/products/retouch-plugins?lng=zh&vendor=Re...
          _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:2 [ "lng" => "zh" "vendor" => "Retouch4me" ]
          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.157" ] "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.157" ] ]
          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 => "Mon, 09 Jun 2025 12:57:20 GMT" ] "set-cookie" => array:3 [ 0 => "laravel_session=eyJpdiI6ImQ3QmRmKzFpQTZob1BXUEFGQzBHdmc9PSIsInZhbHVlIjoiVHQ2RHNoTTl5blFoT3hCakZGdlQvdnlmdjFwQWRqakpKckg0cE1IT0IwVysycFhCVVhOVmUyVUYxMy9TM1l0NVh5K3RhSmVZS0c5MDlEa2lxSXNqZU82ZGJ0RVRXcWY1MlMrYjUyTGRpeUh2TEhrRlV5ZlBlR1dteE5wSE85Q0UiLCJtYWMiOiI5ODRhMzdhOWIyNzczODE1YzE3Y2E3ZDFmY2ExNjQ2MjU0Y2I1ZTdkZThkMWQ5NzIzZjI1ZjFkNTM1MTM3M2ZiIiwidGFnIjoiIn0%3D; expires=Mon, 09 Jun 2025 14:57:20 GMT; Max-Age=7200; path=/; domain=.stage2-retouch4.php.myshot.ai; secure; httponly; samesite=nonelaravel_session=eyJpdiI6ImQ3QmRmKzFpQTZob1BXUEFGQzBHdmc9PSIsInZhbHVlIjoiVHQ2RHNoTTl5blFoT3hCakZGdlQvdnlmdjFwQWRqakpKckg0cE1IT0IwVysycFhCVVhOVmUyVUYxMy9TM1l0NVh5" 1 => "returnto=http%3A%2F%2Fstage2-retouch4.php.myshot.ai%2Fproducts%2Fretouch-plugins%3Flng%3Dzh%26vendor%3DRetouch4me; expires=Tue, 09 Jun 2026 12:57:19 GMT; Max-Age=31535999; path=/; domain=.stage2-retouch4.php.myshot.ai; secure; samesite=nonereturnto=http%3A%2F%2Fstage2-retouch4.php.myshot.ai%2Fproducts%2Fretouch-plugins%3Flng%3Dzh%26vendor%3DRetouch4me; expires=Tue, 09 Jun 2026 12:57:19 GMT; Max-Ag" 2 => "lng=zh; expires=Tue, 09 Jun 2026 12:57:19 GMT; Max-Age=31535999; path=/; domain=.stage2-retouch4.php.myshot.ai; secure; samesite=none" ] "Set-Cookie" => array:3 [ 0 => "laravel_session=eyJpdiI6ImQ3QmRmKzFpQTZob1BXUEFGQzBHdmc9PSIsInZhbHVlIjoiVHQ2RHNoTTl5blFoT3hCakZGdlQvdnlmdjFwQWRqakpKckg0cE1IT0IwVysycFhCVVhOVmUyVUYxMy9TM1l0NVh5K3RhSmVZS0c5MDlEa2lxSXNqZU82ZGJ0RVRXcWY1MlMrYjUyTGRpeUh2TEhrRlV5ZlBlR1dteE5wSE85Q0UiLCJtYWMiOiI5ODRhMzdhOWIyNzczODE1YzE3Y2E3ZDFmY2ExNjQ2MjU0Y2I1ZTdkZThkMWQ5NzIzZjI1ZjFkNTM1MTM3M2ZiIiwidGFnIjoiIn0%3D; expires=Mon, 09-Jun-2025 14:57:20 GMT; domain=.stage2-retouch4.php.myshot.ai; path=/; secure; httponlylaravel_session=eyJpdiI6ImQ3QmRmKzFpQTZob1BXUEFGQzBHdmc9PSIsInZhbHVlIjoiVHQ2RHNoTTl5blFoT3hCakZGdlQvdnlmdjFwQWRqakpKckg0cE1IT0IwVysycFhCVVhOVmUyVUYxMy9TM1l0NVh5" 1 => "returnto=http%3A%2F%2Fstage2-retouch4.php.myshot.ai%2Fproducts%2Fretouch-plugins%3Flng%3Dzh%26vendor%3DRetouch4me; expires=Tue, 09-Jun-2026 12:57:19 GMT; domain=.stage2-retouch4.php.myshot.ai; path=/; securereturnto=http%3A%2F%2Fstage2-retouch4.php.myshot.ai%2Fproducts%2Fretouch-plugins%3Flng%3Dzh%26vendor%3DRetouch4me; expires=Tue, 09-Jun-2026 12:57:19 GMT; domain" 2 => "lng=zh; expires=Tue, 09-Jun-2026 12:57:19 GMT; domain=.stage2-retouch4.php.myshot.ai; path=/; secure" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "fB7aCAr6NZ7gNZWhGgFaYKbMXRV8hv3F4vnvMgl0" "_previous" => array:1 [ "url" => "http://stage2-retouch4.php.myshot.ai/products/retouch-plugins?lng=zh&vendor=Retouch4me" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-09 15:57:20GET/products/retouch-plugins?lng=zh&vendor=Retouch4me121026