15:49:19.533 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "fr",
"userId": "1967",
"userSlug": "joseph-maarek"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "HRlvcCoQnyzqm0grGZeb",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6890ba19d856b4.50075329; PHPSESSID=c36f315e0c57b8a1d538c26f2f303f7c; GOAFRICA_NEXT_SESSION_ID=NH9uq0YYcyBwn8T2nzxXk0qa8ZCjJTtDNgRbbtaS",
"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/fr/user/1967-joseph-maarek",
"original": "https://www.goa.goafrica.syazen.cloud/fr/user/1967-joseph-maarek",
"path": "/fr/user/1967-joseph-maarek",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 263479296,
"memoryUsageHuman": "251.3 MiB"
}
} |
---|
15:49:19.539 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.334448000008706
}
} |
---|
15:49:19.542 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
1967
],
"durationInMs": 2.824893000011798
}
} |
---|
15:49:19.548 | 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": [
1967
],
"durationInMs": 1.760336000006646
}
} |
---|
15:49:19.548 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 8.353528000006918
}
} |
---|
15:49:19.548 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"FR",
true
],
"durationInMs": 9.178894000011496
}
} |
---|
15:49:19.549 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
1967
],
"durationInMs": 2.994447000033688
}
} |
---|
15:49:19.549 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
1967
],
"durationInMs": 3.1806220000144094
}
} |
---|
15:49:19.550 | 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": [
1967,
2
],
"durationInMs": 4.155184999981429
}
} |
---|
15:49:19.553 | 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": [
1967,
1967,
1967,
1
],
"durationInMs": 6.700461000029463
}
} |
---|
15:49:19.553 | 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": [
1967
],
"durationInMs": 6.164969999983441
}
} |
---|
15:49:19.553 | 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": [
1967
],
"durationInMs": 6.325237000011839
}
} |
---|
15:49:19.553 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
1967
],
"durationInMs": 5.751817000040319
}
} |
---|
15:49:19.554 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
1967
],
"durationInMs": 5.614372999989428
}
} |
---|
15:49:19.554 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
1967
],
"durationInMs": 5.196049000020139
}
} |
---|
15:49:19.555 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
1967
],
"durationInMs": 5.514296999957878
}
} |
---|
15:49:19.555 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
1967
],
"durationInMs": 5.102986999962013
}
} |
---|
15:49:19.556 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
1967
],
"durationInMs": 3.4180499999783933
}
} |
---|
15:49:19.556 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
1967
],
"durationInMs": 3.670066000020597
}
} |
---|
15:49:19.557 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
1967,
""
],
"durationInMs": 3.642866000009235
}
} |
---|
15:49:19.560 | 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": [
1967,
1967,
1967,
1967,
1,
1
],
"durationInMs": 14.044652999960817
}
} |
---|
15:49:19.561 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
277,
"fr"
],
"durationInMs": 6.979417000024114
}
} |
---|
15:49:19.561 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
287918
],
"durationInMs": 7.464795000036247
}
} |
---|
15:49:19.562 | 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": [
1967,
155401,
176207,
29446,
29383,
4
],
"durationInMs": 7.461968999996316
}
} |
---|
15:49:19.564 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
1026
],
"durationInMs": 8.825650999962818
}
} |
---|
15:49:19.564 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
1026
],
"durationInMs": 8.20400199998403
}
} |
---|
15:49:19.564 | 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": [
1026
],
"durationInMs": 7.892325000022538
}
} |
---|
15:49:19.564 | 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": [
1026
],
"durationInMs": 7.936407000001054
}
} |
---|
15:49:19.565 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
1025
],
"durationInMs": 7.179727000009734
}
} |
---|
15:49:19.565 | 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,
277,
1
],
"durationInMs": 11.777699999976903
}
} |
---|
15:49:19.566 | 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": [
1025
],
"durationInMs": 4.440961999993306
}
} |
---|
15:49:19.566 | 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": [
1025
],
"durationInMs": 4.212119999981951
}
} |
---|
15:49:19.566 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?, ?)",
"parameters": [
1026,
1025
],
"durationInMs": 2.222410000045784
}
} |
---|
15:49:19.569 | 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": [
1026,
1025
],
"durationInMs": 4.897847999993246
}
} |
---|
15:49:19.569 | 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": [
1026,
1025
],
"durationInMs": 5.024170999997295
}
} |
---|
15:49:19.569 | 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": [
1026,
1025
],
"durationInMs": 5.142831000033766
}
} |
---|
15:49:19.570 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_resume` where `id` in (?)",
"parameters": [
2
],
"durationInMs": 5.242184999980964
}
} |
---|
15:49:19.570 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_formation` where `id` in (?, ?, ?, ?)",
"parameters": [
4,
3,
2,
1
],
"durationInMs": 5.639329000026919
}
} |
---|
15:49:19.571 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
1025
],
"durationInMs": 10.562313000031281
}
} |
---|
15:49:19.575 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?, ?, ?)",
"parameters": [
1,
2,
3
],
"durationInMs": 9.473188000032678
}
} |
---|
15:49:19.576 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_coordinate` where `id` in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
"parameters": [
130637,
132933,
132934,
132935,
132936,
132937,
132938,
132939,
132940,
132941,
132942,
132943,
132944,
132945,
132946,
132947,
132948,
132949,
132950,
132951
],
"durationInMs": 9.794713000010233
}
} |
---|
15:49:19.576 | 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": [
1026,
1025,
null,
null
],
"durationInMs": 8.572383999999147
}
} |
---|
15:49:19.577 | 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": [
1026,
1025,
null,
null
],
"durationInMs": 7.723623000027146
}
} |
---|
15:49:19.577 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
242
],
"durationInMs": 7.866296999971382
}
} |
---|
15:49:19.578 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?, ?)",
"parameters": [
93930,
317955,
105628,
363607,
176207,
155401
],
"durationInMs": 8.07769800000824
}
} |
---|
15:49:19.578 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
93930,
317955,
105628,
363607,
176207,
155401
],
"durationInMs": 8.34621500002686
}
} |
---|
15:49:19.579 | 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": [
93930,
317955,
105628,
363607,
176207,
155401
],
"durationInMs": 8.02096299995901
}
} |
---|
15:49:19.579 | 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": [
93930,
317955,
105628,
363607,
176207,
155401
],
"durationInMs": 8.020713000034448
}
} |
---|
15:49:19.579 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_experience` where `id` in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
"parameters": [
10,
9,
8,
6,
7,
5,
4,
3,
2,
1
],
"durationInMs": 13.87303499999689
}
} |
---|
15:49:19.581 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?)",
"parameters": [
29383,
29446
],
"durationInMs": 5.723454000020865
}
} |
---|
15:49:19.582 | 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": [
29383,
29446
],
"durationInMs": 5.645710999961011
}
} |
---|
15:49:19.582 | 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": [
29383,
29446
],
"durationInMs": 5.402330000011716
}
} |
---|
15:49:19.582 | 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": 5.288529999961611
}
} |
---|
15:49:19.582 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
1967
],
"durationInMs": 5.065498000010848
}
} |
---|
15:49:19.583 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
123,
"fr"
],
"durationInMs": 4.384989000041969
}
} |
---|
15:49:19.583 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
277
],
"durationInMs": 4.443307000037748
}
} |
---|
15:49:19.583 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?)",
"parameters": [
65811,
239905,
275027
],
"durationInMs": 4.544053999998141
}
} |
---|
15:49:19.584 | 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": [
282,
"fr",
540,
"fr"
],
"durationInMs": 4.664766000001691
}
} |
---|
15:49:19.586 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
513970
],
"durationInMs": 4.979878999991342
}
} |
---|
15:49:19.587 | 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": [
513970
],
"durationInMs": 4.994906999985687
}
} |
---|
15:49:19.587 | 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": [
513970
],
"durationInMs": 4.809744000027422
}
} |
---|
15:49:19.587 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
1961,
1910
],
"durationInMs": 4.670997999957763
}
} |
---|
15:49:19.587 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
231
],
"durationInMs": 4.71227399999043
}
} |
---|
15:49:19.587 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
113
],
"durationInMs": 4.655749999976251
}
} |
---|
15:49:19.588 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
247,
438
],
"durationInMs": 3.868263999989722
}
} |
---|
15:49:19.588 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
282,
540
],
"durationInMs": 7.8886380000039935
}
} |
---|
15:49:19.588 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
281,
"fr"
],
"durationInMs": 1.4303349999827333
}
} |
---|
15:49:19.590 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
281
],
"durationInMs": 3.057995999988634
}
} |
---|
15:49:19.590 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
246
],
"durationInMs": 1.7704440000234172
}
} |
---|
15:49:19.590 | 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": 2.152059999993071
}
} |
---|
15:49:19.592 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 1.6539890000130981
}
} |
---|
15:49:19.649 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "fr",
"userId": "1967",
"userSlug": "joseph-maarek"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "HRlvcCoQnyzqm0grGZeb",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6890ba19d856b4.50075329; PHPSESSID=c36f315e0c57b8a1d538c26f2f303f7c; GOAFRICA_NEXT_SESSION_ID=NH9uq0YYcyBwn8T2nzxXk0qa8ZCjJTtDNgRbbtaS",
"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": 356056,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6890ba19d856b4.50075329; PHPSESSID=c36f315e0c57b8a1d538c26f2f303f7c; GOAFRICA_NEXT_SESSION_ID=NH9uq0YYcyBwn8T2nzxXk0qa8ZCjJTtDNgRbbtaS",
"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/fr/user/1967-joseph-maarek",
"original": "https://www.goa.goafrica.syazen.cloud/fr/user/1967-joseph-maarek",
"path": "/fr/user/1967-joseph-maarek",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 302211072,
"memoryUsageHuman": "288.2 MiB",
"requestTimeInMs": 116
}
} |
---|