Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/tg/user/258241-komlan-zanou

Response:
200
IP:
82.97.199.53
Date:
19 août 2025 à 17:20:07
Total execution time:
64 ms
Token:
5KWmZaLcVmNNp5Uce0EG

Log Messages

Time Level Message Context
17:20:07.531
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "tg",
            "userId": "258241",
            "userSlug": "komlan-zanou"
        },
        "clientAddress": "82.97.199.53",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "5KWmZaLcVmNNp5Uce0EG",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": "https://www.goa.goafrica.syazen.cloud/user/258241-komlan-zanou",
            "headers": {
                "accept-language": "en-US,en;q=0.9",
                "connection": "close",
                "cookie": "PHPSESSID=776fc6f85caf147ac68bdee7191f5d01; goafrica-ad-id=68a496255474d5.90031963; GOAFRICA_NEXT_SESSION_ID=GPJNcgKDEMhF2K72l5QwOapAo--HzDxt-7w3dGTQ",
                "host": "www.goa.goafrica.syazen.cloud",
                "referer": "https://www.goa.goafrica.syazen.cloud/user/258241-komlan-zanou",
                "user-agent": "Brightbot 1.0",
                "x-forwarded-for": "82.97.199.53",
                "x-real-ip": "82.97.199.53",
                "x-scheme": "https"
            }
        }
    },
    "user_agent": {
        "original": "Brightbot 1.0"
    },
    "url": {
        "full": "https://www.goa.goafrica.syazen.cloud/tg/user/258241-komlan-zanou",
        "original": "https://www.goa.goafrica.syazen.cloud/tg/user/258241-komlan-zanou",
        "path": "/tg/user/258241-komlan-zanou",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 253739008,
        "memoryUsageHuman": "242 MiB"
    }
}
17:20:07.537
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.35331299901008606
    }
}
17:20:07.538
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": 0.4929409995675087
    }
}
17:20:07.538
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.3374739997088909
    }
}
17:20:07.538
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            258241
        ],
        "durationInMs": 1.0880209989845753
    }
}
17:20:07.545
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            258241
        ],
        "durationInMs": 3.0054370015859604
    }
}
17:20:07.545
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": [
            258241
        ],
        "durationInMs": 3.2265250012278557
    }
}
17:20:07.545
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            258241
        ],
        "durationInMs": 3.3299870006740093
    }
}
17:20:07.546
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": [
            258241,
            258241,
            258241,
            1
        ],
        "durationInMs": 4.085324000567198
    }
}
17:20:07.546
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": [
            258241,
            258241,
            258241,
            258241,
            1,
            1
        ],
        "durationInMs": 4.214052002876997
    }
}
17:20:07.546
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": [
            258241
        ],
        "durationInMs": 4.018619999289513
    }
}
17:20:07.546
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": [
            258241,
            2
        ],
        "durationInMs": 4.4703259989619255
    }
}
17:20:07.547
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            258241
        ],
        "durationInMs": 4.539642997086048
    }
}
17:20:07.547
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            258241
        ],
        "durationInMs": 4.643556002527475
    }
}
17:20:07.547
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": [
            258241
        ],
        "durationInMs": 4.844317000359297
    }
}
17:20:07.547
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            258241
        ],
        "durationInMs": 2.4071309976279736
    }
}
17:20:07.547
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            258241
        ],
        "durationInMs": 2.4353730008006096
    }
}
17:20:07.548
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            258241
        ],
        "durationInMs": 2.416067000478506
    }
}
17:20:07.548
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            258241
        ],
        "durationInMs": 2.5852199979126453
    }
}
17:20:07.549
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            258241
        ],
        "durationInMs": 2.669004999101162
    }
}
17:20:07.549
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            258241,
            ""
        ],
        "durationInMs": 2.6711189970374107
    }
}
17:20:07.549
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,
            12,
            1
        ],
        "durationInMs": 2.4888520017266273
    }
}
17:20:07.549
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            12,
            "fr"
        ],
        "durationInMs": 2.6051070019602776
    }
}
17:20:07.550
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            269147
        ],
        "durationInMs": 2.786412000656128
    }
}
17:20:07.551
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            948
        ],
        "durationInMs": 3.5684980005025864
    }
}
17:20:07.551
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            948
        ],
        "durationInMs": 3.33899400010705
    }
}
17:20:07.552
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": [
            948
        ],
        "durationInMs": 3.5234839990735054
    }
}
17:20:07.552
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": [
            948
        ],
        "durationInMs": 3.3832659982144833
    }
}
17:20:07.552
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?)",
        "parameters": [
            948
        ],
        "durationInMs": 3.4070690013468266
    }
}
17:20:07.553
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": [
            948
        ],
        "durationInMs": 3.7983929999172688
    }
}
17:20:07.553
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": [
            948
        ],
        "durationInMs": 3.712753999978304
    }
}
17:20:07.553
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": [
            948
        ],
        "durationInMs": 3.5809810012578964
    }
}
17:20:07.553
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?, ?, ?, ?, ?, ?)",
        "parameters": [
            2267,
            2266,
            2265,
            2264,
            2263,
            2262
        ],
        "durationInMs": 3.53591700270772
    }
}
17:20:07.554
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?, ?, ?, ?, ?, ?, ?, ?)",
        "parameters": [
            2360,
            2359,
            2358,
            2357,
            2356,
            2355,
            2354,
            2353
        ],
        "durationInMs": 3.187874000519514
    }
}
17:20:07.554
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?, ?, ?)",
        "parameters": [
            21102,
            21103,
            21104
        ],
        "durationInMs": 3.393495000898838
    }
}
17:20:07.554
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_coordinate` where `id` in (?, ?, ?)",
        "parameters": [
            121128,
            121129,
            132524
        ],
        "durationInMs": 2.718265000730753
    }
}
17:20:07.555
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            3,
            "fr"
        ],
        "durationInMs": 2.8085829988121986
    }
}
17:20:07.555
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            10
        ],
        "durationInMs": 2.6383280009031296
    }
}
17:20:07.555
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": [
            948,
            null,
            null
        ],
        "durationInMs": 2.325720001012087
    }
}
17:20:07.555
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": [
            948,
            null,
            null
        ],
        "durationInMs": 2.3666059970855713
    }
}
17:20:07.555
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            258241
        ],
        "durationInMs": 2.408864002674818
    }
}
17:20:07.557
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            7600
        ],
        "durationInMs": 3.328534997999668
    }
}
17:20:07.558
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": [
            7600
        ],
        "durationInMs": 3.3701120018959045
    }
}
17:20:07.558
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": [
            7600
        ],
        "durationInMs": 3.2253240011632442
    }
}
17:20:07.558
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            1
        ],
        "durationInMs": 3.135667998343706
    }
}
17:20:07.558
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            12
        ],
        "durationInMs": 4.457502000033855
    }
}
17:20:07.558
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 (?, ?, ?, ?)) order by `count` desc limit ?",
        "parameters": [
            258241,
            155037,
            156088,
            29609,
            146989,
            4
        ],
        "durationInMs": 11.445592999458313
    }
}
17:20:07.559
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            369,
            "fr"
        ],
        "durationInMs": 1.4514229968190193
    }
}
17:20:07.559
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            206689,
            342987,
            168101,
            234898,
            146989,
            29609,
            156088,
            155037
        ],
        "durationInMs": 0.4036660008132458
    }
}
17:20:07.562
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            369
        ],
        "durationInMs": 4.6437459997832775
    }
}
17:20:07.563
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            319
        ],
        "durationInMs": 3.3784670010209084
    }
}
17:20:07.563
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?, ?, ?, ?)",
        "parameters": [
            206689,
            342987,
            168101,
            234898,
            146989,
            29609,
            156088,
            155037
        ],
        "durationInMs": 4.077208999544382
    }
}
17:20:07.563
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": [
            206689,
            342987,
            168101,
            234898,
            146989,
            29609,
            156088,
            155037
        ],
        "durationInMs": 4.581070002168417
    }
}
17:20:07.564
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": [
            206689,
            342987,
            168101,
            234898,
            146989,
            29609,
            156088,
            155037
        ],
        "durationInMs": 4.7263389974832535
    }
}
17:20:07.564
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": [
            345,
            "fr",
            384,
            "fr",
            19,
            "fr",
            581,
            "fr"
        ],
        "durationInMs": 0.5252409987151623
    }
}
17:20:07.564
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            137289
        ],
        "durationInMs": 0.8603809997439384
    }
}
17:20:07.565
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            345,
            384,
            19,
            581
        ],
        "durationInMs": 2.011319000273943
    }
}
17:20:07.566
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            302,
            329,
            17,
            461
        ],
        "durationInMs": 1.7371319979429245
    }
}
17:20:07.567
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": [
            18,
            "fr",
            575,
            "fr"
        ],
        "durationInMs": 1.6282810010015965
    }
}
17:20:07.568
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            16,
            455
        ],
        "durationInMs": 0.24732699990272522
    }
}
17:20:07.595
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "tg",
            "userId": "258241",
            "userSlug": "komlan-zanou"
        },
        "clientAddress": "82.97.199.53",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "5KWmZaLcVmNNp5Uce0EG",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": "https://www.goa.goafrica.syazen.cloud/user/258241-komlan-zanou",
            "headers": {
                "accept-language": "en-US,en;q=0.9",
                "connection": "close",
                "cookie": "PHPSESSID=776fc6f85caf147ac68bdee7191f5d01; goafrica-ad-id=68a496255474d5.90031963; GOAFRICA_NEXT_SESSION_ID=GPJNcgKDEMhF2K72l5QwOapAo--HzDxt-7w3dGTQ",
                "host": "www.goa.goafrica.syazen.cloud",
                "referer": "https://www.goa.goafrica.syazen.cloud/user/258241-komlan-zanou",
                "user-agent": "Brightbot 1.0",
                "x-forwarded-for": "82.97.199.53",
                "x-real-ip": "82.97.199.53",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 346903,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept-language": "en-US,en;q=0.9",
                "connection": "close",
                "cookie": "PHPSESSID=776fc6f85caf147ac68bdee7191f5d01; goafrica-ad-id=68a496255474d5.90031963; GOAFRICA_NEXT_SESSION_ID=GPJNcgKDEMhF2K72l5QwOapAo--HzDxt-7w3dGTQ",
                "host": "www.goa.goafrica.syazen.cloud",
                "referer": "https://www.goa.goafrica.syazen.cloud/user/258241-komlan-zanou",
                "user-agent": "Brightbot 1.0",
                "x-forwarded-for": "82.97.199.53",
                "x-real-ip": "82.97.199.53",
                "x-scheme": "https"
            }
        }
    },
    "user_agent": {
        "original": "Brightbot 1.0"
    },
    "url": {
        "full": "https://www.goa.goafrica.syazen.cloud/tg/user/258241-komlan-zanou",
        "original": "https://www.goa.goafrica.syazen.cloud/tg/user/258241-komlan-zanou",
        "path": "/tg/user/258241-komlan-zanou",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 268091392,
        "memoryUsageHuman": "255.7 MiB",
        "requestTimeInMs": 64
    }
}