0.0023 |
INSERT INTO `ci_sessions` (`session_id`, `ip_address`, `user_agent`, `last_activity`, `user_data`) VALUES ('aab317473251e5c854d87ccc8c2158f7', '54.236.62.49', 'CCBot/2.0 (https://commoncrawl.org/faq/)', 1614363289, '')
|
0.0063 |
SELECT `publication_id`, `abstract_content`, `publish_year`, `publish_month`, `publish_date`, `home_page_summary`, `home_page_title`, `cover_image`, `authors`, (CASE WHEN authors IS not NULL AND authors !=' ' then if(locate(', ', authors) > 0, CONCAT(SUBSTRING_INDEX( GROUP_CONCAT(auth_name SEPARATOR '; '), ';', length( GROUP_CONCAT(auth_name SEPARATOR '; '))-length(replace( GROUP_CONCAT(auth_name SEPARATOR '; '), ';', ''))), ' AND ', SUBSTRING_INDEX( GROUP_CONCAT(auth_name SEPARATOR '; '), '; ', -1)), GROUP_CONCAT(auth_name SEPARATOR ';') ) ELSE ' ' end) as authorsname1 FROM (`publication_master` p, `author_master`) WHERE (find_in_set(auth_id,authors) OR authors IS NULL or authors = '') AND `p`.`IS_Status` = 1 AND `lang_id` = 'hi' GROUP BY `publication_id` ORDER BY `publish_year` Desc, `publication_id` Desc
|
0.0019 |
SELECT `publication_id`, `home_page_title`, `lang_id` FROM (`publication_master` p) WHERE `p`.`IS_Status` = 1 AND `lang_id` NOT IN ('en') GROUP BY `publication_id` ORDER BY `publish_year` Desc LIMIT 15
|
0.0008 |
SELECT `t1`.`cat_name` AS lev1, `t1`.`cat_id` AS lev1_catid, `t2`.`cat_name` as lev2, `t2`.`cat_id` AS lev2_catid, `t3`.`cat_name` as lev3, `t3`.`cat_id` AS lev3_catid, `t4`.`cat_name` as lev4, `t4`.`cat_id` AS lev4_catid FROM (`categories_master` as t1) LEFT JOIN `categories_master` as t2 ON `t2`.`parent_cat_id` = `t1`.`cat_id` LEFT JOIN `categories_master` t3 ON `t3`.`parent_cat_id` = `t2`.`cat_id` LEFT JOIN `categories_master` t4 ON `t4`.`parent_cat_id` = `t3`.`cat_id` WHERE `t1`.`parent_cat_id` = 0 AND `t1`.`IS_STATUS` = 1
|
0.0003 |
SELECT `auth_name` FROM (`author_master`) WHERE `auth_id` = '196'
|
0.0003 |
SELECT `auth_name` FROM (`author_master`) WHERE `auth_id` = '174'
|
0.0003 |
SELECT `auth_name` FROM (`author_master`) WHERE `auth_id` = '196'
|
0.0000 |
INSERT INTO `ip_log` (`ipaddress`) VALUES ('54.236.62.49')
|
0.0022 |
UPDATE `ci_sessions` SET `last_activity` = 1614363289, `user_data` = 'a:2:{s:9:\"user_data\";s:0:\"\";s:6:\"server\";s:12:\"54.236.62.49\";}' WHERE `session_id` = 'aab317473251e5c854d87ccc8c2158f7'
|
0.0714 |
SELECT count(*) as totalhits FROM (`ip_log`)
|