Log Messages

Всего 28 записей.
#TimeSince previousLevelCategoryMessage
   
119:58:10.667
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
219:58:10.668
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
319:58:10.668
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
419:58:10.668
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
519:58:10.668
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
619:58:10.670
< 1ms >
infoyii\web\Session::openSession started
719:58:10.670
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
819:58:10.671
< 0ms >
traceyii\base\Application::bootstrapBootstrap with common\components\maintenance\Maintenance::bootstrap()
919:58:10.672
< 0ms >
infoyii\db\Connection::openOpening DB connection: mysql:host=127.0.0.1;port=3306;dbname=iq_test_inte
1019:58:10.674
< 2ms >
infoyii\db\Command::querySELECT * FROM `key_storage_item` WHERE `key`='frontend.maintenance'
1119:58:10.675
< 1ms >
infoyii\db\Command::querySHOW FULL COLUMNS FROM `key_storage_item`
1219:58:10.677
< 1ms >
infoyii\db\Command::querySHOW CREATE TABLE `key_storage_item`
1319:58:10.677
< 0ms >
infoyii\db\Command::querySELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON ( `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) ) AND `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() AND `rc`.`TABLE_NAME` = 'key_storage_item' AND `kcu`.`TABLE_NAME` = 'key_storage_item'
1419:58:10.679
< 1ms >
infoyii\db\Command::querySHOW FULL COLUMNS FROM `result`
1519:58:10.680
< 1ms >
infoyii\db\Command::querySHOW CREATE TABLE `result`
1619:58:10.681
< 0ms >
infoyii\db\Command::querySELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON ( `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) ) AND `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() AND `rc`.`TABLE_NAME` = 'result' AND `kcu`.`TABLE_NAME` = 'result'
1719:58:10.682
< 1ms >
infoyii\db\Command::querySELECT * FROM `result` WHERE `token`='render-charts'
1819:58:10.683
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'site/render-charts'
1919:58:10.683
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/render-charts
2019:58:10.683
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: frontend\controllers\SiteController::actionRenderCharts()
2119:58:10.683
< 0ms >
infoyii\db\Command::querySELECT ROUND(SUM(`count_results`) * 100 / (SELECT SUM(`count_results`) FROM results_statistics)) AS `avgIq` FROM `results_statistics` GROUP BY `iq_interval`
2219:58:10.720
< 36ms >
infoyii\db\Command::querySELECT ROUND(SUM(`iq` * `count_results`) / SUM(`count_results`)) AS `avgIq` FROM `results_statistics` WHERE NOT (`age_period`=0) GROUP BY `age_period`
2319:58:10.757
< 36ms >
infoyii\db\Command::querySELECT ROUND(SUM(`iq` * `count_results`) / SUM(`count_results`)) AS `avgIq` FROM `results_statistics` GROUP BY `education_level`
2419:58:10.794
< 36ms >
infoyii\db\Command::query(SELECT `t1`.`message` AS `message`, `t2`.`translation` AS `translation` FROM `i18n_source_message` `t1`, `i18n_message` `t2` WHERE (`t1`.`id`=`t2`.`id`) AND (`t1`.`category`='common') AND (`t2`.`language`='zh-TW')) UNION ALL ( SELECT `t1`.`message` AS `message`, `t2`.`translation` AS `translation` FROM `i18n_source_message` `t1`, `i18n_message` `t2` WHERE ((`t1`.`id`=`t2`.`id`) AND (`t1`.`category`='common') AND (`t2`.`language`='zh')) AND (`t2`.`id` NOT IN (SELECT `id` FROM `i18n_message` WHERE `language`='zh-TW')) )
2519:58:10.795
< 1ms >
infoyii\db\Command::querySELECT ROUND(SUM(`iq` * `count_results`) / SUM(`count_results`)) AS `avgIq` FROM `results_statistics` WHERE `education` IN (1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16) GROUP BY `education`
2619:58:10.827
< 31ms >
infoyii\db\Command::querySELECT ROUND(SUM(`iq` * `count_results`) / SUM(`count_results`)) AS `avgIq` FROM `results_statistics_gender` WHERE `gender` IN (1, 2) GROUP BY `gender`
2719:58:10.830
< 2ms >
traceyii\base\View::renderFileRendering view file: /var/www/iq_test_inte_usr/data/www/iq-test-international.net/project-test/teplus-yii2/frontend/views/site/statistics-charts.php
2819:58:10.831
< 1ms >
infoyii\db\Command::query(SELECT `t1`.`message` AS `message`, `t2`.`translation` AS `translation` FROM `i18n_source_message` `t1`, `i18n_message` `t2` WHERE (`t1`.`id`=`t2`.`id`) AND (`t1`.`category`='frontend') AND (`t2`.`language`='zh-TW')) UNION ALL ( SELECT `t1`.`message` AS `message`, `t2`.`translation` AS `translation` FROM `i18n_source_message` `t1`, `i18n_message` `t2` WHERE ((`t1`.`id`=`t2`.`id`) AND (`t1`.`category`='frontend') AND (`t2`.`language`='zh')) AND (`t2`.`id` NOT IN (SELECT `id` FROM `i18n_message` WHERE `language`='zh-TW')) )