14:32:05.547 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "tg",
"userId": "2366",
"userSlug": "ludivine-bockor"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "FIid4-QKDh5Eee9xpPgb",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=zLQE2cxgkGGpkJXwm55KAXBB1pfMkhRNipXRA63a; PHPSESSID=a19f0986a2825c54d652605699f68b60; goafrica-ad-id=6890a8438a2fe5.70104317",
"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/2366-ludivine-bockor",
"original": "https://www.goa.goafrica.syazen.cloud/tg/user/2366-ludivine-bockor",
"path": "/tg/user/2366-ludivine-bockor",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 266268672,
"memoryUsageHuman": "253.9 MiB"
}
} |
---|
14:32:05.555 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.2716329999966547
}
} |
---|
14:32:05.559 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
2366
],
"durationInMs": 4.181562000070699
}
} |
---|
14:32:05.568 | 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": 13.247957999934442
}
} |
---|
14:32:05.572 | 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": [
2366
],
"durationInMs": 5.197861999971792
}
} |
---|
14:32:05.572 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
2366
],
"durationInMs": 3.804524999926798
}
} |
---|
14:32:05.572 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 17.07465399999637
}
} |
---|
14:32:05.573 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
2366
],
"durationInMs": 6.559259000001475
}
} |
---|
14:32:05.573 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
2366
],
"durationInMs": 6.706552000017837
}
} |
---|
14:32:05.574 | 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": [
2366,
2
],
"durationInMs": 7.576510000042617
}
} |
---|
14:32:05.576 | 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": [
2366,
2366,
2366,
1
],
"durationInMs": 9.57451500010211
}
} |
---|
14:32:05.576 | 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": [
2366,
2366,
2366,
2366,
1,
1
],
"durationInMs": 9.766018999973312
}
} |
---|
14:32:05.577 | 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": [
2366
],
"durationInMs": 9.431951000005938
}
} |
---|
14:32:05.577 | 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": [
2366
],
"durationInMs": 9.604911000002176
}
} |
---|
14:32:05.577 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
2366
],
"durationInMs": 5.427957999985665
}
} |
---|
14:32:05.577 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
2366
],
"durationInMs": 5.301694000023417
}
} |
---|
14:32:05.578 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
2366
],
"durationInMs": 5.125547999981791
}
} |
---|
14:32:05.578 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
2366
],
"durationInMs": 4.9452750000637025
}
} |
---|
14:32:05.579 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
2366
],
"durationInMs": 4.487768999999389
}
} |
---|
14:32:05.579 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
2366
],
"durationInMs": 2.7031179999466985
}
} |
---|
14:32:05.579 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
2366,
""
],
"durationInMs": 2.6092449999414384
}
} |
---|
14:32:05.579 | 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,
389,
1
],
"durationInMs": 2.6040560000110418
}
} |
---|
14:32:05.579 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
389,
"fr"
],
"durationInMs": 2.656252000015229
}
} |
---|
14:32:05.580 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
892
],
"durationInMs": 2.3583510000025854
}
} |
---|
14:32:05.580 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
892
],
"durationInMs": 1.95597699994687
}
} |
---|
14:32:05.581 | 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": [
892
],
"durationInMs": 2.0523960000136867
}
} |
---|
14:32:05.581 | 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": [
892
],
"durationInMs": 2.1745820000069216
}
} |
---|
14:32:05.581 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
839
],
"durationInMs": 2.2365060000447556
}
} |
---|
14:32:05.581 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
839
],
"durationInMs": 2.236815999960527
}
} |
---|
14:32:05.581 | 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": [
839
],
"durationInMs": 2.066450999933295
}
} |
---|
14:32:05.583 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
275290,
275362
],
"durationInMs": 6.177282999968156
}
} |
---|
14:32:05.584 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?, ?)",
"parameters": [
892,
839
],
"durationInMs": 3.6504410000052303
}
} |
---|
14:32:05.587 | 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": [
892,
839
],
"durationInMs": 6.66376299993135
}
} |
---|
14:32:05.588 | 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": [
892,
839
],
"durationInMs": 7.072378000011668
}
} |
---|
14:32:05.588 | 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": [
892,
839
],
"durationInMs": 7.43953699991107
}
} |
---|
14:32:05.589 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_formation` where `id` in (?)",
"parameters": [
2354
],
"durationInMs": 7.978685000096448
}
} |
---|
14:32:05.590 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_experience` where `id` in (?)",
"parameters": [
2461
],
"durationInMs": 8.30078000004869
}
} |
---|
14:32:05.591 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
18,
"fr"
],
"durationInMs": 9.14814699999988
}
} |
---|
14:32:05.591 | 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": [
839
],
"durationInMs": 11.210018999991007
}
} |
---|
14:32:05.591 | 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": [
2366,
2575,
71,
36943,
3999,
4
],
"durationInMs": 14.111494999960996
}
} |
---|
14:32:05.593 | 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": [
892,
839,
null,
null
],
"durationInMs": 7.7892430000938475
}
} |
---|
14:32:05.593 | 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": [
892,
839,
null,
null
],
"durationInMs": 6.174467999953777
}
} |
---|
14:32:05.594 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
2366
],
"durationInMs": 5.523775000008754
}
} |
---|
14:32:05.594 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
389
],
"durationInMs": 5.20109800004866
}
} |
---|
14:32:05.594 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
285084
],
"durationInMs": 4.9748189999954775
}
} |
---|
14:32:05.595 | debug | kysely.query | {
"kysely": {
"sql": "select * from `link_meta_data` where `id` in (?)",
"parameters": [
390
],
"durationInMs": 4.355734000098892
}
} |
---|
14:32:05.595 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
891
],
"durationInMs": 4.3719140000175685
}
} |
---|
14:32:05.596 | 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": [
891
],
"durationInMs": 4.764451000024565
}
} |
---|
14:32:05.596 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
334
],
"durationInMs": 12.727966999984346
}
} |
---|
14:32:05.598 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
24
],
"durationInMs": 5.178365999949165
}
} |
---|
14:32:05.600 | 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
],
"durationInMs": 6.58880400005728
}
} |
---|
14:32:05.600 | 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
],
"durationInMs": 6.428046999964863
}
} |
---|
14:32:05.600 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
16
],
"durationInMs": 6.4217659999849275
}
} |
---|
14:32:05.601 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
139209,
201040,
980,
304664,
2575
],
"durationInMs": 6.61169599997811
}
} |
---|
14:32:05.602 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
139209,
201040,
980,
304664,
2575
],
"durationInMs": 6.855848000035621
}
} |
---|
14:32:05.602 | 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": [
139209,
201040,
980,
304664,
2575
],
"durationInMs": 6.435180000029504
}
} |
---|
14:32:05.602 | 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": [
139209,
201040,
980,
304664,
2575
],
"durationInMs": 6.435300000011921
}
} |
---|
14:32:05.603 | 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": [
891
],
"durationInMs": 10.327908999985084
}
} |
---|
14:32:05.609 | 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": [
3999,
36943,
71
],
"durationInMs": 9.033164000022225
}
} |
---|
14:32:05.609 | 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": [
3999,
36943,
71
],
"durationInMs": 8.964647999964654
}
} |
---|
14:32:05.610 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
37338
],
"durationInMs": 9.360860000015236
}
} |
---|
14:32:05.610 | 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": [
37338
],
"durationInMs": 9.69807399995625
}
} |
---|
14:32:05.611 | 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": [
37338
],
"durationInMs": 8.840347999939695
}
} |
---|
14:32:05.611 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
285561
],
"durationInMs": 8.891371999983676
}
} |
---|
14:32:05.611 | 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": 9.081954000052065
}
} |
---|
14:32:05.612 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
123
],
"durationInMs": 9.17663000000175
}
} |
---|
14:32:05.612 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
905
],
"durationInMs": 9.375196999986656
}
} |
---|
14:32:05.613 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?)",
"parameters": [
3999,
36943,
71
],
"durationInMs": 16.52708100003656
}
} |
---|
14:32:05.614 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
"parameters": [
222694,
96742,
276110,
114975
],
"durationInMs": 4.990538000012748
}
} |
---|
14:32:05.614 | 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": [
126,
"fr",
277,
"fr"
],
"durationInMs": 5.30492000002414
}
} |
---|
14:32:05.615 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
126,
277
],
"durationInMs": 4.553029000060633
}
} |
---|
14:32:05.615 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
25,
"fr"
],
"durationInMs": 4.7600429999874905
}
} |
---|
14:32:05.616 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
25
],
"durationInMs": 4.843756999936886
}
} |
---|
14:32:05.616 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
14893
],
"durationInMs": 4.737741000019014
}
} |
---|
14:32:05.616 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
113
],
"durationInMs": 4.558318999945186
}
} |
---|
14:32:05.616 | 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": 4.451451999950223
}
} |
---|
14:32:05.620 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?)",
"parameters": [
176217,
127746,
226099
],
"durationInMs": 5.8056560000404716
}
} |
---|
14:32:05.620 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
116,
242
],
"durationInMs": 5.79626900004223
}
} |
---|
14:32:05.627 | 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": 11.923077999963425
}
} |
---|
14:32:05.627 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
23
],
"durationInMs": 11.875049000023864
}
} |
---|
14:32:05.627 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 10.960828999988735
}
} |
---|
14:32:05.628 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
"parameters": [
411,
207,
175
],
"durationInMs": 14.03670699999202
}
} |
---|
14:32:05.628 | 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": [
411,
"fr",
207,
"fr",
175,
"fr"
],
"durationInMs": 14.455832000006922
}
} |
---|
14:32:05.628 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
231
],
"durationInMs": 1.1436550000216812
}
} |
---|
14:32:05.631 | 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": [
38,
"fr",
197,
"fr",
172,
"fr"
],
"durationInMs": 2.879414000082761
}
} |
---|
14:32:05.631 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
352,
185,
1063
],
"durationInMs": 2.8840840000193566
}
} |
---|
14:32:05.631 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
36,
177,
155
],
"durationInMs": 0.3344389999983832
}
} |
---|
14:32:05.684 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "tg",
"userId": "2366",
"userSlug": "ludivine-bockor"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "FIid4-QKDh5Eee9xpPgb",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=zLQE2cxgkGGpkJXwm55KAXBB1pfMkhRNipXRA63a; PHPSESSID=a19f0986a2825c54d652605699f68b60; goafrica-ad-id=6890a8438a2fe5.70104317",
"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": 190370,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=zLQE2cxgkGGpkJXwm55KAXBB1pfMkhRNipXRA63a; PHPSESSID=a19f0986a2825c54d652605699f68b60; goafrica-ad-id=6890a8438a2fe5.70104317",
"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/2366-ludivine-bockor",
"original": "https://www.goa.goafrica.syazen.cloud/tg/user/2366-ludivine-bockor",
"path": "/tg/user/2366-ludivine-bockor",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 269762560,
"memoryUsageHuman": "257.3 MiB",
"requestTimeInMs": 137
}
} |
---|