1 x Application (56.36%) | 118ms |
1 x Booting (43.64%) | 91.24ms |
Backtrace |
|
INSERT INTO visitor_ip_address (ip_address,visitor_agent,visitor_count, created_on,updated_on) VALUES ('58768607','',1,1739971448,1739971448)
ON DUPLICATE KEY UPDATE visitor_count=visitor_count + 1, updated_on=1739971448
Backtrace |
|
INSERT INTO visitor_ip_address_detail (ip_address,visitor_url,visitor_count, created_on,updated_on) VALUES ('58768607','/purchase_full_issue/9835',1,1739971448,1739971448)
Backtrace |
|
(select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_journal_volume_trail WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_journal_volume_corporate WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_journal_volume_token WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_ebook_volume_trail WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_ebook_volume_corporate WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_ebook_volume_token WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_issue_trail WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_issue_corporate WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_issue_token WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_article_trail WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_article_corporate WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_article_token WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_chapter_trail WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_chapter_corporate WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_chapter_token WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_disease_corporate WHERE to_ip >= 58768607 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58768607) limit 1
Bindings |
|
Backtrace |
|
select * from `issue` where `issue_id` = '9835' limit 1
Bindings |
|
Backtrace |
|
select * from `volume` inner join `year` on `year`.`id` = `volume`.`year_id` where `volume_id` = 2783 limit 1
Bindings |
|
Backtrace |
|
select * from `journal` where `journal_id` = 146 limit 1
Bindings |
|
Backtrace |
|
select * from `node_meta` where `nid` = 115997 limit 1
Bindings |
|
Backtrace |
|
Select j.subtitle, v.volume_id as volume_id,v.year_id,y.year as year,v.volume_name, v.total_no_of_issues, i.issue_id as issue_id,i.title as issue, i.publication_date as issue_pub_date from journal j
join volume v on j.journal_id = v.journal_id
join issue i on v.volume_id = i.volume_id
join article a on a.issue_id = i.issue_id
join year y on v.year_id = y.id
where j.journal_id = 146 and i.is_uploaded = 1
order by v.volume_name+0 desc, i.title+0 desc limit 1
Backtrace |
|
select a.nid,a.publish_on, a.pmid,a.article_id,a.doi,j.journal_id,j.subtitle,v.volume_name,a.volume_id as volume_id,
a.issue_id,a.title,first_page, last_page,
page_count,abstract,ifnull(is_abstract,"y"),asec.title as article_section,at.type_name as article_type_name,
a.article_id as ArticleID ,is_epub,epub_price,epub_type,a.created, y.year from `article` as `a` left join `article_section` as `asec` on `asec`.`art_sec_id` = `a`.`is_epub` left join `article_type` as `at` on `at`.`art_type_id` = `a`.`art_type` left join `journal` as `j` on `j`.`journal_id` = `a`.`journal_id` inner join `volume` as `v` on `a`.`volume_id` = `v`.`volume_id` inner join `year` as `y` on `v`.`year_id` = `y`.`id` where a.article_status != "W" and a.is_epub = 1 and a.journal_id = 146 and a.is_uploaded = 1 group by `a`.`article_id` order by `a`.`publish_on` desc
Backtrace |
|
select a.nid,a.publish_on, a.pmid,a.article_id,a.doi,j.journal_id,j.subtitle,v.volume_name,a.volume_id as volume_id,
a.issue_id,a.title,first_page, last_page,
page_count,abstract,ifnull(is_abstract,"y"),asec.title as article_section,at.type_name as article_type_name,
a.article_id as ArticleID ,is_epub,epub_price,epub_type,a.created, y.year from `article` as `a` left join `article_section` as `asec` on `asec`.`art_sec_id` = `a`.`is_epub` left join `article_type` as `at` on `at`.`art_type_id` = `a`.`art_type` left join `journal` as `j` on `j`.`journal_id` = `a`.`journal_id` inner join `volume` as `v` on `a`.`volume_id` = `v`.`volume_id` inner join `year` as `y` on `v`.`year_id` = `y`.`id` where a.article_status != "W" and a.is_epub = 4 and a.journal_id = 146 and a.is_uploaded = 1 group by `a`.`article_id` order by `a`.`publish_on` desc
Backtrace |
|
select count(*) as aggregate from `uc_cart_products` where cart_id='d5f239d7c9c9a48d683830a0080e9df9'
Backtrace |
|
200
[]
[]
0 of 0array:17 [▼ "x-https" => array:1 [▶ 0 => "1" ] "host" => array:1 [▶ 0 => "alpha.eurekaselect.com" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "cookie" => array:1 [▶ 0 => "wayfindertarget=eyJpdiI6Im5Ibk9Nd1NzOUlMZkRUbjZGUFh6cmc9PSIsInZhbHVlIjoiTytLU2xEVTZqNEw5TWZTdVg5WGtsNCtoZ0tvZnYwZGJ5dTQ5bllFaFQxST0iLCJtYWMiOiIyOGU3MjIyYjdkZGQzYWNlMjg3M2E2ODkwYzMzZWM2YzAxMGU1MmQxZmY3MjY3ZTYxN2UxNjg0MGNmYmYxNzk4IiwidGFnIjoiIn0%3D; _ga=GA1.1.111054327.1739971444; _ga_9F3B5VV3T3=GS1.1.1739971444.1.1.1739971445.59.0.0; XSRF-TOKEN=eyJpdiI6IlJCVVlROUNoZHErNzBWY1NHbWJYYnc9PSIsInZhbHVlIjoiYTl2aUswYWhqV2xvVHhGa0k0eHJkanNxaWRCTkxXN1dsclVPVWhDekhicFgwVmFmWTVQVldjbzAydHZpSjdIRHZxNG54UTZadlgvUDBHY2dSZGMyNDM2a20vQTNuRTNvMFVoa3E0M0t1Q0NPV0pvREhuRmY4WFZXdk44UVNSU3EiLCJtYWMiOiI1ZjU2MjkzZDUzZWQ2NTJlMDlhM2RjYzA1Nzc2MWIzYjMwODQ0ZWExMjIzMTQxZDhiYzYwOTBkNDVmYTZjZGRmIiwidGFnIjoiIn0%3D; alphaeurekaselectnet_session=eyJpdiI6IkF0dnZXN2p1WnNlMVdnaEZxMXNhY2c9PSIsInZhbHVlIjoiK2E4cHdCVi80K1lycXEvcXJ3c1VyZGdGWDNVUGlIbndEbEJBampZemVXNmp1SnllcGNiR284aHZDSjQzdkFkQjJHL2xibEVocm4xanFDV3A5M2toUVVlUVBkbDdFc1BhdStxczdxVGgwWXV3MDhvWlR0cjdERHVZNDJkU2RxTEkiLCJtYWMiOiJjZmJhMDBjYjZkYTQ3NzIwM2U3MmEyMTc3NTg1MTNjYzNmMmI2ZjIzNTIzNmJiYzk3MDkyZjU3YWRkNGRjNzZjIiwidGFnIjoiIn0%3D ◀wayfindertarget=eyJpdiI6Im5Ibk9Nd1NzOUlMZkRUbjZGUFh6cmc9PSIsInZhbHVlIjoiTytLU2xEVTZqNEw5TWZTdVg5WGtsNCtoZ0tvZnYwZGJ5dTQ5bllFaFQxST0iLCJtYWMiOiIyOGU3MjIyYjdkZGQz ▶" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] ]
0 of 0array:5 [▼ "wayfindertarget" => null "_ga" => null "_ga_9F3B5VV3T3" => null "XSRF-TOKEN" => "CZWOX4VQUc4fK4xviiXhXkcZBehIldKtNJBicxAm" "alphaeurekaselectnet_session" => "kQCeWNy7thT05US2JpXyTAIzVjOgKzNvglmhDEcX" ]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Wed, 19 Feb 2025 13:24:08 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkZlM0RSZDVKNHBabjVKNzhmN0RieXc9PSIsInZhbHVlIjoiamljaFczQWNTYVZyWnRjblV4NzJNN0UvajNNallUbEVJV0s1b1M5amxZd1V4ZTZBNDJxQTVLOEZwQmJ5MTdFS1ZsQ1Y5M01qZ2ZWNDRmVkFLTnl5L1l1aENRSm54aFRPVE1YcFZNMUU3WGRpUlFOdHBDaXZuMGJNdzRXZGRYc2UiLCJtYWMiOiJkZGEwODA0OGQ1ZTgzMjgwZTQwODdiMTllZGZkN2ZmZWI1NmZiZjRmMjA1ZWNhOTFkNjk1NTVmYzkzOWZhNmJiIiwidGFnIjoiIn0%3D; expires=Sat, 22 Feb 2025 01:24:08 GMT; Max-Age=216000; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IkZlM0RSZDVKNHBabjVKNzhmN0RieXc9PSIsInZhbHVlIjoiamljaFczQWNTYVZyWnRjblV4NzJNN0UvajNNallUbEVJV0s1b1M5amxZd1V4ZTZBNDJxQTVLOEZwQmJ5MTdFS1ZsQ1Y5M ▶" 1 => "alphaeurekaselectnet_session=eyJpdiI6IjRnejc4NlVndFI1M2xLZW9hOFZNTHc9PSIsInZhbHVlIjoicDM4MXJyZml3a2VpamgrTWZuSFU0V3JjWVFHby81SUZlajVYUE0rMlFVcG4xUDB3clo3elNVYTh6RUN5b0NsWHNmOWtsLzlCcStYeThDcldZNzZJWERKMTJBWjFNVVg0MVJqR1NzRklBUkNwWS9MYUdQRkJ4Mml3OWlZQVF5NmIiLCJtYWMiOiI1M2FhOWQxNGY4N2MwNjJmMjg3MzIwMTY1YjM2M2Y2MDhiNDQwYjYxMmI5ZTljYWFhZWMyMjBiOTNhOWE0OTY2IiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax ◀alphaeurekaselectnet_session=eyJpdiI6IjRnejc4NlVndFI1M2xLZW9hOFZNTHc9PSIsInZhbHVlIjoicDM4MXJyZml3a2VpamgrTWZuSFU0V3JjWVFHby81SUZlajVYUE0rMlFVcG4xUDB3clo3elNVYTh ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkZlM0RSZDVKNHBabjVKNzhmN0RieXc9PSIsInZhbHVlIjoiamljaFczQWNTYVZyWnRjblV4NzJNN0UvajNNallUbEVJV0s1b1M5amxZd1V4ZTZBNDJxQTVLOEZwQmJ5MTdFS1ZsQ1Y5M01qZ2ZWNDRmVkFLTnl5L1l1aENRSm54aFRPVE1YcFZNMUU3WGRpUlFOdHBDaXZuMGJNdzRXZGRYc2UiLCJtYWMiOiJkZGEwODA0OGQ1ZTgzMjgwZTQwODdiMTllZGZkN2ZmZWI1NmZiZjRmMjA1ZWNhOTFkNjk1NTVmYzkzOWZhNmJiIiwidGFnIjoiIn0%3D; expires=Sat, 22-Feb-2025 01:24:08 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IkZlM0RSZDVKNHBabjVKNzhmN0RieXc9PSIsInZhbHVlIjoiamljaFczQWNTYVZyWnRjblV4NzJNN0UvajNNallUbEVJV0s1b1M5amxZd1V4ZTZBNDJxQTVLOEZwQmJ5MTdFS1ZsQ1Y5M ▶" 1 => "alphaeurekaselectnet_session=eyJpdiI6IjRnejc4NlVndFI1M2xLZW9hOFZNTHc9PSIsInZhbHVlIjoicDM4MXJyZml3a2VpamgrTWZuSFU0V3JjWVFHby81SUZlajVYUE0rMlFVcG4xUDB3clo3elNVYTh6RUN5b0NsWHNmOWtsLzlCcStYeThDcldZNzZJWERKMTJBWjFNVVg0MVJqR1NzRklBUkNwWS9MYUdQRkJ4Mml3OWlZQVF5NmIiLCJtYWMiOiI1M2FhOWQxNGY4N2MwNjJmMjg3MzIwMTY1YjM2M2Y2MDhiNDQwYjYxMmI5ZTljYWFhZWMyMjBiOTNhOWE0OTY2IiwidGFnIjoiIn0%3D; path=/; secure; httponly ◀alphaeurekaselectnet_session=eyJpdiI6IjRnejc4NlVndFI1M2xLZW9hOFZNTHc9PSIsInZhbHVlIjoicDM4MXJyZml3a2VpamgrTWZuSFU0V3JjWVFHby81SUZlajVYUE0rMlFVcG4xUDB3clo3elNVYTh ▶" ] ]
0 of 0array:5 [▼ "_token" => "CZWOX4VQUc4fK4xviiXhXkcZBehIldKtNJBicxAm" "uc_cart_id" => "d5f239d7c9c9a48d683830a0080e9df9" "_previous" => array:1 [▶ "url" => "https://alpha.eurekaselect.com/purchase_full_issue/9835" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]