05:28:47.190 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ma",
"userId": "357980",
"userSlug": "mustapha-hadar"
},
"clientAddress": "216.73.216.162",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "wdAigEdZYEu1MhxF0pxh",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=ySisTvHo9MLEtdEYEqXFoJKEDwMiCWmdwHv4RqUz; PHPSESSID=44ecdf38e661e91aac36bda164769374; goafrica-ad-id=689c0669f40b48.28164674",
"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.162",
"x-real-ip": "216.73.216.162",
"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/ma/user/357980-mustapha-hadar",
"original": "https://www.goa.goafrica.syazen.cloud/ma/user/357980-mustapha-hadar",
"path": "/ma/user/357980-mustapha-hadar",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 400224256,
"memoryUsageHuman": "381.7 MiB"
}
} |
---|
05:28:47.195 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.624634999781847
}
} |
---|
05:28:47.196 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
357980
],
"durationInMs": 1.4956450015306473
}
} |
---|
05:28:47.200 | 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": [
357980
],
"durationInMs": 0.6834739968180656
}
} |
---|
05:28:47.200 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 4.911040998995304
}
} |
---|
05:28:47.200 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"MA",
true
],
"durationInMs": 5.337829999625683
}
} |
---|
05:28:47.200 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
357980
],
"durationInMs": 1.3441959992051125
}
} |
---|
05:28:47.200 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
357980
],
"durationInMs": 1.3720169998705387
}
} |
---|
05:28:47.201 | 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": [
357980,
2
],
"durationInMs": 1.454840000718832
}
} |
---|
05:28:47.201 | 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": [
357980,
357980,
357980,
1
],
"durationInMs": 1.6296840012073517
}
} |
---|
05:28:47.201 | 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": [
357980,
357980,
357980,
357980,
1,
1
],
"durationInMs": 1.704270999878645
}
} |
---|
05:28:47.201 | 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": [
357980
],
"durationInMs": 1.49736899882555
}
} |
---|
05:28:47.201 | 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": [
357980
],
"durationInMs": 1.5544340014457703
}
} |
---|
05:28:47.201 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
357980
],
"durationInMs": 1.3750420026481152
}
} |
---|
05:28:47.201 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
357980
],
"durationInMs": 1.2133129984140396
}
} |
---|
05:28:47.201 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
357980
],
"durationInMs": 0.9312420003116131
}
} |
---|
05:28:47.201 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
357980
],
"durationInMs": 0.8600400015711784
}
} |
---|
05:28:47.201 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
357980
],
"durationInMs": 0.8146260008215904
}
} |
---|
05:28:47.201 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
357980
],
"durationInMs": 0.7637719996273518
}
} |
---|
05:28:47.201 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
357980
],
"durationInMs": 0.7141709998250008
}
} |
---|
05:28:47.201 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
357980,
""
],
"durationInMs": 0.6632569991052151
}
} |
---|
05:28:47.202 | 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,
254,
1
],
"durationInMs": 0.8868000023066998
}
} |
---|
05:28:47.202 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
254,
"fr"
],
"durationInMs": 1.0023330003023148
}
} |
---|
05:28:47.202 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
252,
"fr"
],
"durationInMs": 0.2862289994955063
}
} |
---|
05:28:47.203 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
221
],
"durationInMs": 0.4280419982969761
}
} |
---|
05:28:47.203 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
223
],
"durationInMs": 0.7250210009515285
}
} |
---|
05:28:47.211 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ma",
"userId": "357980",
"userSlug": "mustapha-hadar"
},
"clientAddress": "216.73.216.162",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "wdAigEdZYEu1MhxF0pxh",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=ySisTvHo9MLEtdEYEqXFoJKEDwMiCWmdwHv4RqUz; PHPSESSID=44ecdf38e661e91aac36bda164769374; goafrica-ad-id=689c0669f40b48.28164674",
"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.162",
"x-real-ip": "216.73.216.162",
"x-scheme": "https"
}
},
"response": {
"bytes": 125856,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=ySisTvHo9MLEtdEYEqXFoJKEDwMiCWmdwHv4RqUz; PHPSESSID=44ecdf38e661e91aac36bda164769374; goafrica-ad-id=689c0669f40b48.28164674",
"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.162",
"x-real-ip": "216.73.216.162",
"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/ma/user/357980-mustapha-hadar",
"original": "https://www.goa.goafrica.syazen.cloud/ma/user/357980-mustapha-hadar",
"path": "/ma/user/357980-mustapha-hadar",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 400420864,
"memoryUsageHuman": "381.9 MiB",
"requestTimeInMs": 21
}
} |
---|