21:36:42.751 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ne",
"userId": "369574",
"userSlug": "hachimou-alio-maitre"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "HLReVLpp5Ea7hjXSONHe",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=D52vH3bFjoPk6fUXThy494kTBruGCO9PVnnSzFyd; goafrica-ad-id=6893ae6cc94948.80042438; PHPSESSID=fff3add6478e396acf83f5ae50bc1030",
"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/369574-hachimou-alio-maitre",
"original": "https://www.goa.goafrica.syazen.cloud/ne/user/369574-hachimou-alio-maitre",
"path": "/ne/user/369574-hachimou-alio-maitre",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 256061440,
"memoryUsageHuman": "244.2 MiB"
}
} |
---|
21:36:42.757 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.24988200003281236
}
} |
---|
21:36:42.759 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
369574
],
"durationInMs": 1.7841789999511093
}
} |
---|
21:36:42.763 | 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": [
369574
],
"durationInMs": 0.7889590000268072
}
} |
---|
21:36:42.763 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 5.839417000068352
}
} |
---|
21:36:42.764 | 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": 6.928339999867603
}
} |
---|
21:36:42.765 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
369574
],
"durationInMs": 2.1389850000850856
}
} |
---|
21:36:42.765 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
369574
],
"durationInMs": 2.1830259999260306
}
} |
---|
21:36:42.765 | 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": [
369574,
2
],
"durationInMs": 2.7975830000359565
}
} |
---|
21:36:42.765 | 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": [
369574,
369574,
369574,
1
],
"durationInMs": 3.059956999961287
}
} |
---|
21:36:42.766 | 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": [
369574
],
"durationInMs": 2.8666599998250604
}
} |
---|
21:36:42.766 | 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": [
369574
],
"durationInMs": 2.981853999895975
}
} |
---|
21:36:42.766 | 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": [
369574,
369574,
369574,
369574,
1,
1
],
"durationInMs": 3.4451099999714643
}
} |
---|
21:36:42.766 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
369574
],
"durationInMs": 2.8904039999470115
}
} |
---|
21:36:42.766 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
369574
],
"durationInMs": 2.9233249998651445
}
} |
---|
21:36:42.767 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
369574
],
"durationInMs": 2.0788330000359565
}
} |
---|
21:36:42.767 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
369574
],
"durationInMs": 2.0618020000401884
}
} |
---|
21:36:42.767 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
369574
],
"durationInMs": 1.8675229998771101
}
} |
---|
21:36:42.767 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
369574
],
"durationInMs": 2.084523999830708
}
} |
---|
21:36:42.768 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
369574
],
"durationInMs": 2.252234000014141
}
} |
---|
21:36:42.768 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
369574,
""
],
"durationInMs": 2.1755029999185354
}
} |
---|
21:36:42.768 | 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": [
766674
],
"durationInMs": 2.1052520000375807
}
} |
---|
21:36:42.768 | 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": [
766674
],
"durationInMs": 2.054188000038266
}
} |
---|
21:36:42.769 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_formation` where `id` in (?)",
"parameters": [
1905
],
"durationInMs": 1.7900100001133978
}
} |
---|
21:36:42.770 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_experience` where `id` in (?)",
"parameters": [
2008
],
"durationInMs": 2.142640999983996
}
} |
---|
21:36:42.770 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?)",
"parameters": [
18733
],
"durationInMs": 2.32148199994117
}
} |
---|
21:36:42.771 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
246909,
246050
],
"durationInMs": 4.837693999987096
}
} |
---|
21:36:42.771 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
766674
],
"durationInMs": 5.380679000169039
}
} |
---|
21:36:42.772 | 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": [
27105
],
"durationInMs": 2.4077620001044124
}
} |
---|
21:36:42.772 | 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": [
27105
],
"durationInMs": 2.5360089999157935
}
} |
---|
21:36:42.772 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
27105
],
"durationInMs": 3.016687999945134
}
} |
---|
21:36:42.773 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
24
],
"durationInMs": 3.2369050001725554
}
} |
---|
21:36:42.774 | 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": 4.463571999920532
}
} |
---|
21:36:42.774 | 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": 4.595988000044599
}
} |
---|
21:36:42.775 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
123
],
"durationInMs": 1.2654699999839067
}
} |
---|
21:36:42.775 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
466
],
"durationInMs": 2.3064139999914914
}
} |
---|
21:36:42.775 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
466,
"fr"
],
"durationInMs": 2.580019999993965
}
} |
---|
21:36:42.776 | 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": 2.9577280001249164
}
} |
---|
21:36:42.776 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
155
],
"durationInMs": 4.773695999989286
}
} |
---|
21:36:42.777 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
155,
"fr"
],
"durationInMs": 5.594262999948114
}
} |
---|
21:36:42.777 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
905
],
"durationInMs": 4.071486999979243
}
} |
---|
21:36:42.778 | 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.898399000056088
}
} |
---|
21:36:42.778 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
197,
"fr"
],
"durationInMs": 2.878131000092253
}
} |
---|
21:36:42.778 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
383
],
"durationInMs": 2.855017999885604
}
} |
---|
21:36:42.778 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
113
],
"durationInMs": 1.7798000001348555
}
} |
---|
21:36:42.778 | 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.1437349999323487
}
} |
---|
21:36:42.778 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
143
],
"durationInMs": 1.1166940000839531
}
} |
---|
21:36:42.779 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 0.879545999923721
}
} |
---|
21:36:42.779 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
177
],
"durationInMs": 0.8134029998909682
}
} |
---|
21:36:42.779 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
127
],
"durationInMs": 0.5006559998728335
}
} |
---|
21:36:42.795 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ne",
"userId": "369574",
"userSlug": "hachimou-alio-maitre"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "HLReVLpp5Ea7hjXSONHe",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=D52vH3bFjoPk6fUXThy494kTBruGCO9PVnnSzFyd; goafrica-ad-id=6893ae6cc94948.80042438; PHPSESSID=fff3add6478e396acf83f5ae50bc1030",
"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": 143022,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=D52vH3bFjoPk6fUXThy494kTBruGCO9PVnnSzFyd; goafrica-ad-id=6893ae6cc94948.80042438; PHPSESSID=fff3add6478e396acf83f5ae50bc1030",
"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/369574-hachimou-alio-maitre",
"original": "https://www.goa.goafrica.syazen.cloud/ne/user/369574-hachimou-alio-maitre",
"path": "/ne/user/369574-hachimou-alio-maitre",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 256565248,
"memoryUsageHuman": "244.7 MiB",
"requestTimeInMs": 43
}
} |
---|