01:30:40.339 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ne",
"userId": "189172",
"userSlug": "fatoulaye-abdou-sina"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "5L5Y7SGJw_mSWItTB4Le",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=a63f0ce5daf0730d51c82ba337664516; goafrica-ad-id=689293f853e786.18428712; GOAFRICA_NEXT_SESSION_ID=ZgsVJpMFQRbFmBmxjS99rwCyTO58PLcI5wSTbI6F",
"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/ne/user/189172-fatoulaye-abdou-sina",
"original": "https://www.goa.goafrica.syazen.cloud/ne/user/189172-fatoulaye-abdou-sina",
"path": "/ne/user/189172-fatoulaye-abdou-sina",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 209330176,
"memoryUsageHuman": "199.6 MiB"
}
} |
---|
01:30:40.463 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 2.6625329999951646
}
} |
---|
01:30:40.470 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 5.8535029999911785
}
} |
---|
01:30:40.472 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
189172
],
"durationInMs": 11.09811899997294
}
} |
---|
01:30:40.491 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"NE",
true
],
"durationInMs": 30.97652199998265
}
} |
---|
01:30:40.503 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
189172
],
"durationInMs": 15.189063999976497
}
} |
---|
01:30:40.504 | 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": [
189172
],
"durationInMs": 16.103082999994513
}
} |
---|
01:30:40.505 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
189172
],
"durationInMs": 1.4942230000160635
}
} |
---|
01:30:40.506 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
189172
],
"durationInMs": 1.385400999977719
}
} |
---|
01:30:40.508 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
189172
],
"durationInMs": 11.777153999952134
}
} |
---|
01:30:40.508 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
189172
],
"durationInMs": 2.579628999985289
}
} |
---|
01:30:40.508 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
189172
],
"durationInMs": 2.601208999985829
}
} |
---|
01:30:40.510 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
189172,
""
],
"durationInMs": 2.011228999996092
}
} |
---|
01:30:40.511 | 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,
610,
1
],
"durationInMs": 1.9831470000208355
}
} |
---|
01:30:40.512 | 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": [
189172,
189172,
189172,
1
],
"durationInMs": 2.6920069999760017
}
} |
---|
01:30:40.512 | 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": [
189172,
189172,
189172,
189172,
1,
1
],
"durationInMs": 2.9522090000100434
}
} |
---|
01:30:40.513 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
189172
],
"durationInMs": 3.180240000016056
}
} |
---|
01:30:40.515 | 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": [
189172,
2
],
"durationInMs": 5.359800000034738
}
} |
---|
01:30:40.517 | 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": [
189172
],
"durationInMs": 7.146584000030998
}
} |
---|
01:30:40.517 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
189172
],
"durationInMs": 9.265381000004709
}
} |
---|
01:30:40.518 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
610,
"fr"
],
"durationInMs": 6.9329279999947175
}
} |
---|
01:30:40.519 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
279375
],
"durationInMs": 6.997346999996807
}
} |
---|
01:30:40.519 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?)",
"parameters": [
1936
],
"durationInMs": 7.3071400000480935
}
} |
---|
01:30:40.520 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_coordinate` where `id` in (?, ?, ?)",
"parameters": [
127650,
127651,
127658
],
"durationInMs": 7.547545000037644
}
} |
---|
01:30:40.520 | 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": 5.726587999961339
}
} |
---|
01:30:40.521 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?)",
"parameters": [
343372,
237121,
356585,
373621
],
"durationInMs": 4.336237000010442
}
} |
---|
01:30:40.522 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?) group by `author_id`",
"parameters": [
343372,
237121,
356585,
373621
],
"durationInMs": 4.922180000052322
}
} |
---|
01:30:40.522 | 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": [
189172
],
"durationInMs": 12.350936000002548
}
} |
---|
01:30:40.522 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
189172
],
"durationInMs": 12.521690999972634
}
} |
---|
01:30:40.523 | 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": [
343372,
237121,
356585,
373621
],
"durationInMs": 4.664032999949995
}
} |
---|
01:30:40.524 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?)",
"parameters": [
577228,
111547,
360241,
575587
],
"durationInMs": 5.261919000011403
}
} |
---|
01:30:40.525 | 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": [
577228,
111547,
360241,
575587
],
"durationInMs": 5.722419999947306
}
} |
---|
01:30:40.526 | 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": [
577228,
111547,
360241,
575587
],
"durationInMs": 5.494408999977168
}
} |
---|
01:30:40.526 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
412
],
"durationInMs": 5.362605000031181
}
} |
---|
01:30:40.526 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
412
],
"durationInMs": 4.376191999996081
}
} |
---|
01:30:40.526 | 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": [
412
],
"durationInMs": 4.224992000032216
}
} |
---|
01:30:40.526 | 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": [
412
],
"durationInMs": 4.192611000034958
}
} |
---|
01:30:40.529 | 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": [
343372,
237121,
356585,
373621
],
"durationInMs": 12.333554000011645
}
} |
---|
01:30:40.530 | 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": [
412
],
"durationInMs": 7.046918999985792
}
} |
---|
01:30:40.530 | 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": [
412
],
"durationInMs": 5.430740999989212
}
} |
---|
01:30:40.531 | 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": [
412
],
"durationInMs": 5.336987999966368
}
} |
---|
01:30:40.531 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
490
],
"durationInMs": 5.459673999983352
}
} |
---|
01:30:40.532 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
77
],
"durationInMs": 5.685132000013255
}
} |
---|
01:30:40.532 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
485,
"fr"
],
"durationInMs": 5.761401999974623
}
} |
---|
01:30:40.532 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
485
],
"durationInMs": 6.076935999968555
}
} |
---|
01:30:40.533 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
151833
],
"durationInMs": 6.277266999997664
}
} |
---|
01:30:40.533 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
412
],
"durationInMs": 10.375694000045769
}
} |
---|
01:30:40.535 | 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": [
412,
null,
null
],
"durationInMs": 4.7887639999971725
}
} |
---|
01:30:40.535 | 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": [
412,
null,
null
],
"durationInMs": 4.911079999990761
}
} |
---|
01:30:40.536 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
"parameters": [
279451,
279452,
279453,
279454,
279455,
279456,
279457,
279458,
279459,
279460,
279461,
279462,
279463,
279464,
279465,
279466,
279467,
279475,
279489,
279478,
279474,
279485,
279472,
279479,
279482,
279488,
279490,
279477,
279470,
279473,
279476,
279480,
279481,
279484,
279487,
279469,
279491,
279483,
279486,
279468,
279471
],
"durationInMs": 5.169256999972276
}
} |
---|
01:30:40.539 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
398
],
"durationInMs": 7.232591999985743
}
} |
---|
01:30:40.540 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
610
],
"durationInMs": 4.878659999987576
}
} |
---|
01:30:40.540 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
189172
],
"durationInMs": 5.408308999962173
}
} |
---|
01:30:40.540 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
"parameters": [
129286,
28071,
10323,
217003
],
"durationInMs": 10.46868499997072
}
} |
---|
01:30:40.730 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ne",
"userId": "189172",
"userSlug": "fatoulaye-abdou-sina"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "5L5Y7SGJw_mSWItTB4Le",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=a63f0ce5daf0730d51c82ba337664516; goafrica-ad-id=689293f853e786.18428712; GOAFRICA_NEXT_SESSION_ID=ZgsVJpMFQRbFmBmxjS99rwCyTO58PLcI5wSTbI6F",
"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": 191227,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=a63f0ce5daf0730d51c82ba337664516; goafrica-ad-id=689293f853e786.18428712; GOAFRICA_NEXT_SESSION_ID=ZgsVJpMFQRbFmBmxjS99rwCyTO58PLcI5wSTbI6F",
"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/ne/user/189172-fatoulaye-abdou-sina",
"original": "https://www.goa.goafrica.syazen.cloud/ne/user/189172-fatoulaye-abdou-sina",
"path": "/ne/user/189172-fatoulaye-abdou-sina",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 287150080,
"memoryUsageHuman": "273.8 MiB",
"requestTimeInMs": 393
}
} |
---|