18:07:06.794 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "mr",
"userId": "379394",
"userSlug": "khadijetou-abdoulaye-ba"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "aNoyoAddC6ntVr6c1u6U",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=cc63ed3b7c7119bb32f3ceb6ce7e2753; goafrica-ad-id=68937d10500455.75054080; GOAFRICA_NEXT_SESSION_ID=pAe0hX1JYHfmmDJFxiWarz9PYcJvY9MUWzoO4ZkB",
"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/mr/user/379394-khadijetou-abdoulaye-ba",
"original": "https://www.goa.goafrica.syazen.cloud/mr/user/379394-khadijetou-abdoulaye-ba",
"path": "/mr/user/379394-khadijetou-abdoulaye-ba",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 262868992,
"memoryUsageHuman": "250.7 MiB"
}
} |
---|
18:07:06.799 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.2435699999332428
}
} |
---|
18:07:06.801 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
379394
],
"durationInMs": 1.7669369999784976
}
} |
---|
18:07:06.805 | 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": [
379394
],
"durationInMs": 1.2098270000424236
}
} |
---|
18:07:06.805 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 5.733089999994263
}
} |
---|
18:07:06.805 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"MR",
true
],
"durationInMs": 6.272997999796644
}
} |
---|
18:07:06.806 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
379394
],
"durationInMs": 2.013592999894172
}
} |
---|
18:07:06.806 | 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": [
379394,
379394,
379394,
379394,
1,
1
],
"durationInMs": 2.0994609999470413
}
} |
---|
18:07:06.806 | 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": [
379394,
379394,
379394,
1
],
"durationInMs": 2.2997020001057535
}
} |
---|
18:07:06.806 | 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": [
379394,
2
],
"durationInMs": 2.0058679999783635
}
} |
---|
18:07:06.806 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
379394
],
"durationInMs": 2.2930189999751747
}
} |
---|
18:07:06.807 | 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": [
379394
],
"durationInMs": 2.4383290000259876
}
} |
---|
18:07:06.807 | 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": [
379394
],
"durationInMs": 2.5428219998721033
}
} |
---|
18:07:06.807 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
379394
],
"durationInMs": 2.3322920000646263
}
} |
---|
18:07:06.807 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
379394
],
"durationInMs": 2.195378999924287
}
} |
---|
18:07:06.807 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
379394
],
"durationInMs": 1.9241779998410493
}
} |
---|
18:07:06.808 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
379394
],
"durationInMs": 1.8986410000361502
}
} |
---|
18:07:06.808 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
379394
],
"durationInMs": 1.8682750000152737
}
} |
---|
18:07:06.808 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
379394
],
"durationInMs": 1.8111189999617636
}
} |
---|
18:07:06.808 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
379394
],
"durationInMs": 1.9881460000760853
}
} |
---|
18:07:06.808 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
379394,
""
],
"durationInMs": 1.519378999946639
}
} |
---|
18:07:06.808 | 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,
533,
1
],
"durationInMs": 1.4662310001440346
}
} |
---|
18:07:06.810 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
253084
],
"durationInMs": 3.1917210000101477
}
} |
---|
18:07:06.811 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?)",
"parameters": [
291407,
290713,
290936,
368226
],
"durationInMs": 3.473422000184655
}
} |
---|
18:07:06.811 | 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": [
291407,
290713,
290936,
368226
],
"durationInMs": 3.8156950001139194
}
} |
---|
18:07:06.811 | 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": [
291407,
290713,
290936,
368226
],
"durationInMs": 3.836011999985203
}
} |
---|
18:07:06.812 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?)",
"parameters": [
19529
],
"durationInMs": 3.640231000026688
}
} |
---|
18:07:06.812 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
138,
"fr"
],
"durationInMs": 3.409973999951035
}
} |
---|
18:07:06.812 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
533,
"fr"
],
"durationInMs": 5.1367369999643415
}
} |
---|
18:07:06.813 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
"parameters": [
360,
140,
154,
190
],
"durationInMs": 1.5206710000056773
}
} |
---|
18:07:06.813 | 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` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
360,
"fr",
140,
"fr",
154,
"fr",
190,
"fr"
],
"durationInMs": 1.923426000168547
}
} |
---|
18:07:06.813 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
127
],
"durationInMs": 1.3056339998729527
}
} |
---|
18:07:06.814 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
433
],
"durationInMs": 1.2054389999248087
}
} |
---|
18:07:06.814 | 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": [
308,
"fr",
183,
"fr"
],
"durationInMs": 0.8992129999678582
}
} |
---|
18:07:06.814 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
"parameters": [
312,
129,
142,
170
],
"durationInMs": 0.8715920001268387
}
} |
---|
18:07:06.814 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
269,
165
],
"durationInMs": 0.36159899993799627
}
} |
---|
18:07:06.829 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "mr",
"userId": "379394",
"userSlug": "khadijetou-abdoulaye-ba"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "aNoyoAddC6ntVr6c1u6U",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=cc63ed3b7c7119bb32f3ceb6ce7e2753; goafrica-ad-id=68937d10500455.75054080; GOAFRICA_NEXT_SESSION_ID=pAe0hX1JYHfmmDJFxiWarz9PYcJvY9MUWzoO4ZkB",
"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": 138222,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=cc63ed3b7c7119bb32f3ceb6ce7e2753; goafrica-ad-id=68937d10500455.75054080; GOAFRICA_NEXT_SESSION_ID=pAe0hX1JYHfmmDJFxiWarz9PYcJvY9MUWzoO4ZkB",
"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/mr/user/379394-khadijetou-abdoulaye-ba",
"original": "https://www.goa.goafrica.syazen.cloud/mr/user/379394-khadijetou-abdoulaye-ba",
"path": "/mr/user/379394-khadijetou-abdoulaye-ba",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 264638464,
"memoryUsageHuman": "252.4 MiB",
"requestTimeInMs": 35
}
} |
---|