13:27:39.629 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "tg",
"userId": "182912",
"userSlug": "olivia-anonwodji"
},
"clientAddress": "216.73.216.40",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "l31mA3ir0vad-p6MPIae",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=XjRH3bpRTYMUpPxJxIqfFPcp7e6TrzKgzGsYrUWk; goafrica-ad-id=689f19a6d86164.10445612; PHPSESSID=b306c4c1eca0bd94da9cd6bc7ca9924b",
"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.40",
"x-real-ip": "216.73.216.40",
"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/182912-olivia-anonwodji",
"original": "https://www.goa.goafrica.syazen.cloud/tg/user/182912-olivia-anonwodji",
"path": "/tg/user/182912-olivia-anonwodji",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 276373504,
"memoryUsageHuman": "263.6 MiB"
}
} |
---|
13:27:39.634 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.22099900245666504
}
} |
---|
13:27:39.636 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
182912
],
"durationInMs": 1.708568997681141
}
} |
---|
13:27:39.639 | 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": [
182912
],
"durationInMs": 0.9947389997541904
}
} |
---|
13:27:39.640 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 5.115459002554417
}
} |
---|
13:27:39.640 | 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": 6.016584999859333
}
} |
---|
13:27:39.641 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
182912
],
"durationInMs": 2.0927699990570545
}
} |
---|
13:27:39.641 | 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": [
182912,
182912,
182912,
1
],
"durationInMs": 2.546748999506235
}
} |
---|
13:27:39.641 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
182912
],
"durationInMs": 2.7163420021533966
}
} |
---|
13:27:39.641 | 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": [
182912,
2
],
"durationInMs": 2.7574589997529984
}
} |
---|
13:27:39.641 | 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": [
182912
],
"durationInMs": 2.5851199999451637
}
} |
---|
13:27:39.642 | 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": [
182912
],
"durationInMs": 2.6553100012242794
}
} |
---|
13:27:39.642 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
182912
],
"durationInMs": 2.2592279985547066
}
} |
---|
13:27:39.642 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
182912
],
"durationInMs": 1.740387998521328
}
} |
---|
13:27:39.642 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
182912
],
"durationInMs": 1.4608209989964962
}
} |
---|
13:27:39.642 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
182912
],
"durationInMs": 1.189419001340866
}
} |
---|
13:27:39.643 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
182912
],
"durationInMs": 1.4436200000345707
}
} |
---|
13:27:39.643 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
182912
],
"durationInMs": 1.6974290013313293
}
} |
---|
13:27:39.643 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
182912
],
"durationInMs": 1.994268000125885
}
} |
---|
13:27:39.644 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
182912,
""
],
"durationInMs": 2.049329999834299
}
} |
---|
13:27:39.644 | 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": [
182912,
182912,
182912,
182912,
1,
1
],
"durationInMs": 5.743601001799107
}
} |
---|
13:27:39.644 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
506,
"fr"
],
"durationInMs": 2.660259000957012
}
} |
---|
13:27:39.645 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
148446,
148447
],
"durationInMs": 2.8152860030531883
}
} |
---|
13:27:39.646 | 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": [
4976
],
"durationInMs": 3.110921997576952
}
} |
---|
13:27:39.646 | 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": [
4976
],
"durationInMs": 2.8384380005300045
}
} |
---|
13:27:39.646 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_formation` where `id` in (?, ?, ?, ?)",
"parameters": [
508,
507,
506,
505
],
"durationInMs": 2.5410789996385574
}
} |
---|
13:27:39.646 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_experience` where `id` in (?)",
"parameters": [
451
],
"durationInMs": 2.9381920024752617
}
} |
---|
13:27:39.647 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?, ?, ?, ?)",
"parameters": [
1358,
1359,
1360,
1361
],
"durationInMs": 3.2772300019860268
}
} |
---|
13:27:39.647 | 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,
506,
1
],
"durationInMs": 5.497214999049902
}
} |
---|
13:27:39.647 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
415
],
"durationInMs": 2.860860001295805
}
} |
---|
13:27:39.648 | 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": [
105708
],
"durationInMs": 0.8582470007240772
}
} |
---|
13:27:39.648 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
4976
],
"durationInMs": 5.648243997246027
}
} |
---|
13:27:39.648 | 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": [
365736
],
"durationInMs": 1.735529001802206
}
} |
---|
13:27:39.648 | 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": [
365736
],
"durationInMs": 1.8438300006091595
}
} |
---|
13:27:39.648 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
365736
],
"durationInMs": 2.212481003254652
}
} |
---|
13:27:39.649 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
105708
],
"durationInMs": 2.2249039970338345
}
} |
---|
13:27:39.650 | 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": [
105708
],
"durationInMs": 3.212609998881817
}
} |
---|
13:27:39.650 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
23947
],
"durationInMs": 2.130358997732401
}
} |
---|
13:27:39.650 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
225
],
"durationInMs": 2.297196999192238
}
} |
---|
13:27:39.650 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
225,
"fr"
],
"durationInMs": 2.5537509992718697
}
} |
---|
13:27:39.651 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
342
],
"durationInMs": 1.5513189993798733
}
} |
---|
13:27:39.651 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
140
],
"durationInMs": 2.207251001149416
}
} |
---|
13:27:39.651 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
140,
"fr"
],
"durationInMs": 2.4588360004127026
}
} |
---|
13:27:39.651 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
342,
"fr"
],
"durationInMs": 2.177606999874115
}
} |
---|
13:27:39.651 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
85,
"fr"
],
"durationInMs": 4.115901000797749
}
} |
---|
13:27:39.652 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
220,
"fr"
],
"durationInMs": 1.2887340001761913
}
} |
---|
13:27:39.652 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
201
],
"durationInMs": 1.2812299989163876
}
} |
---|
13:27:39.652 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
260,
"fr"
],
"durationInMs": 1.232880000025034
}
} |
---|
13:27:39.652 | 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": 1.2484179995954037
}
} |
---|
13:27:39.652 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
129
],
"durationInMs": 1.2548200003802776
}
} |
---|
13:27:39.652 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
300
],
"durationInMs": 1.1832869984209538
}
} |
---|
13:27:39.653 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
196
],
"durationInMs": 0.8810290023684502
}
} |
---|
13:27:39.653 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
229
],
"durationInMs": 0.6932209990918636
}
} |
---|
13:27:39.653 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
127
],
"durationInMs": 0.6225510016083717
}
} |
---|
13:27:39.653 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
77
],
"durationInMs": 1.4740860015153885
}
} |
---|
13:27:39.670 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "tg",
"userId": "182912",
"userSlug": "olivia-anonwodji"
},
"clientAddress": "216.73.216.40",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "l31mA3ir0vad-p6MPIae",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=XjRH3bpRTYMUpPxJxIqfFPcp7e6TrzKgzGsYrUWk; goafrica-ad-id=689f19a6d86164.10445612; PHPSESSID=b306c4c1eca0bd94da9cd6bc7ca9924b",
"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.40",
"x-real-ip": "216.73.216.40",
"x-scheme": "https"
}
},
"response": {
"bytes": 199002,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=XjRH3bpRTYMUpPxJxIqfFPcp7e6TrzKgzGsYrUWk; goafrica-ad-id=689f19a6d86164.10445612; PHPSESSID=b306c4c1eca0bd94da9cd6bc7ca9924b",
"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.40",
"x-real-ip": "216.73.216.40",
"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/182912-olivia-anonwodji",
"original": "https://www.goa.goafrica.syazen.cloud/tg/user/182912-olivia-anonwodji",
"path": "/tg/user/182912-olivia-anonwodji",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 280698880,
"memoryUsageHuman": "267.7 MiB",
"requestTimeInMs": 41
}
} |
---|