ランダムパスワードジェネレーター

Yamachine

© 著作権 2025. すべての著作権は次の者によって留保されます BioSite.

Request history8.2.27PHP Version411msRequest Duration27MBMemory UsageGET random-password-generatorRoute
    • Booting (256ms)time
    • Application (155ms)time
    • 1 x Booting (62.35%)
      256ms
      1 x Application (37.65%)
      155ms
      6 templates were rendered
      • website.pages.web-tools.random-password-generatorrandom-password-generator.blade.php#?blade
      • layouts.indexindex.blade.php#?blade
      • website.includes.headerheader.blade.php#?blade
      • cookie-consent::indexindex.blade.php#?blade
      • cookie-consent::dialogContentsdialogContents.blade.php#?blade
      • website.includes.footerfooter.blade.php#?blade
      uri
      GET random-password-generator
      middleware
      web, Installer, frame.destroyer
      controller
      App\Http\Controllers\WebToolsController@randomPasswordGenerator
      namespace
      App\Http\Controllers
      prefix
      where
      as
      web.random.password.generator
      file
      app/Http/Controllers/WebToolsController.php:134-153
      12 statements were executed (11 duplicates)Show only duplicates46.31ms
      • WebToolsController.php#137biosite15.82msselect * from `config`
        Backtrace
        • app/Http/Controllers/WebToolsController.php:137
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • WebToolsController.php#141biosite2.77msselect * from `settings` where `status` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/WebToolsController.php:141
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • WebToolsController.php#142biosite3.44msselect * from `pages` where `page_name` = 'footer' or `page_name` = 'contact'
        Bindings
        • 0: footer
        • 1: contact
        Backtrace
        • app/Http/Controllers/WebToolsController.php:142
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • index.blade.php#6biosite3.08msselect * from `config`
        Backtrace
        • view::layouts.index:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • index.blade.php#7biosite1.96msselect * from `settings` where `status` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::layouts.index:7
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • index.blade.php#8biosite3.35msselect * from `pages` where `page_name` = 'footer' or `page_name` = 'contact'
        Bindings
        • 0: footer
        • 1: contact
        Backtrace
        • view::layouts.index:8
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • header.blade.php#7biosite2.18msselect * from `settings` where `status` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::website.includes.header:7
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • header.blade.php#8biosite3.61msselect * from `pages`
        Backtrace
        • view::website.includes.header:8
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • header.blade.php#9biosite2.9msselect * from `pages` where `page_name` = 'home'
        Bindings
        • 0: home
        Backtrace
        • view::website.includes.header:9
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • dialogContents.blade.php#5biosite1.63msselect * from `config`
        Backtrace
        • view::cookie-consent::dialogContents:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • footer.blade.php#5biosite2.18msselect * from `settings` where `status` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::website.includes.footer:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • footer.blade.php#6biosite3.39msselect * from `pages`
        Backtrace
        • view::website.includes.footer:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      App\Page
      438Page.php#?
      App\Setting
      4Setting.php#?
          _token
          6FwihPzvYMuthXTJu1hkSqvPw6nFuLMTVGrSOA7c
          language
          ja
          _previous
          array:1 [ "url" => "http://biosite.yamachine.com.br/random-password-generator?change_language=ja" ...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /random-password-generator
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "change_language" => "ja" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:19 [ "host" => array:1 [ 0 => "biosite.yamachine.com.br" ] "x-real-ip" => array:1 [ 0 => "216.73.216.242" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.242" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "connection" => array:1 [ 0 => "close" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "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"" ] "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" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:8 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Fri, 25 Jul 2025 06:10:01 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "x-frame-options" => array:1 [ 0 => "SAMEORIGIN" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkU0cmRrYjAzUUdZVE5Ldm9sN0Z6blE9PSIsInZhbHVlIjoiVEhnSDRTUGpoTkcwQVpFbFJ3WnB5MUhQcGdjaWxjNDBwaVgyc2s0QTBVRlArZmtJUUFTdlpkUkx3YmRLZ1lScFI2T0ZnMGJMcEN3NDErNjRNUVd1bWtRUXZWRkVqaGZsU0xQcUpicnVySFMzRTlzVUxBQ1dSQ1JLVGpVcFdydTIiLCJtYWMiOiI1ZWVkMGIxN2U4ZDJhMjdmMWNhYWIyZGNjNmE3ZGYxYTFhYmQ2OTZmZTY3NWMyMGMxODIyZDE3YWNlODE1MzhlIiwidGFnIjoiIn0%3D; expires=Fri, 25 Jul 2025 08:10:01 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkU0cmRrYjAzUUdZVE5Ldm9sN0Z6blE9PSIsInZhbHVlIjoiVEhnSDRTUGpoTkcwQVpFbFJ3WnB5MUhQcGdjaWxjNDBwaVgyc2s0QTBVRlArZmtJUUFTdlpkUkx3YmRLZ1lScFI2T0ZnM" 1 => "biosite_session=eyJpdiI6ImpDc0VpMXRjVEVieU1zSEZhZlpJbmc9PSIsInZhbHVlIjoiWHhwYWlwNFppdWd1MnBYaUdjeDNLdUQ5N1ZDNkxTN1dmNHBaemxRYno5WUF1M01vWk92Uzl3TStNZDdFTVdQOXZpRTgxalNyM0MxUEdZYnVoc2h0WlRxODJtdU5pNUk3bThSVUVsSFRkdUx0MmZ1QkJPOXIzRWVvTzJVaENFNk8iLCJtYWMiOiI3OTU3MTQwZGMyYmExOGEzYzhkMTkwOTcxYzM5ZmUwMGNlZDNiNTBjMDRiNzJhOTc2NDA3YWQ4MGI3YzYyZmU2IiwidGFnIjoiIn0%3D; expires=Fri, 25 Jul 2025 08:10:01 GMT; Max-Age=7200; path=/; httponly; samesite=laxbiosite_session=eyJpdiI6ImpDc0VpMXRjVEVieU1zSEZhZlpJbmc9PSIsInZhbHVlIjoiWHhwYWlwNFppdWd1MnBYaUdjeDNLdUQ5N1ZDNkxTN1dmNHBaemxRYno5WUF1M01vWk92Uzl3TStNZDdFTVdQOXZp" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkU0cmRrYjAzUUdZVE5Ldm9sN0Z6blE9PSIsInZhbHVlIjoiVEhnSDRTUGpoTkcwQVpFbFJ3WnB5MUhQcGdjaWxjNDBwaVgyc2s0QTBVRlArZmtJUUFTdlpkUkx3YmRLZ1lScFI2T0ZnMGJMcEN3NDErNjRNUVd1bWtRUXZWRkVqaGZsU0xQcUpicnVySFMzRTlzVUxBQ1dSQ1JLVGpVcFdydTIiLCJtYWMiOiI1ZWVkMGIxN2U4ZDJhMjdmMWNhYWIyZGNjNmE3ZGYxYTFhYmQ2OTZmZTY3NWMyMGMxODIyZDE3YWNlODE1MzhlIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 08:10:01 GMT; path=/XSRF-TOKEN=eyJpdiI6IkU0cmRrYjAzUUdZVE5Ldm9sN0Z6blE9PSIsInZhbHVlIjoiVEhnSDRTUGpoTkcwQVpFbFJ3WnB5MUhQcGdjaWxjNDBwaVgyc2s0QTBVRlArZmtJUUFTdlpkUkx3YmRLZ1lScFI2T0ZnM" 1 => "biosite_session=eyJpdiI6ImpDc0VpMXRjVEVieU1zSEZhZlpJbmc9PSIsInZhbHVlIjoiWHhwYWlwNFppdWd1MnBYaUdjeDNLdUQ5N1ZDNkxTN1dmNHBaemxRYno5WUF1M01vWk92Uzl3TStNZDdFTVdQOXZpRTgxalNyM0MxUEdZYnVoc2h0WlRxODJtdU5pNUk3bThSVUVsSFRkdUx0MmZ1QkJPOXIzRWVvTzJVaENFNk8iLCJtYWMiOiI3OTU3MTQwZGMyYmExOGEzYzhkMTkwOTcxYzM5ZmUwMGNlZDNiNTBjMDRiNzJhOTc2NDA3YWQ4MGI3YzYyZmU2IiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 08:10:01 GMT; path=/; httponlybiosite_session=eyJpdiI6ImpDc0VpMXRjVEVieU1zSEZhZlpJbmc9PSIsInZhbHVlIjoiWHhwYWlwNFppdWd1MnBYaUdjeDNLdUQ5N1ZDNkxTN1dmNHBaemxRYno5WUF1M01vWk92Uzl3TStNZDdFTVdQOXZp" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "6FwihPzvYMuthXTJu1hkSqvPw6nFuLMTVGrSOA7c" "language" => "ja" "_previous" => array:1 [ "url" => "http://biosite.yamachine.com.br/random-password-generator?change_language=ja" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-25 06:10:01GET/random-password-generator?change_language=ja612442