LINE@管理システム
  • CakePHP
  • Session
    +

    Session

    • 0(null)
    ====
  • Request
    +

    Request

    Cake Params

    • plugin(null)
    • controllerusers
    • actionlogin
    • named(empty)
    • pass(empty)

    Post data

    No post data.

    Query string

    No querystring data.

    Cookie

    To view Cookies, add CookieComponent to Controller

    Current Route

    • keys(array)
      • 0controller
      • 1action
    • options(array)
      • defaultRoute(true)
    • defaults(array)
      • plugin(null)
    • template/:controller/:action/*
    ====
  • Sql Log
    +

    Sql Logs

    Warning No active database connections

    ====
  • Timer
    +

    Memory

    Peak Memory Use 1.29 MB

    Message Memory use
    Component initialization 742 KB
    Controller action start 784 KB
    Controller render start 819 KB
    View render complete 1.17 MB

    Timers

    Total Request Time: 9 (ms)

    Message Time in ms Graph
    Core Processing (Derived from $_SERVER["REQUEST_TIME"]) 1.83
    Event: Controller.initialize 0.02
    Event: Controller.startup 0.24
    Controller action 0.23
    Event: Controller.beforeRender 0.35
    » Processing toolbar data 0.33
    Rendering View 6.51
    » Event: View.beforeRender 0.01
    » Rendering APP/View/Users/login.ctp 6.30
    » Event: View.afterRender 0.01
    » Event: View.beforeLayout 0.00
    » Rendering APP/View/Layouts/login.ctp #2 0.07
    Event: View.afterLayout 0.00
    ====
  • Log
    +

    Logs

    There were no log entries made this request

    ====
  • Variables
    +

    View Variables

    • title_for_layoutログイン
    • $request->data(empty)
    • $this->validationErrors(array)
      • User(empty)
    • Loaded Helpers(array)
      • 0Number
      • 1SimpleGraph
      • 2DebugTimer
      • 3Toolbar
      • 4Form
      • 5Html
      • 6Flash
      • 7HtmlToolbar
    ====
  • Environment
    +

    App Constants

    Constant Value
    CONFIG '/var/www/html/app/Config/'

    CakePHP Constants

    Constant Value
    APP '/var/www/html/app/'
    APP_DIR 'app'
    APPLIBS '/var/www/html/app/Lib/'
    CACHE '/var/www/html/app/tmp/cache/'
    CAKE '/var/www/html/vendors/cakephp/cakephp/lib/Cake/'
    CAKE_CORE_INCLUDE_PATH '/var/www/html/vendors/cakephp/cakephp/lib'
    CORE_PATH '/var/www/html/vendors/cakephp/cakephp/lib/'
    CAKE_VERSION '2.10.24'
    CSS '/var/www/html/app/webroot/css/'
    CSS_URL 'css/'
    DS '/'
    FULL_BASE_URL 'https://hgu-test.kaiwa-form-line.com'
    IMAGES '/var/www/html/app/webroot/img/'
    IMAGES_URL 'img/'
    JS '/var/www/html/app/webroot/js/'
    JS_URL 'js/'
    LOGS '/var/www/html/app/tmp/logs/'
    ROOT '/var/www/html'
    TESTS '/var/www/html/app/Test/'
    TMP '/var/www/html/app/tmp/'
    VENDORS '/var/www/html/vendors/'
    WEBROOT_DIR 'webroot'
    WWW_ROOT '/var/www/html/app/webroot/'

    PHP Environment

    Environment Variable Value
    Php Version '7.4.33'
    User 'nginx'
    Home '/var/lib/nginx'
    Http Host 'hgu-test.kaiwa-form-line.com'
    Http Accept Encoding 'gzip, br, zstd, deflate'
    Http User Agent 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
    Http Accept '*/*'
    Path Info ''
    Script Filename '/var/www/html/app/webroot/index.php'
    Redirect Status '200'
    Server Name 'hgu-test.kaiwa-form-line.com'
    Server Port '443'
    Server Addr '172.31.37.190'
    Remote Port '12792'
    Remote Addr '216.73.216.137'
    Server Software 'nginx/1.22.1'
    Gateway Interface 'CGI/1.1'
    Https 'on'
    Request Scheme 'https'
    Server Protocol 'HTTP/1.1'
    Document Root '/var/www/html/app/webroot'
    Document Uri '/index.php'
    Request Uri '/users/login'
    Script Name '/index.php'
    Content Length ''
    Content Type ''
    Request Method 'GET'
    Query String ''
    Fcgi Role 'RESPONDER'
    Php Self '/index.php'
    Request Time Float (float) 1767251197.899
    Request Time (int) 1767251197
    ====
  • Include
    +

    Included Files

    Include Paths

    • 1/usr/share/pear
    • 2/usr/share/php
    • 3-> /var/www/html/vendors/cakephp/cakephp/lib/Cake/

    Included Files

    • core(array)
      • Cache(array)
        • 0CORE/Cache/Cache.php
        • 1CORE/Cache/Engine/FileEngine.php
        • 2CORE/Cache/CacheEngine.php
      • Component(array)
        • 0CORE/Controller/Component/SessionComponent.php
        • 1CORE/Controller/Component/FlashComponent.php
        • 2CORE/Controller/Component/AuthComponent.php
        • 3CORE/Controller/Component/PaginatorComponent.php
        • 4CORE/Controller/Component/Auth/FormAuthenticate.php
        • 5CORE/Controller/Component/Auth/BaseAuthenticate.php
      • Config(array)
        • 0CORE/Config/routes.php
        • 1CORE/Config/config.php
      • Controller(array)
        • 0CORE/Controller/Controller.php
        • 1CORE/Controller/ComponentCollection.php
        • 2CORE/Controller/Component.php
      • Datasource(array)
        • 0CORE/Model/Datasource/CakeSession.php
      • Error(array)
        • 0CORE/Error/exceptions.php
        • 1CORE/Error/ErrorHandler.php
      • I18n(array)
        • 0CORE/I18n/I18n.php
        • 1CORE/I18n/L10n.php
      • Log(array)
        • 0CORE/Log/CakeLog.php
        • 1CORE/Log/LogEngineCollection.php
        • 2CORE/Log/Engine/FileLog.php
        • 3CORE/Log/Engine/BaseLog.php
        • 4CORE/Log/CakeLogInterface.php
      • Network(array)
        • 0CORE/Network/CakeRequest.php
        • 1CORE/Network/CakeResponse.php
      • Other(array)
        • 0CORE/bootstrap.php
        • 1CORE/basics.php
        • 2CORE/Core/App.php
        • 3CORE/Core/Configure.php
        • 4CORE/Core/CakePlugin.php
        • 5CORE/Event/CakeEventListener.php
        • 6CORE/Event/CakeEvent.php
        • 7CORE/Event/CakeEventManager.php
        • 8CORE/Core/CakeObject.php
      • Routing(array)
        • 0CORE/Routing/Dispatcher.php
        • 1CORE/Routing/Filter/AssetDispatcher.php
        • 2CORE/Routing/DispatcherFilter.php
        • 3CORE/Routing/Filter/CacheDispatcher.php
        • 4CORE/Routing/Router.php
        • 5CORE/Routing/Route/CakeRoute.php
        • 6CORE/Routing/Route/PluginShortRoute.php
      • Utility(array)
        • 0CORE/Utility/Hash.php
        • 1CORE/Utility/Inflector.php
        • 2CORE/Utility/ObjectCollection.php
        • 3CORE/Utility/Debugger.php
        • 4CORE/Utility/CakeText.php
      • View(array)
        • 0CORE/View/HelperCollection.php
    • app(array)
      • Config(array)
        • 0APP/Config/core.php
        • 1APP/Config/bootstrap.php
        • 2APP/Config/routes.php
      • Controller(array)
        • 0APP/Controller/UsersController.php
        • 1APP/Controller/AppController.php
      • Other(array)
        • 0APP/webroot/index.php
    • plugins(array)
      • DebugKit(array)
        • Component(array)
          • 0DebugKit/Controller/Component/ToolbarComponent.php
        • Plugin(array)
          • 0DebugKit/Lib/DebugMemory.php
          • 1DebugKit/Lib/Panel/SessionPanel.php
          • 2DebugKit/Lib/DebugPanel.php
          • 3DebugKit/Lib/Panel/RequestPanel.php
          • 4DebugKit/Lib/Panel/SqlLogPanel.php
          • 5DebugKit/Lib/Panel/TimerPanel.php
          • 6DebugKit/Lib/Panel/LogPanel.php
          • 7DebugKit/Lib/Log/Engine/DebugKitLog.php
          • 8DebugKit/Lib/Panel/VariablesPanel.php
          • 9DebugKit/Lib/Panel/EnvironmentPanel.php
          • 10DebugKit/Lib/Panel/IncludePanel.php
          • 11DebugKit/Lib/DebugTimer.php
    ====