Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/tg/user/391892-kossi-kouadjo

Response:
200
IP:
216.73.216.18
Date:
6 août 2025 à 01:04:07
Total execution time:
72 ms
Token:
hdSAwGKtBjKr0h56YFKL

Log Messages

Time Level Message Context
01:04:07.017
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "tg",
            "userId": "391892",
            "userSlug": "kossi-kouadjo"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "hdSAwGKtBjKr0h56YFKL",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=68928db162d773.65040898; PHPSESSID=f53bb648d01dee26ed96e4cc767287c2; GOAFRICA_NEXT_SESSION_ID=2rwKdc92UWdTyFQuGyY9fGdsZZEKM7B7kahDSOpo",
                "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/tg/user/391892-kossi-kouadjo",
        "original": "https://www.goa.goafrica.syazen.cloud/tg/user/391892-kossi-kouadjo",
        "path": "/tg/user/391892-kossi-kouadjo",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 276340736,
        "memoryUsageHuman": "263.5 MiB"
    }
}
01:04:07.024
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.2925409998279065
    }
}
01:04:07.027
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            391892
        ],
        "durationInMs": 3.197130999993533
    }
}
01:04:07.032
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": [
            391892
        ],
        "durationInMs": 1.0629949998110533
    }
}
01:04:07.032
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 7.852428000187501
    }
}
01:04:07.032
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "TG",
            true
        ],
        "durationInMs": 8.558122999966145
    }
}
01:04:07.033
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            391892
        ],
        "durationInMs": 2.166224000044167
    }
}
01:04:07.033
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": [
            391892,
            2
        ],
        "durationInMs": 2.201179000083357
    }
}
01:04:07.033
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            391892
        ],
        "durationInMs": 2.5363090001046658
    }
}
01:04:07.034
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": [
            391892,
            391892,
            391892,
            1
        ],
        "durationInMs": 3.3726449999958277
    }
}
01:04:07.034
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": [
            391892
        ],
        "durationInMs": 3.130747999995947
    }
}
01:04:07.035
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            391892
        ],
        "durationInMs": 2.75148699991405
    }
}
01:04:07.035
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            391892
        ],
        "durationInMs": 2.5728469998575747
    }
}
01:04:07.035
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            391892
        ],
        "durationInMs": 2.1287249999586493
    }
}
01:04:07.035
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            391892
        ],
        "durationInMs": 2.5422700000926852
    }
}
01:04:07.036
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            391892
        ],
        "durationInMs": 2.648206999991089
    }
}
01:04:07.036
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            391892
        ],
        "durationInMs": 2.047806000104174
    }
}
01:04:07.036
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            391892
        ],
        "durationInMs": 1.9387150001712143
    }
}
01:04:07.037
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": [
            391892,
            391892,
            391892,
            391892,
            1,
            1
        ],
        "durationInMs": 5.857699999818578
    }
}
01:04:07.037
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": [
            391892
        ],
        "durationInMs": 5.480683000059798
    }
}
01:04:07.037
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": 2.273542999988422
    }
}
01:04:07.037
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.4228499999735504
    }
}
01:04:07.038
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            282431,
            285868
        ],
        "durationInMs": 2.595168000087142
    }
}
01:04:07.038
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?, ?, ?, ?)",
        "parameters": [
            2475,
            2474,
            2473,
            2368
        ],
        "durationInMs": 1.8247740000952035
    }
}
01:04:07.038
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?, ?, ?)",
        "parameters": [
            2543,
            2542,
            2541
        ],
        "durationInMs": 2.3296169999521226
    }
}
01:04:07.039
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            391892,
            ""
        ],
        "durationInMs": 4.789404999930412
    }
}
01:04:07.040
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.96300800004974
    }
}
01:04:07.040
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            113
        ],
        "durationInMs": 3.1254779999144375
    }
}
01:04:07.041
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": [
            407
        ],
        "durationInMs": 3.2714380000252277
    }
}
01:04:07.042
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            407
        ],
        "durationInMs": 3.752517000073567
    }
}
01:04:07.043
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?)",
        "parameters": [
            24,
            5795
        ],
        "durationInMs": 4.167484999867156
    }
}
01:04:07.045
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": [
            407
        ],
        "durationInMs": 6.622944999951869
    }
}
01:04:07.045
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,
            5795
        ],
        "durationInMs": 6.07845800020732
    }
}
01:04:07.045
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            112
        ],
        "durationInMs": 5.0548760001547635
    }
}
01:04:07.046
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            123,
            569
        ],
        "durationInMs": 1.9039000000339001
    }
}
01:04:07.046
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            188
        ],
        "durationInMs": 3.590226999949664
    }
}
01:04:07.046
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            188,
            "fr"
        ],
        "durationInMs": 4.009062000084668
    }
}
01:04:07.047
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            569,
            "fr"
        ],
        "durationInMs": 2.929857000010088
    }
}
01:04:07.047
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            905,
            35553
        ],
        "durationInMs": 1.8875390000175685
    }
}
01:04:07.047
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_coordinate` where `id` in (?, ?)",
        "parameters": [
            129168,
            129169
        ],
        "durationInMs": 7.499744999920949
    }
}
01:04:07.047
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,
            5795
        ],
        "durationInMs": 8.373821999877691
    }
}
01:04:07.048
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_user_id` is null or `following`.`target_user_id` not in (?, ?, ?)) and (`following`.`target_company_id` is null or `following`.`target_company_id` not in (?)) order by `count` desc limit ?",
        "parameters": [
            391892,
            304664,
            980,
            102899,
            843266,
            4
        ],
        "durationInMs": 12.083440999966115
    }
}
01:04:07.049
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            260,
            "fr"
        ],
        "durationInMs": 2.9961890000849962
    }
}
01:04:07.049
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            183,
            "fr"
        ],
        "durationInMs": 2.9250980000942945
    }
}
01:04:07.049
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            169
        ],
        "durationInMs": 2.8688850000035018
    }
}
01:04:07.050
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            450
        ],
        "durationInMs": 2.8231699999887496
    }
}
01:04:07.050
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            358448,
            46594,
            46800,
            141770,
            102899,
            980,
            304664
        ],
        "durationInMs": 1.2175509999506176
    }
}
01:04:07.050
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?, ?, ?)",
        "parameters": [
            358448,
            46594,
            46800,
            141770,
            102899,
            980,
            304664
        ],
        "durationInMs": 1.5990260001271963
    }
}
01:04:07.051
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": [
            843266
        ],
        "durationInMs": 1.73414699989371
    }
}
01:04:07.051
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            229
        ],
        "durationInMs": 1.6511630001477897
    }
}
01:04:07.051
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            165
        ],
        "durationInMs": 1.5701339999213815
    }
}
01:04:07.054
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": [
            358448,
            46594,
            46800,
            141770,
            102899,
            980,
            304664
        ],
        "durationInMs": 5.07211699988693
    }
}
01:04:07.054
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": [
            358448,
            46594,
            46800,
            141770,
            102899,
            980,
            304664
        ],
        "durationInMs": 5.301050999900326
    }
}
01:04:07.054
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            843266
        ],
        "durationInMs": 5.6470709999557585
    }
}
01:04:07.055
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": [
            843266
        ],
        "durationInMs": 6.050095000071451
    }
}
01:04:07.055
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            285288
        ],
        "durationInMs": 0.25080400006845593
    }
}
01:04:07.055
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            360
        ],
        "durationInMs": 0.4782139998860657
    }
}
01:04:07.055
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            360,
            "fr"
        ],
        "durationInMs": 0.7993279998190701
    }
}
01:04:07.056
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            234715,
            237120,
            275630,
            96742,
            276110
        ],
        "durationInMs": 5.219870999921113
    }
}
01:04:07.056
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            151,
            126
        ],
        "durationInMs": 5.393392000114545
    }
}
01:04:07.056
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": [
            151,
            "fr",
            126,
            "fr"
        ],
        "durationInMs": 5.735594000201672
    }
}
01:04:07.056
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.3664969999808818
    }
}
01:04:07.057
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            312
        ],
        "durationInMs": 1.2957359999418259
    }
}
01:04:07.057
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": 0.7884070000145584
    }
}
01:04:07.057
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            269
        ],
        "durationInMs": 0.5204219999723136
    }
}
01:04:07.057
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            139,
            116
        ],
        "durationInMs": 0.9303599998820573
    }
}
01:04:07.058
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            127
        ],
        "durationInMs": 1.262574000051245
    }
}
01:04:07.089
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "tg",
            "userId": "391892",
            "userSlug": "kossi-kouadjo"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "hdSAwGKtBjKr0h56YFKL",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=68928db162d773.65040898; PHPSESSID=f53bb648d01dee26ed96e4cc767287c2; GOAFRICA_NEXT_SESSION_ID=2rwKdc92UWdTyFQuGyY9fGdsZZEKM7B7kahDSOpo",
                "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": 218280,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=68928db162d773.65040898; PHPSESSID=f53bb648d01dee26ed96e4cc767287c2; GOAFRICA_NEXT_SESSION_ID=2rwKdc92UWdTyFQuGyY9fGdsZZEKM7B7kahDSOpo",
                "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/tg/user/391892-kossi-kouadjo",
        "original": "https://www.goa.goafrica.syazen.cloud/tg/user/391892-kossi-kouadjo",
        "path": "/tg/user/391892-kossi-kouadjo",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 277098496,
        "memoryUsageHuman": "264.3 MiB",
        "requestTimeInMs": 72
    }
}