method |
GET |
scheme |
https |
host |
mcc-stage.rz.rptu.de |
port |
443 |
base |
/ |
path |
login |
query |
|
language |
de |
path |
login |
route |
login |
handler |
auth.get_login |
name |
login |
options |
GET,POST
|
controller |
App\Controllers\AuthController |
method |
get_login |
parameters |
|
class |
RHRK\Framework\Responses\ViewResponse |
status code |
200 |
data length |
59027 |
view |
main/login.twig |
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
|
middleware before |
9.85 ms
|
controller method |
0.48 ms |
middleware after |
0.02 ms |
view rendering |
62.55 ms |
total |
74.30 ms |
array(35) {
["REDIRECT_HTTPS"] string(2) "on"
["REDIRECT_STATUS"] string(3) "200"
["HTTPS"] string(2) "on"
["HTTP_HOST"] string(20) "mcc-stage.rz.rptu.de"
["HTTP_X_FORWARDED_PROTO"] string(5) "https"
["HTTP_CONNECTION"] string(5) "close"
["HTTP_ACCEPT"] string(3) "*/*"
["HTTP_USER_AGENT"] string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
["HTTP_ACCEPT_ENCODING"] string(23) "gzip, br, zstd, deflate"
["HTTP_REFERER"] string(34) "https://mcc-stage.rz.rptu.de/tasks"
["HTTP_COOKIE"] string(36) "PHPSESSID=tc2ijfvniuvkc39ff6s0vqgdr3"
["PATH"] string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
["SERVER_SIGNATURE"] string(82) "<address>Apache/2.4.62 (Debian) Server at mcc-stage.rz.rptu.de Port 443</address>
"
["SERVER_SOFTWARE"] string(22) "Apache/2.4.62 (Debian)"
["SERVER_NAME"] string(20) "mcc-stage.rz.rptu.de"
["SERVER_ADDR"] string(37) "2001:638:208:ef61:2405:94ff:fe38:cbd5"
["SERVER_PORT"] string(3) "443"
["REMOTE_ADDR"] string(11) "3.144.8.159"
["DOCUMENT_ROOT"] string(10) "/srv/empty"
["REQUEST_SCHEME"] string(5) "https"
["CONTEXT_PREFIX"] string(1) "/"
["CONTEXT_DOCUMENT_ROOT"] string(31) "/srv/www/www-mcc-stg/data/http/"
["SERVER_ADMIN"] string(17) "www-adm@uni-kl.de"
["SCRIPT_FILENAME"] string(40) "/srv/www/www-mcc-stg/data/http/index.php"
["REMOTE_PORT"] string(5) "55898"
["REDIRECT_URL"] string(6) "/login"
["GATEWAY_INTERFACE"] string(7) "CGI/1.1"
["SERVER_PROTOCOL"] string(8) "HTTP/1.1"
["REQUEST_METHOD"] string(3) "GET"
["QUERY_STRING"] string(0) ""
["REQUEST_URI"] string(6) "/login"
["SCRIPT_NAME"] string(10) "/index.php"
["PHP_SELF"] string(10) "/index.php"
["REQUEST_TIME_FLOAT"] float(1734619934.470849)
["REQUEST_TIME"] int(1734619934)
}
array(1) {
["PHPSESSID"] string(26) "tc2ijfvniuvkc39ff6s0vqgdr3"
}
array(1) {
["redirect_path"] string(5) "tasks"
}
RHRK\Framework\Middleware\ErrorHandler |
0.01 ms
|
0.00 ms
|
RHRK\Framework\Middleware\OutputBuffer |
0.00 ms
|
0.00 ms
|
RHRK\Framework\Middleware\ExecuteProviders |
1.61 ms
|
0.00 ms
|
RHRK\Framework\Middleware\Maintenance |
0.01 ms
|
0.00 ms
|
RHRK\Framework\Middleware\SanitizeInput |
0.00 ms
|
0.00 ms
|
RHRK\Framework\Middleware\Validation |
0.00 ms
|
0.00 ms
|
RHRK\Framework\Middleware\Routing |
1.26 ms
|
0.00 ms
|
App\Middleware\Breadcrumb |
0.71 ms
|
0.00 ms
|
App\Middleware\Guest |
0.00 ms
|
0.00 ms
|
App\Middleware\Breadcrumb |
0.71 ms
|
0.00 ms
|
App\Providers\DatabaseProvider |
0.61 ms
|
App\Providers\AuthProvider |
0.02 ms
|
App\Providers\FormProvider |
0.04 ms
|
App\Providers\LanguageProvider |
0.02 ms
|
App\Providers\LogProvider |
0.02 ms
|
App\Providers\TwigProvider |
0.13 ms
|
App\Providers\ValidatorProvider |
0.01 ms
|
App\Providers\TemplateToolProvider |
0.67 ms
|
SELECT * FROM `tasks` WHERE id = "" |
0.26 ms
|
SELECT * FROM `modules` WHERE name = "" ORDER BY displayname asc |
0.15 ms
|
SELECT * FROM `modules` WHERE id = "" ORDER BY displayname asc |
0.10 ms
|
SELECT * FROM `statuses` WHERE name = "" ORDER BY position asc |
0.13 ms
|
SELECT * FROM `statuses` WHERE id = "" ORDER BY position asc |
0.11 ms
|
SELECT * FROM `priorities` WHERE id = "" ORDER BY position asc |
0.10 ms
|
SELECT * FROM `priorities` WHERE name = "" ORDER BY position asc |
0.12 ms
|
Deprecated: Return type of cklamm\ORM\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /srv/www/www-mcc-stg/data/include/mcc/vendor/rhrk-webdev/orm/src/Model.php on line 86
Deprecated: Return type of RHRK\Form\Element::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /srv/www/www-mcc-stg/data/include/mcc/vendor/rhrk-webdev/form/src/Element.php on line 45
Deprecated: Return type of RHRK\Form\Element::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /srv/www/www-mcc-stg/data/include/mcc/vendor/rhrk-webdev/form/src/Element.php on line 66
Deprecated: Return type of RHRK\Form\Element::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /srv/www/www-mcc-stg/data/include/mcc/vendor/rhrk-webdev/form/src/Element.php on line 76
Deprecated: Return type of cklamm\ORM\Collection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /srv/www/www-mcc-stg/data/include/mcc/vendor/rhrk-webdev/orm/src/Collection.php on line 34