Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/ci/user/59206-cynthia-aremou

Response:
200
IP:
216.73.216.18
Date:
9 août 2025 à 04:00:49
Total execution time:
296 ms
Token:
kxS5HWK8W9SRnigwV1Mi

Log Messages

Time Level Message Context
04:00:49.064
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "59206",
            "userSlug": "cynthia-aremou"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "kxS5HWK8W9SRnigwV1Mi",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=EeMjxSIguwW8GciaxaOgUgDdInXmZJspokpTMOdo; goafrica-ad-id=6896ab2c572218.79490630; PHPSESSID=5cef49dc5c009abfe36974560b19b858",
                "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/59206-cynthia-aremou",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/59206-cynthia-aremou",
        "path": "/ci/user/59206-cynthia-aremou",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 221880320,
        "memoryUsageHuman": "211.6 MiB"
    }
}
04:00:49.176
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 2.0540990000008605
    }
}
04:00:49.180
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 3.204595999995945
    }
}
04:00:49.182
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            59206
        ],
        "durationInMs": 7.347154999995837
    }
}
04:00:49.199
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": 25.31914800000959
    }
}
04:00:49.202
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            59206
        ],
        "durationInMs": 5.181100999994669
    }
}
04:00:49.202
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": [
            59206
        ],
        "durationInMs": 5.845288000011351
    }
}
04:00:49.211
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            59206
        ],
        "durationInMs": 8.757664000004297
    }
}
04:00:49.211
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            59206
        ],
        "durationInMs": 8.795994000014616
    }
}
04:00:49.213
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            59206
        ],
        "durationInMs": 11.695865999994567
    }
}
04:00:49.213
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            59206
        ],
        "durationInMs": 2.4459630000055768
    }
}
04:00:49.213
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            59206
        ],
        "durationInMs": 2.324499000009382
    }
}
04:00:49.214
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            59206,
            ""
        ],
        "durationInMs": 1.0586979999789037
    }
}
04:00:49.215
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.152261000010185
    }
}
04:00:49.216
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            59206
        ],
        "durationInMs": 2.0330989999929443
    }
}
04:00:49.217
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": [
            59206,
            2
        ],
        "durationInMs": 3.4772999999986496
    }
}
04:00:49.218
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            59206
        ],
        "durationInMs": 4.766685000009602
    }
}
04:00:49.218
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": 3.623810000019148
    }
}
04:00:49.219
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            241336,
            279768
        ],
        "durationInMs": 3.545596000010846
    }
}
04:00:49.220
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.914018000010401
    }
}
04:00:49.220
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": [
            59206
        ],
        "durationInMs": 6.150211999978637
    }
}
04:00:49.220
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            59206
        ],
        "durationInMs": 6.220762000011746
    }
}
04:00:49.221
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": [
            59206,
            59206,
            59206,
            1
        ],
        "durationInMs": 7.0677189999842085
    }
}
04:00:49.221
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": [
            59206
        ],
        "durationInMs": 6.922510000003967
    }
}
04:00:49.221
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": [
            59206,
            59206,
            59206,
            59206,
            1,
            1
        ],
        "durationInMs": 7.473117999994429
    }
}
04:00:49.222
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            113
        ],
        "durationInMs": 3.02282899999409
    }
}
04:00:49.222
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            112
        ],
        "durationInMs": 1.9772759999905247
    }
}
04:00:49.225
debug
kysely.query
{
    "kysely": {
        "sql": "with `followCount`(`countu`, `countc`, `target_user_id`, `target_company_id`) as (select count(distinct `following`.`target_company_id`) as `countc`, count(distinct `following`.`target_user_id`) as `countu`, `following`.`target_user_id`, `following`.`target_company_id` from `following` where `following`.`target_user_id` is not null group by `following`.`target_user_id`, `following`.`target_company_id`) select *, countc\n                + countu as `count` from `following` left join `followCount` on ((`following`.`target_user_id` is not null and `following`.`target_user_id` = `followCount`.`target_user_id`) or (`following`.`target_company_id` is not null and `following`.`target_company_id` = `followCount`.`target_company_id`)) where `author_id` = ? and (`following`.`target_company_id` is null or `following`.`target_company_id` not in (?, ?, ?, ?)) order by `count` desc limit ?",
        "parameters": [
            59206,
            394207,
            832397,
            359982,
            470240,
            4
        ],
        "durationInMs": 7.288477000023704
    }
}
04:00:49.227
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?)",
        "parameters": [
            121265,
            155401,
            27063,
            158682
        ],
        "durationInMs": 0.695475999993505
    }
}
04:00:49.229
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?) group by `author_id`",
        "parameters": [
            121265,
            155401,
            27063,
            158682
        ],
        "durationInMs": 1.74508700001752
    }
}
04:00:49.229
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": [
            121265,
            155401,
            27063,
            158682
        ],
        "durationInMs": 1.8842839999997523
    }
}
04:00:49.229
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            147656,
            275027,
            237045,
            242732
        ],
        "durationInMs": 0.7058350000006612
    }
}
04:00:49.231
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": [
            470240,
            359982,
            832397,
            394207
        ],
        "durationInMs": 4.136247999995248
    }
}
04:00:49.231
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": [
            121265,
            155401,
            27063,
            158682
        ],
        "durationInMs": 4.426504999981262
    }
}
04:00:49.233
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?)",
        "parameters": [
            470240,
            359982,
            832397,
            394207
        ],
        "durationInMs": 6.316860000020824
    }
}
04:00:49.234
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": [
            470240,
            359982,
            832397,
            394207
        ],
        "durationInMs": 7.211283999989973
    }
}
04:00:49.235
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            325,
            540,
            123
        ],
        "durationInMs": 6.176972000015667
    }
}
04:00:49.235
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where ((`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
        "parameters": [
            325,
            "fr",
            540,
            "fr"
        ],
        "durationInMs": 6.647671999991871
    }
}
04:00:49.235
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            142351,
            226140,
            271130,
            284455
        ],
        "durationInMs": 1.2984720000240486
    }
}
04:00:49.236
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            65,
            522,
            596,
            173
        ],
        "durationInMs": 1.6608009999908973
    }
}
04:00:49.236
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where ((`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
        "parameters": [
            65,
            "fr",
            522,
            "fr",
            596,
            "fr",
            173,
            "fr"
        ],
        "durationInMs": 2.2112689999921713
    }
}
04:00:49.236
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            308,
            "fr"
        ],
        "durationInMs": 1.6411339999758638
    }
}
04:00:49.237
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where ((`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
        "parameters": [
            49,
            "fr",
            160,
            "fr",
            265,
            "fr",
            172,
            "fr"
        ],
        "durationInMs": 0.8079339999821968
    }
}
04:00:49.237
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            59,
            425,
            476,
            1060
        ],
        "durationInMs": 0.7703340000007302
    }
}
04:00:49.237
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            284,
            438
        ],
        "durationInMs": 2.144696000003023
    }
}
04:00:49.237
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            46,
            147,
            231,
            155
        ],
        "durationInMs": 0.5342979999841191
    }
}
04:00:49.238
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            269
        ],
        "durationInMs": 1.0580860000045504
    }
}
04:00:49.354
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "59206",
            "userSlug": "cynthia-aremou"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "kxS5HWK8W9SRnigwV1Mi",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=EeMjxSIguwW8GciaxaOgUgDdInXmZJspokpTMOdo; goafrica-ad-id=6896ab2c572218.79490630; PHPSESSID=5cef49dc5c009abfe36974560b19b858",
                "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": 141762,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=EeMjxSIguwW8GciaxaOgUgDdInXmZJspokpTMOdo; goafrica-ad-id=6896ab2c572218.79490630; PHPSESSID=5cef49dc5c009abfe36974560b19b858",
                "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/59206-cynthia-aremou",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/59206-cynthia-aremou",
        "path": "/ci/user/59206-cynthia-aremou",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 274767872,
        "memoryUsageHuman": "262 MiB",
        "requestTimeInMs": 292
    }
}