Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/us/user/141111-patrick-epou

Response:
200
IP:
216.73.216.18
Date:
10 août 2025 à 03:49:55
Total execution time:
57 ms
Token:
z04qgFiAXIE51wjV6Kmx

Log Messages

Time Level Message Context
03:49:55.243
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "us",
            "userId": "141111",
            "userSlug": "patrick-epou"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "z04qgFiAXIE51wjV6Kmx",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=6897fa8e468ee9.59257377; PHPSESSID=5a1881688ffc0ad008f92bd7a4e1ec91; GOAFRICA_NEXT_SESSION_ID=xa9mpyZXif10UV3hfweqoYhRz6oq571uIDoTD7Iw",
                "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/us/user/141111-patrick-epou",
        "original": "https://www.goa.goafrica.syazen.cloud/us/user/141111-patrick-epou",
        "path": "/us/user/141111-patrick-epou",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 292044800,
        "memoryUsageHuman": "278.5 MiB"
    }
}
03:49:55.248
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.24424100015312433
    }
}
03:49:55.250
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            141111
        ],
        "durationInMs": 1.7138780001550913
    }
}
03:49:55.253
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": [
            141111
        ],
        "durationInMs": 0.9789900002069771
    }
}
03:49:55.253
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 4.731325999833643
    }
}
03:49:55.253
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "US",
            true
        ],
        "durationInMs": 5.300326999742538
    }
}
03:49:55.254
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            141111
        ],
        "durationInMs": 1.7880859998986125
    }
}
03:49:55.254
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            141111
        ],
        "durationInMs": 1.92037900025025
    }
}
03:49:55.254
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": [
            141111,
            2
        ],
        "durationInMs": 2.372094999998808
    }
}
03:49:55.255
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": [
            141111,
            141111,
            141111,
            1
        ],
        "durationInMs": 3.1407759999856353
    }
}
03:49:55.255
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": [
            141111
        ],
        "durationInMs": 2.842865000013262
    }
}
03:49:55.255
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": [
            141111
        ],
        "durationInMs": 3.0548669998534024
    }
}
03:49:55.256
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            141111
        ],
        "durationInMs": 2.6514510000124574
    }
}
03:49:55.256
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            141111
        ],
        "durationInMs": 2.4838709998875856
    }
}
03:49:55.256
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            141111
        ],
        "durationInMs": 2.227486999705434
    }
}
03:49:55.256
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            141111
        ],
        "durationInMs": 2.211587999947369
    }
}
03:49:55.256
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            141111
        ],
        "durationInMs": 1.866880000103265
    }
}
03:49:55.256
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            141111
        ],
        "durationInMs": 1.3973730001598597
    }
}
03:49:55.257
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            141111
        ],
        "durationInMs": 1.4299430004321039
    }
}
03:49:55.257
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            141111,
            ""
        ],
        "durationInMs": 1.4133219998329878
    }
}
03:49:55.259
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": [
            141111,
            141111,
            141111,
            141111,
            1,
            1
        ],
        "durationInMs": 6.8157290001399815
    }
}
03:49:55.259
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            697,
            "fr"
        ],
        "durationInMs": 3.4288679999299347
    }
}
03:49:55.259
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            226129
        ],
        "durationInMs": 3.554620999842882
    }
}
03:49:55.260
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?)",
        "parameters": [
            315942,
            334321,
            348569,
            347978
        ],
        "durationInMs": 3.7650390001945198
    }
}
03:49:55.260
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?) group by `author_id`",
        "parameters": [
            315942,
            334321,
            348569,
            347978
        ],
        "durationInMs": 3.9292530003003776
    }
}
03:49:55.260
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": [
            315942,
            334321,
            348569,
            347978
        ],
        "durationInMs": 3.881344999652356
    }
}
03:49:55.260
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": [
            315942,
            334321,
            348569,
            347978
        ],
        "durationInMs": 3.855697000399232
    }
}
03:49:55.261
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            807
        ],
        "durationInMs": 3.8794810003601015
    }
}
03:49:55.261
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            807
        ],
        "durationInMs": 3.8956709997728467
    }
}
03:49:55.261
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,
            697,
            1
        ],
        "durationInMs": 5.395211999770254
    }
}
03:49:55.261
debug
kysely.query
{
    "kysely": {
        "sql": "select `r`.`type`, count(`r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ? group by `r`.`type`",
        "parameters": [
            807
        ],
        "durationInMs": 1.9423710000701249
    }
}
03:49:55.261
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            806
        ],
        "durationInMs": 1.8645959999412298
    }
}
03:49:55.261
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            806
        ],
        "durationInMs": 1.477580999955535
    }
}
03:49:55.262
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ? and `c`.`parent_id` is null",
        "parameters": [
            806
        ],
        "durationInMs": 1.46814400004223
    }
}
03:49:55.262
debug
kysely.query
{
    "kysely": {
        "sql": "select `r`.`type`, count(`r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ? group by `r`.`type`",
        "parameters": [
            806
        ],
        "durationInMs": 1.4533560001291335
    }
}
03:49:55.262
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?, ?)",
        "parameters": [
            807,
            806
        ],
        "durationInMs": 1.52393600018695
    }
}
03:49:55.263
debug
kysely.query
{
    "kysely": {
        "sql": "select `feed_media`.`media_id`, `feed_media`.`feed_post_id` from `feed_media` where `feed_media`.`feed_post_id` in (?, ?)",
        "parameters": [
            807,
            806
        ],
        "durationInMs": 2.3650609999895096
    }
}
03:49:55.263
debug
kysely.query
{
    "kysely": {
        "sql": "select `pl`.`feed_post_id`, `pl`.`link_meta_data_id` from `feed_post_link_meta_data` as `pl` where `pl`.`feed_post_id` in (?, ?)",
        "parameters": [
            807,
            806
        ],
        "durationInMs": 2.43706399993971
    }
}
03:49:55.263
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ? and `c`.`parent_id` is null",
        "parameters": [
            807
        ],
        "durationInMs": 4.534210999961942
    }
}
03:49:55.264
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?)",
        "parameters": [
            1611
        ],
        "durationInMs": 2.445279000326991
    }
}
03:49:55.264
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?)",
        "parameters": [
            1709
        ],
        "durationInMs": 2.511822999920696
    }
}
03:49:55.264
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?)",
        "parameters": [
            15624
        ],
        "durationInMs": 2.691655000206083
    }
}
03:49:55.264
debug
kysely.query
{
    "kysely": {
        "sql": "select `bi`.`target_feed_post_id`, `bi`.`id` from `bookmark_item` as `bi` inner join `bookmark` as `b` on `b`.`id` = `bi`.`bookmark_id` where `bi`.`target_feed_post_id` in (?, ?) and (? is not null and `b`.`user_id` = ?) group by `bi`.`target_feed_post_id`",
        "parameters": [
            807,
            806,
            null,
            null
        ],
        "durationInMs": 2.6996200000867248
    }
}
03:49:55.265
debug
kysely.query
{
    "kysely": {
        "sql": "select `r`.`target_feed_post_id`, `r`.`id` from `reaction` as `r` where `r`.`target_feed_post_id` in (?, ?) and (? is not null and `r`.`user_author_id` = ?) group by `r`.`target_feed_post_id`",
        "parameters": [
            807,
            806,
            null,
            null
        ],
        "durationInMs": 2.758640000130981
    }
}
03:49:55.265
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            1157
        ],
        "durationInMs": 2.4125599996186793
    }
}
03:49:55.265
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            204303,
            218560,
            227177,
            226812
        ],
        "durationInMs": 1.904591000173241
    }
}
03:49:55.265
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": [
            123,
            "fr",
            485,
            "fr"
        ],
        "durationInMs": 2.0348120001144707
    }
}
03:49:55.265
debug
kysely.query
{
    "kysely": {
        "sql": "select `pl`.`feed_post_id`, `l`.`related_feed_post_id` from `feed_post_link_meta_data` as `pl` inner join `link_meta_data` as `l` on `l`.`id` = `pl`.`link_meta_data_id` where `pl`.`feed_post_id` in (?, ?) and `l`.`related_feed_post_id` is not null group by `pl`.`feed_post_id`",
        "parameters": [
            807,
            806
        ],
        "durationInMs": 4.435528999660164
    }
}
03:49:55.266
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            265,
            "fr"
        ],
        "durationInMs": 1.867391999810934
    }
}
03:49:55.266
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            141111
        ],
        "durationInMs": 1.6964460001327097
    }
}
03:49:55.266
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            697
        ],
        "durationInMs": 1.6262459997087717
    }
}
03:49:55.266
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            284741
        ],
        "durationInMs": 1.579870999790728
    }
}
03:49:55.266
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            259524
        ],
        "durationInMs": 1.7828860003501177
    }
}
03:49:55.267
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": [
            259524
        ],
        "durationInMs": 1.8685040003620088
    }
}
03:49:55.267
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": [
            259524
        ],
        "durationInMs": 1.6715599996969104
    }
}
03:49:55.267
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            113,
            398
        ],
        "durationInMs": 1.5813430002890527
    }
}
03:49:55.269
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            123,
            485
        ],
        "durationInMs": 5.415399999823421
    }
}
03:49:55.269
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            231
        ],
        "durationInMs": 3.491183000151068
    }
}
03:49:55.269
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            312
        ],
        "durationInMs": 2.6923969998024404
    }
}
03:49:55.270
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            312,
            "fr"
        ],
        "durationInMs": 2.9460759996436536
    }
}
03:49:55.270
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": 0.30659699998795986
    }
}
03:49:55.272
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": [
            122,
            "fr",
            85,
            "fr"
        ],
        "durationInMs": 2.7214510003104806
    }
}
03:49:55.273
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            269
        ],
        "durationInMs": 3.6047539999708533
    }
}
03:49:55.274
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            112,
            77
        ],
        "durationInMs": 1.8292310000397265
    }
}
03:49:55.274
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            273
        ],
        "durationInMs": 4.095789999701083
    }
}
03:49:55.300
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "us",
            "userId": "141111",
            "userSlug": "patrick-epou"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "z04qgFiAXIE51wjV6Kmx",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=6897fa8e468ee9.59257377; PHPSESSID=5a1881688ffc0ad008f92bd7a4e1ec91; GOAFRICA_NEXT_SESSION_ID=xa9mpyZXif10UV3hfweqoYhRz6oq571uIDoTD7Iw",
                "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": 176601,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=6897fa8e468ee9.59257377; PHPSESSID=5a1881688ffc0ad008f92bd7a4e1ec91; GOAFRICA_NEXT_SESSION_ID=xa9mpyZXif10UV3hfweqoYhRz6oq571uIDoTD7Iw",
                "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/us/user/141111-patrick-epou",
        "original": "https://www.goa.goafrica.syazen.cloud/us/user/141111-patrick-epou",
        "path": "/us/user/141111-patrick-epou",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 297844736,
        "memoryUsageHuman": "284 MiB",
        "requestTimeInMs": 57
    }
}