06:10:34.897 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "tg",
"userId": "102899",
"userSlug": "ezoba-kwadjovi-honore-agbessi"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "RGs_moBRqI1JIBpcN0bR",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=FGygKuKedh6w3WU9pIADYQDBpawbcHGHFrbdTNFv; PHPSESSID=c24f8c4a7d073c58370e1c2e47e52526; goafrica-ad-id=6892d58e3d4f43.60242993",
"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/102899-ezoba-kwadjovi-honore-agbessi",
"original": "https://www.goa.goafrica.syazen.cloud/tg/user/102899-ezoba-kwadjovi-honore-agbessi",
"path": "/tg/user/102899-ezoba-kwadjovi-honore-agbessi",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 233553920,
"memoryUsageHuman": "222.7 MiB"
}
} |
---|
06:10:34.906 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.38803799997549504
}
} |
---|
06:10:34.906 | 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.5849310000194237
}
} |
---|
06:10:34.907 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.4274009999935515
}
} |
---|
06:10:34.910 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
102899
],
"durationInMs": 4.242673000029754
}
} |
---|
06:10:34.918 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
102899
],
"durationInMs": 1.9613360000075772
}
} |
---|
06:10:34.918 | 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": [
102899
],
"durationInMs": 2.2102859999868087
}
} |
---|
06:10:34.918 | 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": [
102899,
2
],
"durationInMs": 2.2577039999887347
}
} |
---|
06:10:34.920 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
102899
],
"durationInMs": 4.4277450000518
}
} |
---|
06:10:34.921 | 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": [
102899,
102899,
102899,
1
],
"durationInMs": 5.724372000026051
}
} |
---|
06:10:34.922 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
102899
],
"durationInMs": 4.870503999991342
}
} |
---|
06:10:34.922 | 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": [
102899,
102899,
102899,
102899,
1,
1
],
"durationInMs": 6.254763000004459
}
} |
---|
06:10:34.922 | 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": [
102899
],
"durationInMs": 5.551322999992408
}
} |
---|
06:10:34.922 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
102899
],
"durationInMs": 5.610712000052445
}
} |
---|
06:10:34.923 | 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": [
102899
],
"durationInMs": 5.884538999991491
}
} |
---|
06:10:34.923 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
102899
],
"durationInMs": 5.153005999978632
}
} |
---|
06:10:34.923 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
102899
],
"durationInMs": 5.177521000034176
}
} |
---|
06:10:34.923 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
102899
],
"durationInMs": 3.621915000025183
}
} |
---|
06:10:34.924 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
102899
],
"durationInMs": 2.8803339999867603
}
} |
---|
06:10:34.924 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
102899
],
"durationInMs": 3.0272860000259243
}
} |
---|
06:10:34.925 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
102899,
""
],
"durationInMs": 2.9034470000187866
}
} |
---|
06:10:34.925 | debug | kysely.query | {
"kysely": {
"sql": "with recursive `cte`(`id`, `parent_id`, `level`, `root_id`) as (select `c`.`id`, `c`.`parent_id`, ? as `level`, `c`.`id` as `root_id` from `category` as `c` where `c`.`id` in (?) union all select `p`.`id`, `p`.`parent_id`, cte.level + ? as `level`, `cte`.`root_id` from `category` as `p` inner join `cte` on `p`.`id` = `cte`.`parent_id`) select `id`, `root_id`, `level` from `cte`",
"parameters": [
1,
126,
1
],
"durationInMs": 3.308496000012383
}
} |
---|
06:10:34.926 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
126,
"fr"
],
"durationInMs": 3.707735000003595
}
} |
---|
06:10:34.927 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
275630,
276891
],
"durationInMs": 4.332599000015762
}
} |
---|
06:10:34.930 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
854
],
"durationInMs": 7.343144999991637
}
} |
---|
06:10:34.930 | 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": [
854
],
"durationInMs": 7.0081650000065565
}
} |
---|
06:10:34.931 | 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": [
854
],
"durationInMs": 6.720553999999538
}
} |
---|
06:10:34.931 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
800
],
"durationInMs": 6.521334999997634
}
} |
---|
06:10:34.931 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
800
],
"durationInMs": 6.4925420000217855
}
} |
---|
06:10:34.931 | 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": [
800
],
"durationInMs": 6.14498000004096
}
} |
---|
06:10:34.931 | 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": [
800
],
"durationInMs": 5.763524000009056
}
} |
---|
06:10:34.932 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?, ?)",
"parameters": [
854,
800
],
"durationInMs": 5.215680999972392
}
} |
---|
06:10:34.935 | 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": [
854,
800
],
"durationInMs": 7.44372999999905
}
} |
---|
06:10:34.935 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
854
],
"durationInMs": 12.251097000029404
}
} |
---|
06:10:34.935 | 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": [
854,
800
],
"durationInMs": 4.9652989999740385
}
} |
---|
06:10:34.936 | 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": [
854,
800
],
"durationInMs": 5.420661000011023
}
} |
---|
06:10:34.936 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_formation` where `id` in (?, ?, ?)",
"parameters": [
2385,
2375,
2386
],
"durationInMs": 5.346273000002839
}
} |
---|
06:10:34.938 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_experience` where `id` in (?, ?, ?, ?, ?, ?, ?)",
"parameters": [
2489,
2488,
2487,
2486,
2485,
2508,
2509
],
"durationInMs": 6.813255999993999
}
} |
---|
06:10:34.939 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?, ?, ?)",
"parameters": [
21443,
21444,
21445
],
"durationInMs": 7.654381000029389
}
} |
---|
06:10:34.939 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_coordinate` where `id` in (?, ?, ?)",
"parameters": [
125750,
125751,
125752
],
"durationInMs": 7.951260000001639
}
} |
---|
06:10:34.940 | 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": 6.7388479999499395
}
} |
---|
06:10:34.940 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
116
],
"durationInMs": 5.536554999998771
}
} |
---|
06:10:34.944 | 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": [
854,
800,
null,
null
],
"durationInMs": 8.3010550000472
}
} |
---|
06:10:34.945 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
102899
],
"durationInMs": 8.559222000010777
}
} |
---|
06:10:34.945 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
126
],
"durationInMs": 7.543164000031538
}
} |
---|
06:10:34.945 | debug | kysely.query | {
"kysely": {
"sql": "select * from `link_meta_data` where `id` in (?, ?)",
"parameters": [
372,
356
],
"durationInMs": 6.783551000000443
}
} |
---|
06:10:34.947 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
407
],
"durationInMs": 7.657134999986738
}
} |
---|
06:10:34.947 | 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": [
407
],
"durationInMs": 7.796182000020053
}
} |
---|
06:10:34.948 | 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": [
407
],
"durationInMs": 7.585542999964673
}
} |
---|
06:10:34.948 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?)",
"parameters": [
24,
41,
31
],
"durationInMs": 7.703440000012051
}
} |
---|
06:10:34.949 | 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": [
854,
800,
null,
null
],
"durationInMs": 14.156148999987636
}
} |
---|
06:10:34.950 | debug | kysely.query | {
"kysely": {
"sql": "with `followCount`(`countu`, `countc`, `target_user_id`, `target_company_id`) as (select count(distinct `following`.`target_company_id`) as `countc`, count(distinct `following`.`target_user_id`) as `countu`, `following`.`target_user_id`, `following`.`target_company_id` from `following` where `following`.`target_user_id` is not null group by `following`.`target_user_id`, `following`.`target_company_id`) select *, countc\n + countu as `count` from `following` left join `followCount` on ((`following`.`target_user_id` is not null and `following`.`target_user_id` = `followCount`.`target_user_id`) or (`following`.`target_company_id` is not null and `following`.`target_company_id` = `followCount`.`target_company_id`)) where `author_id` = ? and (`following`.`target_user_id` is null or `following`.`target_user_id` not in (?, ?)) and (`following`.`target_company_id` is null or `following`.`target_company_id` not in (?, ?)) order by `count` desc limit ?",
"parameters": [
102899,
414084,
414574,
29430,
29372,
4
],
"durationInMs": 18.7600509999902
}
} |
---|
06:10:34.952 | 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": [
24,
41,
31
],
"durationInMs": 7.268175999983214
}
} |
---|
06:10:34.952 | 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": [
24,
41,
31
],
"durationInMs": 7.163552000012714
}
} |
---|
06:10:34.952 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 6.892001000000164
}
} |
---|
06:10:34.952 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
188
],
"durationInMs": 5.113092000014149
}
} |
---|
06:10:34.953 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
188,
"fr"
],
"durationInMs": 5.46122599998489
}
} |
---|
06:10:34.953 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
905,
27102
],
"durationInMs": 3.915718999982346
}
} |
---|
06:10:34.953 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
123,
175
],
"durationInMs": 4.228276000008918
}
} |
---|
06:10:34.953 | 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": [
123,
"fr",
175,
"fr"
],
"durationInMs": 4.606625999964308
}
} |
---|
06:10:34.959 | 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": [
339609,
46803,
276055,
2575,
414574,
414084
],
"durationInMs": 7.022041000018362
}
} |
---|
06:10:34.959 | 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": [
339609,
46803,
276055,
2575,
414574,
414084
],
"durationInMs": 7.039915000030305
}
} |
---|
06:10:34.959 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?)",
"parameters": [
29372,
29430
],
"durationInMs": 7.132474999991246
}
} |
---|
06:10:34.960 | 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": [
29372,
29430
],
"durationInMs": 7.379952999996021
}
} |
---|
06:10:34.960 | 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": [
29372,
29430
],
"durationInMs": 7.233240999979898
}
} |
---|
06:10:34.960 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
183,
"fr"
],
"durationInMs": 7.066423000011127
}
} |
---|
06:10:34.960 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
169
],
"durationInMs": 7.032451000006404
}
} |
---|
06:10:34.960 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
172,
"fr"
],
"durationInMs": 6.884006000007503
}
} |
---|
06:10:34.961 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?, ?)",
"parameters": [
339609,
46803,
276055,
2575,
414574,
414084
],
"durationInMs": 9.568218000000343
}
} |
---|
06:10:34.962 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
339609,
46803,
276055,
2575,
414574,
414084
],
"durationInMs": 10.261991000035778
}
} |
---|
06:10:34.962 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
113,
1063
],
"durationInMs": 2.9629880000138655
}
} |
---|
06:10:34.962 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
1928,
2131
],
"durationInMs": 2.2912859999923967
}
} |
---|
06:10:34.962 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
546,
277
],
"durationInMs": 0.6079739999840967
}
} |
---|
06:10:34.962 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
165
],
"durationInMs": 2.2673119999817573
}
} |
---|
06:10:34.963 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
155
],
"durationInMs": 2.027278000023216
}
} |
---|
06:10:34.963 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
"parameters": [
243088,
244375,
114975,
284757
],
"durationInMs": 1.436526000034064
}
} |
---|
06:10:34.965 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
265,
"fr"
],
"durationInMs": 3.1093370000016876
}
} |
---|
06:10:34.966 | 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": [
546,
"fr",
277,
"fr"
],
"durationInMs": 4.24822300003143
}
} |
---|
06:10:34.967 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
231
],
"durationInMs": 1.0559019999927841
}
} |
---|
06:10:34.967 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
440,
242
],
"durationInMs": 0.9631200000294484
}
} |
---|
06:10:35.052 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "tg",
"userId": "102899",
"userSlug": "ezoba-kwadjovi-honore-agbessi"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "RGs_moBRqI1JIBpcN0bR",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=FGygKuKedh6w3WU9pIADYQDBpawbcHGHFrbdTNFv; PHPSESSID=c24f8c4a7d073c58370e1c2e47e52526; goafrica-ad-id=6892d58e3d4f43.60242993",
"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": 294576,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=FGygKuKedh6w3WU9pIADYQDBpawbcHGHFrbdTNFv; PHPSESSID=c24f8c4a7d073c58370e1c2e47e52526; goafrica-ad-id=6892d58e3d4f43.60242993",
"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/102899-ezoba-kwadjovi-honore-agbessi",
"original": "https://www.goa.goafrica.syazen.cloud/tg/user/102899-ezoba-kwadjovi-honore-agbessi",
"path": "/tg/user/102899-ezoba-kwadjovi-honore-agbessi",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 272089088,
"memoryUsageHuman": "259.5 MiB",
"requestTimeInMs": 155
}
} |
---|