01:29:19.653 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ci",
"userId": "411110",
"userSlug": "franck-magaret-blo"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "PUlotjp1T9lYosKaF46U",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=EPSzD4NVA4BiG4FjAfzx4eU53NgkWY1UPvUKV1ig; goafrica-ad-id=6893e4ce10af72.25017111; PHPSESSID=1117be026e28732a4b9730aafcbadb7b",
"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/ci/user/411110-franck-magaret-blo",
"original": "https://www.goa.goafrica.syazen.cloud/ci/user/411110-franck-magaret-blo",
"path": "/ci/user/411110-franck-magaret-blo",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 406089728,
"memoryUsageHuman": "387.3 MiB"
}
} |
---|
01:29:19.659 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.6407349999062717
}
} |
---|
01:29:19.659 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"CI",
true
],
"durationInMs": 0.818684000056237
}
} |
---|
01:29:19.659 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.26138299982994795
}
} |
---|
01:29:19.661 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
411110
],
"durationInMs": 3.1477299998514354
}
} |
---|
01:29:19.665 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
411110
],
"durationInMs": 0.8623739997856319
}
} |
---|
01:29:19.665 | 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": [
411110
],
"durationInMs": 1.0988809997215867
}
} |
---|
01:29:19.665 | 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": [
411110,
2
],
"durationInMs": 1.0407239999622107
}
} |
---|
01:29:19.665 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
411110
],
"durationInMs": 1.2178119998425245
}
} |
---|
01:29:19.666 | 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": [
411110,
411110,
411110,
1
],
"durationInMs": 1.6136030000634491
}
} |
---|
01:29:19.666 | 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": [
411110
],
"durationInMs": 1.3662459999322891
}
} |
---|
01:29:19.666 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
411110
],
"durationInMs": 1.4313570000231266
}
} |
---|
01:29:19.666 | 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": [
411110,
411110,
411110,
411110,
1,
1
],
"durationInMs": 1.9909210000187159
}
} |
---|
01:29:19.666 | 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": [
411110
],
"durationInMs": 1.8017819998785853
}
} |
---|
01:29:19.666 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
411110
],
"durationInMs": 1.390089999884367
}
} |
---|
01:29:19.667 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
411110
],
"durationInMs": 1.4176810001954436
}
} |
---|
01:29:19.667 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
411110
],
"durationInMs": 1.499561999924481
}
} |
---|
01:29:19.667 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
411110
],
"durationInMs": 1.3915329999290407
}
} |
---|
01:29:19.667 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
411110
],
"durationInMs": 1.430806000251323
}
} |
---|
01:29:19.667 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
411110,
""
],
"durationInMs": 1.4119700002484024
}
} |
---|
01:29:19.668 | 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,
123,
1
],
"durationInMs": 1.4878000002354383
}
} |
---|
01:29:19.668 | 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.0273189996369183
}
} |
---|
01:29:19.668 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
411110
],
"durationInMs": 3.8836010000668466
}
} |
---|
01:29:19.669 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?)",
"parameters": [
588502,
43508
],
"durationInMs": 2.962456999812275
}
} |
---|
01:29:19.670 | 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": [
588502,
43508
],
"durationInMs": 3.0252130003646016
}
} |
---|
01:29:19.670 | 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": [
588502,
43508
],
"durationInMs": 2.9460170003585517
}
} |
---|
01:29:19.670 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_formation` where `id` in (?, ?)",
"parameters": [
2437,
2438
],
"durationInMs": 2.8626120002008975
}
} |
---|
01:29:19.670 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_experience` where `id` in (?, ?)",
"parameters": [
2545,
2544
],
"durationInMs": 2.9468990000896156
}
} |
---|
01:29:19.671 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?, ?)",
"parameters": [
21631,
21632
],
"durationInMs": 3.194126000162214
}
} |
---|
01:29:19.671 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_coordinate` where `id` in (?)",
"parameters": [
129269
],
"durationInMs": 2.7085790000855923
}
} |
---|
01:29:19.671 | 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.6001680004410446
}
} |
---|
01:29:19.671 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
113
],
"durationInMs": 2.684954999946058
}
} |
---|
01:29:19.671 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
281570
],
"durationInMs": 5.029540000017732
}
} |
---|
01:29:19.672 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
123
],
"durationInMs": 2.370343000162393
}
} |
---|
01:29:19.672 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
175775,
179666
],
"durationInMs": 2.415686999913305
}
} |
---|
01:29:19.672 | 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": [
29251
],
"durationInMs": 1.7833979995921254
}
} |
---|
01:29:19.672 | 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": [
29251
],
"durationInMs": 1.8916079998016357
}
} |
---|
01:29:19.673 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
29251
],
"durationInMs": 2.2388289999216795
}
} |
---|
01:29:19.673 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 2.053497000131756
}
} |
---|
01:29:19.674 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
7379
],
"durationInMs": 0.55305300001055
}
} |
---|
01:29:19.674 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
254
],
"durationInMs": 0.6995439999736845
}
} |
---|
01:29:19.674 | 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": 0.963381000328809
}
} |
---|
01:29:19.674 | 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.3043630002066493
}
} |
---|
01:29:19.674 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
223
],
"durationInMs": 0.300586000084877
}
} |
---|
01:29:19.674 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
221
],
"durationInMs": 0.22635899996384978
}
} |
---|
01:29:19.691 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ci",
"userId": "411110",
"userSlug": "franck-magaret-blo"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "PUlotjp1T9lYosKaF46U",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=EPSzD4NVA4BiG4FjAfzx4eU53NgkWY1UPvUKV1ig; goafrica-ad-id=6893e4ce10af72.25017111; PHPSESSID=1117be026e28732a4b9730aafcbadb7b",
"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": 172653,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=EPSzD4NVA4BiG4FjAfzx4eU53NgkWY1UPvUKV1ig; goafrica-ad-id=6893e4ce10af72.25017111; PHPSESSID=1117be026e28732a4b9730aafcbadb7b",
"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/ci/user/411110-franck-magaret-blo",
"original": "https://www.goa.goafrica.syazen.cloud/ci/user/411110-franck-magaret-blo",
"path": "/ci/user/411110-franck-magaret-blo",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 406679552,
"memoryUsageHuman": "387.8 MiB",
"requestTimeInMs": 38
}
} |
---|