| 1 ms | Loading Time: Base Classes |
| 4 ms | Controller Execution Time ( Users / Login ) |
| 8 ms | Total Execution Time |
| 0.0002 | SELECT 1 FROM `bf_ci3_sessions` WHERE `id` = 'g9lijgij9coj3pkuvj5cik3v21bmchgp'Speed: 0.0002 - Possible keys: PRIMARY - Key Used: PRIMARY - Type: const - Rows: 1 - Extra: Using INdex |
| 0.0001 | SELECT GET_LOCK('c1fea61b1865bbe31fab27b191ccecd4', 300) AS ci_session_lockSpeed: 0.0001 - Possible keys: - Key Used: - Type: - Rows: - Extra: No tables used |
| 0.0001 | SELECT `data` FROM `bf_ci3_sessions` WHERE `id` = 'g9lijgij9coj3pkuvj5cik3v21bmchgp'Speed: 0.0001 - Possible keys: PRIMARY - Key Used: PRIMARY - Type: const - Rows: 1 - Extra: |
| 0.0002 | SHOW TABLES FROM `centralb_database` |
| 0.0001 | SELECT * FROM `bf_settings`Speed: 0.0001 - Possible keys: - Key Used: - Type: ALL - Rows: 40 - Extra: |
| 0.0008 | Total Query Execution Time |
| __ci_last_regenerate | 1765579446 |
| requested_page | https://central.bio-test.ca/index.php/waittime/dataimport |
| No GET data exists |
| No POST data exists |
| login |
| users/login |
| HTTP_ACCEPT | */* |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| HTTP_CONNECTION | |
| SERVER_PORT | 443 |
| SERVER_NAME | central.bio-test.ca |
| REMOTE_ADDR | 216.73.216.142 |
| SERVER_SOFTWARE | Apache |
| HTTP_ACCEPT_LANGUAGE | |
| SCRIPT_NAME | /index.php |
| REQUEST_METHOD | GET |
| HTTP_HOST | |
| REMOTE_HOST | |
| CONTENT_TYPE | |
| SERVER_PROTOCOL | HTTP/1.1 |
| QUERY_STRING | |
| HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
| HTTP_X_FORWARDED_FOR |
| base_url | https://central.bio-test.ca |
| index_page | index.php |
| uri_protocol | AUTO |
| url_suffix | |
| language | english |
| charset | UTF-8 |
| enable_hooks | true |
| subclass_prefix | MY_ |
| composer_autoload | false |
| permitted_uri_chars | a-z 0-9~%.:_- |
| allow_get_array | true |
| enable_query_strings | false |
| controller_trigger | c |
| function_trigger | m |
| directory_trigger | d |
| log_threshold | 0 |
| log_path | /home/centralbiotest/public_html/application/logs/ |
| log_file_extension | |
| log_file_permissions | 420 |
| log_date_format | Y-m-d H:i:s |
| error_views_path | |
| cache_path | /home/centralbiotest/public_html/application/cache/ |
| cache_query_string | false |
| encryption_key | 9b60c8c9b1c66c5596cc6e20d410348f |
| sess_driver | database |
| sess_cookie_name | bf_session |
| sess_expiration | 7200 |
| sess_save_path | ci3_sessions |
| sess_match_ip | false |
| sess_time_to_update | 300 |
| sess_regenerate_destroy | false |
| cookie_prefix | |
| cookie_domain | |
| cookie_path | / |
| cookie_secure | false |
| cookie_httponly | false |
| standardize_newlines | false |
| global_xss_filtering | false |
| csrf_protection | true |
| csrf_token_name | ci_csrf_token |
| csrf_cookie_name | ci_csrf_token |
| csrf_expire | 7200 |
| csrf_regenerate | true |
| csrf_exclude_uris | Array ( [0] => waittime/signup [1] => waittime/export [2] => waittime/dataimport ) |
| compress_output | false |
| time_reference | utc |
| rewrite_short_tags | false |
| proxy_ips | |
| bonfire.installed | 1 |
| site.default_user_timezone | UM8 |
| modules_locations | Array ( [/home/centralbiotest/public_html/application/modules/] => ../../application/modules/ [/home/centralbiotest/public_html/bonfire/modules/] => ../../bonfire/modules/ ) |
| site.backup_folder | archives/ |
| contexts | Array ( [0] => content [1] => reports [2] => settings [3] => developer ) |
| enable_activity_logging | true |
| sparks_path | ../sparks/ |
| template.site_path | /home/centralbiotest/public_html/ |
| template.theme_paths | Array ( [0] => themes ) |
| template.default_layout | index |
| template.ajax_layout | ajax |
| template.use_mobile_themes | false |
| template.default_theme | default/ |
| template.admin_theme | admin |
| template.message_template | <div class="alert alert-{type} alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> <div>{message}</div> </div> |
| template.breadcrumb_symbol | : |
| template.parse_views | false |
| assets.directories | Array ( [base] => assets [cache] => cache [css] => css [image] => images [js] => js [module] => module ) |
| assets.js_opener | $(document).ready(function() { |
| assets.js_closer | }); |
| assets.css_combine | false |
| assets.js_combine | false |
| assets.css_minify | true |
| assets.js_minify | true |
| assets.encrypt_name | false |
| assets.encode | false |
| auth.log_failed_login_activity | false |
| ui.current_shortcuts | Array ( [form_save] => Array ( [description] => Save any form in the admin area. [action] => $("input[name=save]").click();return false; ) [create_new] => Array ( [description] => Create a new record in the module. [action] => window.location.href=$("a#create_new").attr("href"); ) [select_all] => Array ( [description] => Select all records in an index page. [action] => $("table input[type=checkbox]").click();return false; ) [delete] => Array ( [description] => Delete the record(s). [action] => $("#delete-me.btn-danger").click(); ) [module_index] => Array ( [description] => Return to the index of the current module. [action] => window.location.href=$("a#list").attr("href"); ) [goto_content] => Array ( [description] => Jump to the Content context. [action] => window.location.href=$("#tb_content").attr("href") ) [goto_reports] => Array ( [description] => Jump to the Reports context. [action] => window.location.href=$("#tb_reports").attr("href") ) [goto_settings] => Array ( [description] => Jump to the Settings context. [action] => window.location.href=$("#tb_settings").attr("href") ) [goto_developer] => Array ( [description] => Jump to the Developer context. [action] => window.location.href=$("#tb_developer").attr("href") ) ) |
| emailer.write_to_file | false |
| migrate.auto_core | false |
| migrate.auto_app | false |
| commonmark.valid_drivers | Array ( [0] => Parsedown [1] => Markdown [2] => MarkdownExtra [3] => LeagueCommonMark ) |
| commonmark.driver | MarkdownExtended |
| application.php application/config/application.php |
| autoload.php application/config/autoload.php |
| config.php application/config/config.php |
| constants.php application/config/constants.php |
| database.php application/config/database.php |
| events.php application/config/events.php |
| hooks.php application/config/hooks.php |
| mimes.php application/config/mimes.php |
| profiler.php application/config/profiler.php |
| routes.php application/config/routes.php |
| user_agents.php application/config/user_agents.php |
| Base_Controller.php application/core/Base_Controller.php |
| Front_Controller.php application/core/Front_Controller.php |
| MY_Model.php application/core/MY_Model.php |
| biocustom_helper.php application/helpers/biocustom_helper.php |
| App_hooks.php application/hooks/App_hooks.php |
| application_lang.php application/language/english/application_lang.php |
| Profiler.php application/libraries/Profiler.php |
| Base.php application/third_party/MX/Base.php |
| Config.php application/third_party/MX/Config.php |
| Controller.php application/third_party/MX/Controller.php |
| Lang.php application/third_party/MX/Lang.php |
| Loader.php application/third_party/MX/Loader.php |
| Benchmark.php bonfire/ci3/core/Benchmark.php |
| CodeIgniter.php bonfire/ci3/core/CodeIgniter.php |
| Common.php bonfire/ci3/core/Common.php |
| Config.php bonfire/ci3/core/Config.php |
| Controller.php bonfire/ci3/core/Controller.php |
| Hooks.php bonfire/ci3/core/Hooks.php |
| Input.php bonfire/ci3/core/Input.php |
| Lang.php bonfire/ci3/core/Lang.php |
| Loader.php bonfire/ci3/core/Loader.php |
| Log.php bonfire/ci3/core/Log.php |
| Model.php bonfire/ci3/core/Model.php |
| Output.php bonfire/ci3/core/Output.php |
| Router.php bonfire/ci3/core/Router.php |
| Security.php bonfire/ci3/core/Security.php |
| URI.php bonfire/ci3/core/URI.php |
| Utf8.php bonfire/ci3/core/Utf8.php |
| hash.php bonfire/ci3/core/compat/hash.php |
| mbstring.php bonfire/ci3/core/compat/mbstring.php |
| password.php bonfire/ci3/core/compat/password.php |
| standard.php bonfire/ci3/core/compat/standard.php |
| DB.php bonfire/ci3/database/DB.php |
| DB_driver.php bonfire/ci3/database/DB_driver.php |
| DB_query_builder.php bonfire/ci3/database/DB_query_builder.php |
| DB_result.php bonfire/ci3/database/DB_result.php |
| mysqli_driver.php bonfire/ci3/database/drivers/mysqli/mysqli_driver.php |
| mysqli_result.php bonfire/ci3/database/drivers/mysqli/mysqli_result.php |
| cookie_helper.php bonfire/ci3/helpers/cookie_helper.php |
| directory_helper.php bonfire/ci3/helpers/directory_helper.php |
| form_helper.php bonfire/ci3/helpers/form_helper.php |
| language_helper.php bonfire/ci3/helpers/language_helper.php |
| url_helper.php bonfire/ci3/helpers/url_helper.php |
| profiler_lang.php bonfire/ci3/language/english/profiler_lang.php |
| Cache.php bonfire/ci3/libraries/Cache/Cache.php |
| Cache_dummy.php bonfire/ci3/libraries/Cache/drivers/Cache_dummy.php |
| Driver.php bonfire/ci3/libraries/Driver.php |
| Form_validation.php bonfire/ci3/libraries/Form_validation.php |
| Session.php bonfire/ci3/libraries/Session/Session.php |
| Session_driver.php bonfire/ci3/libraries/Session/Session_driver.php |
| Session_database_driver.php bonfire/ci3/libraries/Session/drivers/Session_database_driver.php |
| User_agent.php bonfire/ci3/libraries/User_agent.php |
| BF_Lang.php bonfire/core/BF_Lang.php |
| BF_Loader.php bonfire/core/BF_Loader.php |
| BF_Model.php bonfire/core/BF_Model.php |
| BF_Router.php bonfire/core/BF_Router.php |
| BF_Security.php bonfire/core/BF_Security.php |
| BF_directory_helper.php bonfire/helpers/BF_directory_helper.php |
| BF_form_helper.php bonfire/helpers/BF_form_helper.php |
| application_helper.php bonfire/helpers/application_helper.php |
| config_file_helper.php bonfire/helpers/config_file_helper.php |
| Assets.php bonfire/libraries/Assets.php |
| BF_Form_validation.php bonfire/libraries/BF_Form_validation.php |
| Console.php bonfire/libraries/Console.php |
| Events.php bonfire/libraries/Events.php |
| Modules.php bonfire/libraries/Modules.php |
| Route.php bonfire/libraries/Route.php |
| Template.php bonfire/libraries/Template.php |
| Settings_lib.php bonfire/modules/settings/libraries/Settings_lib.php |
| Settings_model.php bonfire/modules/settings/models/Settings_model.php |
| Users.php bonfire/modules/users/controllers/Users.php |
| users_lang.php bonfire/modules/users/language/english/users_lang.php |
| Auth.php bonfire/modules/users/libraries/Auth.php |
| User_model.php bonfire/modules/users/models/User_model.php |
| login.php bonfire/modules/users/views/login.php |
| index.php index.php |
| _sitenav.php themes/default/_sitenav.php |
| footer.php themes/default/footer.php |
| header.php themes/default/header.php |
| login.php themes/default/login.php |