No post data.
No querystring data.
| Query | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|
| SELECT `UserAccountType`.`id`, `UserAccountType`.`account_type` FROM `brc`.`user_account_types` AS `UserAccountType` WHERE `is_active` = '1' | 12 | 12 | 0 | |
| SELECT `UserAccountType`.`account_type`, `UserAccountType`.`name` FROM `brc`.`user_account_types` AS `UserAccountType` WHERE 1 = 1 | 16 | 16 | 0 | |
| SELECT `Country`.`id`, `Country`.`country_name` FROM `brc`.`countries` AS `Country` WHERE 1 = 1 | 250 | 250 | 0 |
Peak Memory Use 15.85 MB
| Message | Memory use |
|---|---|
| Component initialization | 3.62 MB |
| Controller action start | 4.04 MB |
| Controller render start | 6.05 MB |
| View render complete | 13.57 MB |
Total Request Time: 203 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 49.98 | |
| Event: Controller.initialize | 1.10 | |
| Event: Controller.startup | 1.81 | |
| Controller action | 48.75 | |
| Event: Controller.beforeRender | 9.61 | |
| » Processing toolbar data | 9.42 | |
| Rendering View | 24.08 | |
| » Event: View.beforeRender | 0.03 | |
| » Rendering APP\View\Users\signup.ctp | 16.98 | |
| » Event: View.afterRender | 0.01 | |
| » Event: View.beforeLayout | 0.01 | |
| » Rendering APP\View\Layouts\default.ctp | 6.06 | |
| » » Rendering APP\View\Elements\analyticstracking.ctp | 0.19 | |
| » » Rendering APP\View\Elements\header_login.ctp | 0.40 | |
| » » Rendering APP\View\Elements\header_banner.ctp | 0.27 | |
| » » Rendering APP\View\Elements\header_navbar.ctp | 3.20 | |
| » » » Rendering APP\View\Elements\navbar\brc_public.ctp | 1.38 | |
| » » » Rendering APP\View\Elements\informed_consent_form.ctp | 0.70 | |
| » » » Rendering APP\View\Elements\canadian_or_not_form.ctp | 0.27 | |
| » » Rendering APP\View\Elements\breadcrumbs.ctp | 0.25 | |
| » » Rendering APP\View\Elements\en\footer.ctp | 0.16 | |
| Event: View.afterLayout | 0.00 |
| Constant | Value |
|---|---|
| CONFIG | 'C:\WebApplications\brc\Config\' |
| HTTP_HOST | 'www.biobanking.org' |
| HTTP_BASE | 'http://www.biobanking.org' |
| HTTP_SELF | '/index.php' |
| HTTP_URI | '/users/signup/biobank-registration/industry' |
| CHOWN_PUBLIC | (int) 504 |
| LF | '' |
| NL | '' |
| CR | '' |
| TB | '' |
| BR | ' ' |
| WINDOWS | true |
| FORMAT_DB_DATETIME | 'Y-m-d H:i:s' |
| FORMAT_DB_DATE | 'Y-m-d' |
| FORMAT_DB_TIME | 'H:i:s' |
| DEFAULT_DATETIME | '0000-00-00 00:00:00' |
| DEFAULT_DATE | '0000-00-00' |
| DEFAULT_TIME | '00:00:00' |
| FILES | 'C:\WebApplications\brc\files\' |
| LOCALE | 'C:\WebApplications\brc\locale\' |
| CLASS_USER | 'User' |
| VALID_ALPHA | '/^[a-zA-Z]+$/' |
| VALID_ALPHA_UNDERSCORES | '/^[a-zA-Z_]+$/' |
| VALID_ALPHA_MINUS_UNDERSCORES | '/^[a-zA-Z_-]+$/' |
| VALID_ALPHA_WHITESPACES | '/^[a-zA-Z ]+$/' |
| VALID_ALPHANUMERIC_UNDERSCORES | '/^[\da-zA-Z_]+$/' |
| VALID_ALPHANUMERIC_MINUS_UNDERSCORES | '/^[\da-zA-Z_-]+$/' |
| VALID_ALPHANUMERIC_WHITESPACES | '/^[\da-zA-Z ]+$/' |
| VALID_ALPHANUMERIC_WHITESPACES_UNDERSCORES | '/^[\da-zA-Z _]+$/' |
| VALID_NUMERIC_UNDERSCORES | '/^[\d_]+$/' |
| VALID_NUMERIC_WHITESPACES | '/^[\d ]+$/' |
| VALID_NUMERIC_WHITESPACES_UNDERSCORES | '/^[\d _]+$/' |
| VALID_INTEGERS | '/^[\d]+$/' |
| FORMAT_NICE_YMDHMS | 'd.m.Y, H:i:s' |
| FORMAT_NICE_YMDHM | 'd.m.Y, H:i' |
| FORMAT_NICE_YM | 'm.Y' |
| FORMAT_NICE_YMD | 'd.m.Y' |
| FORMAT_NICE_MD | 'd.m.' |
| FORMAT_NICE_D | 'd' |
| FORMAT_NICE_W_NUM | 'w' |
| FORMAT_NICE_W_ABBR | 'D' |
| FORMAT_NICE_W_FULL | 'l' |
| FORMAT_NICE_M | 'm' |
| FORMAT_NICE_M_ABBR | 'M' |
| FORMAT_NICE_M_FULL | 'F' |
| FORMAT_NICE_Y_ABBR | 'y' |
| FORMAT_NICE_Y | 'Y' |
| FORMAT_NICE_HM | 'H:i' |
| FORMAT_NICE_HMS | 'H:i:s' |
| FORMAT_LOCAL_WA_YMDHMS | '%a, %d.%m.%Y, %H:%M:%S' |
| FORMAT_LOCAL_WF_YMDHMS | '%A, %d.%m.%Y, %H:%M:%S' |
| FORMAT_LOCAL_WA_YMDHM | '%a, %d.%m.%Y, %H:%M' |
| FORMAT_LOCAL_WF_YMDHM | '%A, %d.%m.%Y, %H:%M' |
| FORMAT_LOCAL_YMDHMS | '%d.%m.%Y, %H:%M:%S' |
| FORMAT_LOCAL_YMDHM | '%d.%m.%Y, %H:%M' |
| FORMAT_LOCAL_YMD | '%d.%m.%Y' |
| FORMAT_LOCAL_MD | '%d.%m.' |
| FORMAT_LOCAL_D | '%d' |
| FORMAT_LOCAL_W_NUM | '%w' |
| FORMAT_LOCAL_W_ABBR | '%a' |
| FORMAT_LOCAL_W_FULL | '%A' |
| FORMAT_LOCAL_M | '%m' |
| FORMAT_LOCAL_M_ABBR | '%b' |
| FORMAT_LOCAL_M_FULL | '%B' |
| FORMAT_LOCAL_Y_ABBR | '%y' |
| FORMAT_LOCAL_YMS_ABBR | '%d.%m.%y' |
| FORMAT_LOCAL_Y | '%Y' |
| FORMAT_LOCAL_H | '%H' |
| FORMAT_LOCAL_S | '%S' |
| FORMAT_LOCAL_HM | '%H:%M' |
| FORMAT_LOCAL_HMS | '%H:%M:%S' |
| CHAR_LESS | '<' |
| CHAR_GREATER | '>' |
| CHAR_QUOTE | '"' |
| CHAR_APOSTROPHE | ''' |
| CHAR_ARROWS | '»' |
| CHAR_ARROWS_R | '»' |
| CHAR_ARROWS_L | '«' |
| CHAR_AVERAGE | 'Ø' |
| CHAR_INFIN | '∞' |
| CHAR_MILL | '' |
| CHAR_PLUSMN | '±' |
| CHAR_HELLIP | '…' |
| CHAR_CIRCA | '≈' |
| CHAR_CHECKBOX_EMPTY | '☐]' |
| CHAR_CHECKBOX_MAKRED | '☑' |
| CHAR_CHECKMARK | '✓' |
| CHAR_CHECKMARK_BOLD | '✔' |
| CHAR_BALLOT | '✗' |
| CHAR_BALLOT_BOLD | '✘' |
| CHAR_ABOUT | '≈' |
| CHAR_RPIME | '′' |
| CHAR_DOUBLE_RPIME | '″' |
| MCRYPT_MODE_ECB | 'ecb' |
| MCRYPT_MODE_CBC | 'cbc' |
| MCRYPT_MODE_CFB | 'cfb' |
| MCRYPT_MODE_OFB | 'ofb' |
| MCRYPT_MODE_NOFB | 'nofb' |
| MCRYPT_MODE_STREAM | 'stream' |
| MCRYPT_ENCRYPT | (int) 0 |
| MCRYPT_DECRYPT | (int) 1 |
| MCRYPT_DEV_RANDOM | (int) 0 |
| MCRYPT_DEV_URANDOM | (int) 1 |
| MCRYPT_RAND | (int) 2 |
| MCRYPT_3DES | 'tripledes' |
| MCRYPT_ARCFOUR_IV | 'arcfour-iv' |
| MCRYPT_ARCFOUR | 'arcfour' |
| MCRYPT_BLOWFISH | 'blowfish' |
| MCRYPT_CAST_128 | 'cast-128' |
| MCRYPT_CAST_256 | 'cast-256' |
| MCRYPT_CRYPT | 'crypt' |
| MCRYPT_DES | 'des' |
| MCRYPT_GOST | 'gost' |
| MCRYPT_IDEA | 'idea' |
| MCRYPT_LOKI97 | 'loki97' |
| MCRYPT_MARS | 'mars' |
| MCRYPT_PANAMA | 'panama' |
| MCRYPT_RIJNDAEL_128 | 'rijndael-128' |
| MCRYPT_RIJNDAEL_192 | 'rijndael-192' |
| MCRYPT_RIJNDAEL_256 | 'rijndael-256' |
| MCRYPT_RC2 | 'rc2' |
| MCRYPT_RC6 | 'rc6' |
| MCRYPT_SAFER64 | 'safer-sk64' |
| MCRYPT_SAFER128 | 'safer-sk128' |
| MCRYPT_SAFERPLUS | 'saferplus' |
| MCRYPT_SERPENT | 'serpent' |
| MCRYPT_SKIPJACK | 'skipjack' |
| MCRYPT_THREEWAY | 'threeway' |
| MCRYPT_TRIPLEDES | 'tripledes' |
| MCRYPT_TWOFISH | 'twofish' |
| MCRYPT_WAKE | 'wake' |
| MCRYPT_XTEA | 'xtea' |
| Constant | Value |
|---|---|
| APP | 'C:\WebApplications\brc\' |
| APP_DIR | 'brc' |
| APPLIBS | 'C:\WebApplications\brc\Lib\' |
| CACHE | 'C:\WebApplications\brc\tmp\cache\' |
| CAKE | 'C:\WebApplications\brc\Vendor\cakephp\cakephp\lib\Cake\' |
| CAKE_CORE_INCLUDE_PATH | 'C:\WebApplications\brc\Vendor\cakephp\cakephp\lib' |
| CORE_PATH | 'C:\WebApplications\brc\Vendor\cakephp\cakephp\lib\' |
| CAKE_VERSION | '2.10.24' |
| CSS | 'C:\WebApplications\brc\webroot\css\' |
| CSS_URL | 'css/' |
| DS | '\' |
| FULL_BASE_URL | 'https://www.biobanking.org' |
| IMAGES | 'C:\WebApplications\brc\webroot\img\' |
| IMAGES_URL | 'img/' |
| JS | 'C:\WebApplications\brc\webroot\js\' |
| JS_URL | 'js/' |
| LOGS | 'C:\WebApplications\brc\tmp\logs\' |
| ROOT | 'C:\WebApplications' |
| TESTS | 'C:\WebApplications\brc\Test\' |
| TMP | 'C:\WebApplications\brc\tmp\' |
| VENDORS | 'C:\WebApplications\vendors\' |
| WEBROOT_DIR | 'webroot' |
| WWW_ROOT | 'C:\WebApplications\brc\webroot\' |
| Environment Variable | Value |
|---|---|
| Php Version | '7.4.33' |
| Redirect Unique Id | 'aTAZDpcfla2TzDKo2g6dPAAAFh8' |
| Redirect Http2 | 'on' |
| Redirect H2push | 'off' |
| Redirect H2 Push | 'off' |
| Redirect H2 Pushed | '' |
| Redirect H2 Pushed On | '' |
| Redirect H2 Stream Id | '1' |
| Redirect H2 Stream Tag | '10608-74439-1' |
| Redirect Https | 'on' |
| Redirect Ssl Tls Sni | 'www.biobanking.org' |
| Redirect Status | '200' |
| Unique Id | 'aTAZDpcfla2TzDKo2g6dPAAAFh8' |
| Http2 | 'on' |
| H2push | 'off' |
| H2 Push | 'off' |
| H2 Pushed | '' |
| H2 Pushed On | '' |
| H2 Stream Id | '1' |
| H2 Stream Tag | '10608-74439-1' |
| Https | 'on' |
| Ssl Tls Sni | 'www.biobanking.org' |
| Ssl Server S Dn Cn | '*.biobanking.org' |
| Ssl Server I Dn C | 'BE' |
| Ssl Server I Dn O | 'GlobalSign nv-sa' |
| Ssl Server I Dn Cn | 'GlobalSign GCC R6 AlphaSSL CA 2025' |
| Ssl Server San Dns 0 | '*.biobanking.org' |
| Ssl Server San Dns 1 | 'biobanking.org' |
| Ssl Version Interface | 'mod_ssl/2.4.55' |
| Ssl Version Library | 'OpenSSL/3.0.7' |
| Ssl Protocol | 'TLSv1.3' |
| Ssl Secure Reneg | 'true' |
| Ssl Compress Method | 'NULL' |
| Ssl Cipher | 'TLS_AES_256_GCM_SHA384' |
| Ssl Cipher Export | 'false' |
| Ssl Cipher Usekeysize | '256' |
| Ssl Cipher Algkeysize | '256' |
| Ssl Client Verify | 'NONE' |
| Ssl Server M Version | '3' |
| Ssl Server M Serial | '374E16FA61897A1BC2D69791' |
| Ssl Server V Start | 'Sep 12 16:27:04 2025 GMT' |
| Ssl Server V End | 'Oct 14 16:27:03 2026 GMT' |
| Ssl Server S Dn | 'CN=*.biobanking.org' |
| Ssl Server I Dn | 'CN=GlobalSign GCC R6 AlphaSSL CA 2025,O=GlobalSign nv-sa,C=BE' |
| Ssl Server A Key | 'rsaEncryption' |
| Ssl Server A Sig | 'sha256WithRSAEncryption' |
| Ssl Session Id | '87de797c51c2076b7f7415a985ca2526ab4e9b29636753d662da51b265e72c62' |
| Ssl Session Resumed | 'Initial' |
| Http Accept | '*/*' |
| Http User Agent | 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' |
| Http Accept Encoding | 'gzip, br, zstd, deflate' |
| Http Host | 'www.biobanking.org' |
| Path | 'C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\php\7.4.33;C:\ProgramData\ComposerSetup\bin;C:\Apache24\bin;C:\Program Files\nodejs\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps' |
| Systemroot | 'C:\Windows' |
| Comspec | 'C:\Windows\system32\cmd.exe' |
| Pathext | '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' |
| Windir | 'C:\Windows' |
| Server Signature | '' |
| Server Software | 'Apache/2.4.55 (Win64) OpenSSL/3.0.7 PHP/7.4.33 mod_security2/2.9.6' |
| Server Name | 'www.biobanking.org' |
| Server Addr | '142.103.68.44' |
| Server Port | '443' |
| Remote Addr | '216.73.216.137' |
| Document Root | 'C:/WebApplications/brc/webroot' |
| Request Scheme | 'https' |
| Context Prefix | '' |
| Context Document Root | 'C:/WebApplications/brc/webroot' |
| Server Admin | 'admin@biobanking.org' |
| Script Filename | 'C:/WebApplications/brc/webroot/index.php' |
| Remote Port | '3644' |
| Redirect Url | '/users/signup/biobank-registration/industry' |
| Gateway Interface | 'CGI/1.1' |
| Server Protocol | 'HTTP/2.0' |
| Request Method | 'GET' |
| Query String | '' |
| Request Uri | '/users/signup/biobank-registration/industry' |
| Script Name | '/index.php' |
| Php Self | '/index.php' |
| Request Time Float | (float) 1764759822.4144 |
| Request Time | (int) 1764759822 |
Click on some link above.