22:26:48.363 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "tg",
"userId": "353496",
"userSlug": "stan-assimti"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "dTRQiDtaGp8IqDJIFGUW",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=68911779931de9.48466462; PHPSESSID=cee69f14287381a7674e5074ff7432e0; GOAFRICA_NEXT_SESSION_ID=0inrsh6x9pZIuJ59TPddFVYS7bTNBsNm55pM58rr",
"host": "www.goa.goafrica.syazen.cloud",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"x-forwarded-for": "216.73.216.18",
"x-real-ip": "216.73.216.18",
"x-scheme": "https"
}
}
},
"user_agent": {
"original": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
},
"url": {
"full": "https://www.goa.goafrica.syazen.cloud/tg/user/353496-stan-assimti",
"original": "https://www.goa.goafrica.syazen.cloud/tg/user/353496-stan-assimti",
"path": "/tg/user/353496-stan-assimti",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 267407360,
"memoryUsageHuman": "255 MiB"
}
} |
---|
22:26:48.368 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.23623700020834804
}
} |
---|
22:26:48.368 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"TG",
true
],
"durationInMs": 0.4006509999744594
}
} |
---|
22:26:48.368 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.2711510001681745
}
} |
---|
22:26:48.370 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
353496
],
"durationInMs": 2.2813579998910427
}
} |
---|
22:26:48.373 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
353496
],
"durationInMs": 0.6289019999094307
}
} |
---|
22:26:48.373 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, count(`id`) as `portfolio_medias_count` from `portfolio_media` where `user_id` = ? group by `user_id`",
"parameters": [
353496
],
"durationInMs": 0.8420570003800094
}
} |
---|
22:26:48.374 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `user_author_id` = ? and (`feed_post`.`pending_publication_date` is null or `feed_post`.`pending_publication_date` < UTC_TIMESTAMP()) order by `created_date` desc limit ?",
"parameters": [
353496,
2
],
"durationInMs": 0.8292129999026656
}
} |
---|
22:26:48.374 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
353496
],
"durationInMs": 0.8504230002872646
}
} |
---|
22:26:48.374 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
353496
],
"durationInMs": 0.8676450001075864
}
} |
---|
22:26:48.374 | debug | kysely.query | {
"kysely": {
"sql": "select `user_author_id`, count(`id`) as `count` from `feed_post` where (`company_author_id` is null and `user_author_id` in (?)) group by `user_author_id`",
"parameters": [
353496
],
"durationInMs": 1.506685999687761
}
} |
---|
22:26:48.376 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
353496
],
"durationInMs": 2.540779000148177
}
} |
---|
22:26:48.376 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
353496
],
"durationInMs": 2.735338000115007
}
} |
---|
22:26:48.376 | debug | kysely.query | {
"kysely": {
"sql": "with `threads_with_me`(`thread_id`) as (select distinct `tu`.`inbox_thread_id` as `thread_id` from `inbox_thread_user` as `tu` inner join `inbox_thread` as `t` on `t`.`id` = `tu`.`inbox_thread_id` where `tu`.`user_id` = ? and `t`.`user_creator_id` != ?), `threads_with_response`(`thread_id`) as (select `t`.`thread_id` from `threads_with_me` as `t` where exists (select * from `inbox_message` as `m` where `m`.`user_author_id` = ? and `m`.`thread_id` = `t`.`thread_id`)) select count(*) as `total`, (select count(*) as `resp` from `threads_with_response`) as `resp` from `threads_with_me` as `t` limit ?",
"parameters": [
353496,
353496,
353496,
1
],
"durationInMs": 3.3152800002135336
}
} |
---|
22:26:48.376 | debug | kysely.query | {
"kysely": {
"sql": "with `threads_with_me`(`thread_id`, `created_date`) as (select distinct `tu`.`inbox_thread_id` as `thread_id`, `t`.`created_date` from `inbox_thread_user` as `tu` inner join `inbox_thread` as `t` on `t`.`id` = `tu`.`inbox_thread_id` where `tu`.`user_id` = ? and `t`.`user_creator_id` != ?), `threads_delay`(`thread_id`, `delay`) as (select `t`.`thread_id`, (select TIMESTAMPDIFF(MINUTE, `t`.`created_date`, `m`.`created_date`) as `delay` from `inbox_message` as `m` where `m`.`user_author_id` = ? and `m`.`thread_id` = `t`.`thread_id` and `m`.`id` = (select min(`id`) as `id` from `inbox_message` where `inbox_message`.`thread_id` = `t`.`thread_id` and `inbox_message`.`user_author_id` = ?)) as `delay` from `threads_with_me` as `t`), `delays_filtered`(`thread_id`, `delay`) as (select * from `threads_delay` where `delay` is not null and `delay` < (select `delay` from `threads_delay` where `delay` is not null order by `delay` desc limit ?)) select avg(`t`.`delay`) as `mean` from `delays_filtered` as `t` limit ?",
"parameters": [
353496,
353496,
353496,
353496,
1,
1
],
"durationInMs": 3.4257950000464916
}
} |
---|
22:26:48.376 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
353496
],
"durationInMs": 3.586440999992192
}
} |
---|
22:26:48.377 | debug | kysely.query | {
"kysely": {
"sql": "select `target_user_id`, count(`id`) as `count` from `following` where (`target_company_id` is null and `target_user_id` in (?)) group by `target_user_id`",
"parameters": [
353496
],
"durationInMs": 4.185598999727517
}
} |
---|
22:26:48.377 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
353496
],
"durationInMs": 3.15242899954319
}
} |
---|
22:26:48.378 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
353496
],
"durationInMs": 3.1486709997989237
}
} |
---|
22:26:48.378 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
353496,
""
],
"durationInMs": 3.141889000311494
}
} |
---|
22:26:48.378 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
247945
],
"durationInMs": 2.3912709997966886
}
} |
---|
22:26:48.378 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
893
],
"durationInMs": 2.4334300002083182
}
} |
---|
22:26:48.378 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
893
],
"durationInMs": 2.4218279998749495
}
} |
---|
22:26:48.379 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ? and `c`.`parent_id` is null",
"parameters": [
893
],
"durationInMs": 2.393625000026077
}
} |
---|
22:26:48.379 | debug | kysely.query | {
"kysely": {
"sql": "select `r`.`type`, count(`r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ? group by `r`.`type`",
"parameters": [
893
],
"durationInMs": 1.6398720000870526
}
} |
---|
22:26:48.379 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
353496
],
"durationInMs": 4.891834000125527
}
} |
---|
22:26:48.379 | debug | kysely.query | {
"kysely": {
"sql": "select `feed_media`.`media_id`, `feed_media`.`feed_post_id` from `feed_media` where `feed_media`.`feed_post_id` in (?)",
"parameters": [
893
],
"durationInMs": 1.6669729999266565
}
} |
---|
22:26:48.379 | debug | kysely.query | {
"kysely": {
"sql": "select `pl`.`feed_post_id`, `pl`.`link_meta_data_id` from `feed_post_link_meta_data` as `pl` where `pl`.`feed_post_id` in (?)",
"parameters": [
893
],
"durationInMs": 1.7489229999482632
}
} |
---|
22:26:48.379 | debug | kysely.query | {
"kysely": {
"sql": "select `pl`.`feed_post_id`, `l`.`related_feed_post_id` from `feed_post_link_meta_data` as `pl` inner join `link_meta_data` as `l` on `l`.`id` = `pl`.`link_meta_data_id` where `pl`.`feed_post_id` in (?) and `l`.`related_feed_post_id` is not null group by `pl`.`feed_post_id`",
"parameters": [
893
],
"durationInMs": 1.5026390003040433
}
} |
---|
22:26:48.380 | debug | kysely.query | {
"kysely": {
"sql": "select `bi`.`target_feed_post_id`, `bi`.`id` from `bookmark_item` as `bi` inner join `bookmark` as `b` on `b`.`id` = `bi`.`bookmark_id` where `bi`.`target_feed_post_id` in (?) and (? is not null and `b`.`user_id` = ?) group by `bi`.`target_feed_post_id`",
"parameters": [
893,
null,
null
],
"durationInMs": 1.3805929999798536
}
} |
---|
22:26:48.380 | debug | kysely.query | {
"kysely": {
"sql": "select `r`.`target_feed_post_id`, `r`.`id` from `reaction` as `r` where `r`.`target_feed_post_id` in (?) and (? is not null and `r`.`user_author_id` = ?) group by `r`.`target_feed_post_id`",
"parameters": [
893,
null,
null
],
"durationInMs": 1.455680999904871
}
} |
---|
22:26:48.380 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
349085,
980,
218885,
390865,
46594
],
"durationInMs": 1.6900140000507236
}
} |
---|
22:26:48.381 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
349085,
980,
218885,
390865,
46594
],
"durationInMs": 2.528864999767393
}
} |
---|
22:26:48.383 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
893
],
"durationInMs": 5.448214000090957
}
} |
---|
22:26:48.384 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?)",
"parameters": [
436938,
58173
],
"durationInMs": 4.508375000208616
}
} |
---|
22:26:48.384 | debug | kysely.query | {
"kysely": {
"sql": "select `target_company_id`, count(`id`) as `count` from `following` where (`target_company_id` in (?, ?) and `target_user_id` is null) group by `target_company_id`",
"parameters": [
436938,
58173
],
"durationInMs": 4.708786999806762
}
} |
---|
22:26:48.384 | debug | kysely.query | {
"kysely": {
"sql": "select `company_author_id`, count(`id`) as `count` from `feed_post` where (`company_author_id` in (?, ?) and `user_author_id` is null) group by `company_author_id`",
"parameters": [
436938,
58173
],
"durationInMs": 4.74437199998647
}
} |
---|
22:26:48.385 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_coordinate` where `id` in (?)",
"parameters": [
132032
],
"durationInMs": 4.8288579997606575
}
} |
---|
22:26:48.385 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
285580
],
"durationInMs": 4.907774000428617
}
} |
---|
22:26:48.385 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
244779,
96742,
143209,
272424,
237120
],
"durationInMs": 4.048103999812156
}
} |
---|
22:26:48.385 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where ((`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
123,
"fr",
126,
"fr",
540,
"fr"
],
"durationInMs": 4.124675999861211
}
} |
---|
22:26:48.386 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
"parameters": [
123,
126,
540
],
"durationInMs": 2.5507769999094307
}
} |
---|
22:26:48.386 | debug | kysely.query | {
"kysely": {
"sql": "select `target_user_id`, count(`id`) as `count` from `following` where (`target_company_id` is null and `target_user_id` in (?, ?, ?, ?, ?)) group by `target_user_id`",
"parameters": [
349085,
980,
218885,
390865,
46594
],
"durationInMs": 6.964236999861896
}
} |
---|
22:26:48.386 | debug | kysely.query | {
"kysely": {
"sql": "select `user_author_id`, count(`id`) as `count` from `feed_post` where (`company_author_id` is null and `user_author_id` in (?, ?, ?, ?, ?)) group by `user_author_id`",
"parameters": [
349085,
980,
218885,
390865,
46594
],
"durationInMs": 6.928431000094861
}
} |
---|
22:26:48.386 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
353496
],
"durationInMs": 2.445160999894142
}
} |
---|
22:26:48.387 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where ((`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
599,
"fr",
47,
"fr"
],
"durationInMs": 2.433428999967873
}
} |
---|
22:26:48.387 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
599,
47
],
"durationInMs": 2.498398999683559
}
} |
---|
22:26:48.387 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
42709,
33026
],
"durationInMs": 2.3960499996319413
}
} |
---|
22:26:48.387 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
113,
116,
438
],
"durationInMs": 1.8296630000695586
}
} |
---|
22:26:48.387 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
122,
"fr"
],
"durationInMs": 1.744965999852866
}
} |
---|
22:26:48.389 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
479,
44
],
"durationInMs": 1.9918430000543594
}
} |
---|
22:26:48.389 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
38,
"fr"
],
"durationInMs": 1.9018760002218187
}
} |
---|
22:26:48.389 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 1.517465999815613
}
} |
---|
22:26:48.389 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.3284169998951256
}
} |
---|
22:26:48.416 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "tg",
"userId": "353496",
"userSlug": "stan-assimti"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "dTRQiDtaGp8IqDJIFGUW",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=68911779931de9.48466462; PHPSESSID=cee69f14287381a7674e5074ff7432e0; GOAFRICA_NEXT_SESSION_ID=0inrsh6x9pZIuJ59TPddFVYS7bTNBsNm55pM58rr",
"host": "www.goa.goafrica.syazen.cloud",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"x-forwarded-for": "216.73.216.18",
"x-real-ip": "216.73.216.18",
"x-scheme": "https"
}
},
"response": {
"bytes": 148363,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=68911779931de9.48466462; PHPSESSID=cee69f14287381a7674e5074ff7432e0; GOAFRICA_NEXT_SESSION_ID=0inrsh6x9pZIuJ59TPddFVYS7bTNBsNm55pM58rr",
"host": "www.goa.goafrica.syazen.cloud",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"x-forwarded-for": "216.73.216.18",
"x-real-ip": "216.73.216.18",
"x-scheme": "https"
}
}
},
"user_agent": {
"original": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
},
"url": {
"full": "https://www.goa.goafrica.syazen.cloud/tg/user/353496-stan-assimti",
"original": "https://www.goa.goafrica.syazen.cloud/tg/user/353496-stan-assimti",
"path": "/tg/user/353496-stan-assimti",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 271536128,
"memoryUsageHuman": "259 MiB",
"requestTimeInMs": 53
}
} |
---|