Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/dz/user/413703-ali-zazoun

Response:
200
IP:
216.73.216.18
Date:
5 août 2025 à 20:42:11
Total execution time:
77 ms
Token:
UzsEO89gp2FV5QOKoNlH

Log Messages

Time Level Message Context
20:42:11.492
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "dz",
            "userId": "413703",
            "userSlug": "ali-zazoun"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "UzsEO89gp2FV5QOKoNlH",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689250795071f4.24753044; PHPSESSID=0f6f0a7e350800558312226270293094; GOAFRICA_NEXT_SESSION_ID=PhipqoY0bz7WgwNJjoy8M5bukRnJZ2ax3dLJQcIH",
                "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/dz/user/413703-ali-zazoun",
        "original": "https://www.goa.goafrica.syazen.cloud/dz/user/413703-ali-zazoun",
        "path": "/dz/user/413703-ali-zazoun",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 244371456,
        "memoryUsageHuman": "233.1 MiB"
    }
}
20:42:11.500
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.4035360000561923
    }
}
20:42:11.502
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            413703
        ],
        "durationInMs": 2.755024000070989
    }
}
20:42:11.507
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": [
            413703
        ],
        "durationInMs": 0.9421920001041144
    }
}
20:42:11.508
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 7.78725800011307
    }
}
20:42:11.508
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "DZ",
            true
        ],
        "durationInMs": 8.554426999995485
    }
}
20:42:11.508
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            413703
        ],
        "durationInMs": 1.9437239998951554
    }
}
20:42:11.509
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            413703
        ],
        "durationInMs": 2.110793000087142
    }
}
20:42:11.509
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": [
            413703,
            2
        ],
        "durationInMs": 2.8322270000353456
    }
}
20:42:11.510
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": [
            413703,
            413703,
            413703,
            1
        ],
        "durationInMs": 3.493118999991566
    }
}
20:42:11.510
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": [
            413703
        ],
        "durationInMs": 3.247143999906257
    }
}
20:42:11.510
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": [
            413703,
            413703,
            413703,
            413703,
            1,
            1
        ],
        "durationInMs": 3.8066889999900013
    }
}
20:42:11.510
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": [
            413703
        ],
        "durationInMs": 3.534395000198856
    }
}
20:42:11.511
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            413703
        ],
        "durationInMs": 3.256711000110954
    }
}
20:42:11.511
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            413703
        ],
        "durationInMs": 3.0832699998281896
    }
}
20:42:11.511
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            413703
        ],
        "durationInMs": 2.7567269999999553
    }
}
20:42:11.512
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            413703
        ],
        "durationInMs": 3.251280999975279
    }
}
20:42:11.512
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            413703
        ],
        "durationInMs": 2.843938000034541
    }
}
20:42:11.512
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            413703
        ],
        "durationInMs": 2.444169000023976
    }
}
20:42:11.513
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            413703
        ],
        "durationInMs": 2.4884510000701994
    }
}
20:42:11.513
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            413703,
            ""
        ],
        "durationInMs": 2.464657000033185
    }
}
20:42:11.514
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            285156
        ],
        "durationInMs": 3.371644000057131
    }
}
20:42:11.514
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            796
        ],
        "durationInMs": 2.7199190000537783
    }
}
20:42:11.514
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            796
        ],
        "durationInMs": 2.4249140000902116
    }
}
20:42:11.515
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": [
            796
        ],
        "durationInMs": 2.4251040001399815
    }
}
20:42:11.515
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": [
            796
        ],
        "durationInMs": 2.366334999911487
    }
}
20:42:11.515
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?)",
        "parameters": [
            796
        ],
        "durationInMs": 2.4590670000761747
    }
}
20:42:11.516
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": [
            796
        ],
        "durationInMs": 3.4688440000172704
    }
}
20:42:11.517
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,
            59,
            1
        ],
        "durationInMs": 6.220773000037298
    }
}
20:42:11.517
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            59,
            "fr"
        ],
        "durationInMs": 6.381740000098944
    }
}
20:42:11.517
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": [
            796
        ],
        "durationInMs": 2.982774999924004
    }
}
20:42:11.517
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": [
            796
        ],
        "durationInMs": 2.9929539998993278
    }
}
20:42:11.518
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_resume` where `id` in (?, ?)",
        "parameters": [
            8,
            20
        ],
        "durationInMs": 3.146356999874115
    }
}
20:42:11.518
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?, ?, ?)",
        "parameters": [
            2471,
            2470,
            2469
        ],
        "durationInMs": 3.5435709999874234
    }
}
20:42:11.519
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?, ?, ?, ?)",
        "parameters": [
            21710,
            21711,
            21714,
            21715
        ],
        "durationInMs": 3.54995399992913
    }
}
20:42:11.519
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_coordinate` where `id` in (?)",
        "parameters": [
            131735
        ],
        "durationInMs": 3.355985000031069
    }
}
20:42:11.519
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": [
            796,
            null,
            null
        ],
        "durationInMs": 2.380731999874115
    }
}
20:42:11.519
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": [
            796,
            null,
            null
        ],
        "durationInMs": 2.2858559999149293
    }
}
20:42:11.520
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            59
        ],
        "durationInMs": 3.1117740001063794
    }
}
20:42:11.521
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            49,
            "fr"
        ],
        "durationInMs": 3.1452160000335425
    }
}
20:42:11.521
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            55
        ],
        "durationInMs": 2.9220430001150817
    }
}
20:42:11.521
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            413703
        ],
        "durationInMs": 4.024772000033408
    }
}
20:42:11.521
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": [
            413703,
            369574,
            284525,
            177117,
            626847,
            4
        ],
        "durationInMs": 10.510434000054374
    }
}
20:42:11.523
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": [
            408496,
            369767,
            396927,
            196865,
            177117,
            284525,
            369574
        ],
        "durationInMs": 0.2403149998281151
    }
}
20:42:11.523
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            46
        ],
        "durationInMs": 2.0204060000833124
    }
}
20:42:11.523
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": [
            408496,
            369767,
            396927,
            196865,
            177117,
            284525,
            369574
        ],
        "durationInMs": 0.6894249999895692
    }
}
20:42:11.523
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            408496,
            369767,
            396927,
            196865,
            177117,
            284525,
            369574
        ],
        "durationInMs": 0.8879219999071211
    }
}
20:42:11.523
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?, ?, ?)",
        "parameters": [
            408496,
            369767,
            396927,
            196865,
            177117,
            284525,
            369574
        ],
        "durationInMs": 1.327684999909252
    }
}
20:42:11.527
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            58,
            143,
            634
        ],
        "durationInMs": 2.571656000101939
    }
}
20:42:11.528
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` = ?))",
        "parameters": [
            58,
            "fr",
            143,
            "fr",
            634,
            "fr"
        ],
        "durationInMs": 2.9946970001328737
    }
}
20:42:11.528
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?, ?, ?)",
        "parameters": [
            278754,
            245522,
            266801,
            132965,
            124555,
            176886,
            246909
        ],
        "durationInMs": 3.908847999991849
    }
}
20:42:11.529
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            626847
        ],
        "durationInMs": 6.399271999951452
    }
}
20:42:11.529
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": [
            626847
        ],
        "durationInMs": 6.670845000073314
    }
}
20:42:11.529
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": [
            626847
        ],
        "durationInMs": 6.828135000076145
    }
}
20:42:11.530
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": [
            138,
            "fr",
            197,
            "fr"
        ],
        "durationInMs": 2.4579950000625104
    }
}
20:42:11.530
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            54,
            132,
            514
        ],
        "durationInMs": 2.409064000006765
    }
}
20:42:11.530
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            209365
        ],
        "durationInMs": 1.425234999973327
    }
}
20:42:11.531
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            127,
            177
        ],
        "durationInMs": 1.3618680001236498
    }
}
20:42:11.569
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "dz",
            "userId": "413703",
            "userSlug": "ali-zazoun"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "UzsEO89gp2FV5QOKoNlH",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689250795071f4.24753044; PHPSESSID=0f6f0a7e350800558312226270293094; GOAFRICA_NEXT_SESSION_ID=PhipqoY0bz7WgwNJjoy8M5bukRnJZ2ax3dLJQcIH",
                "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": 194740,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689250795071f4.24753044; PHPSESSID=0f6f0a7e350800558312226270293094; GOAFRICA_NEXT_SESSION_ID=PhipqoY0bz7WgwNJjoy8M5bukRnJZ2ax3dLJQcIH",
                "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/dz/user/413703-ali-zazoun",
        "original": "https://www.goa.goafrica.syazen.cloud/dz/user/413703-ali-zazoun",
        "path": "/dz/user/413703-ali-zazoun",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 264818688,
        "memoryUsageHuman": "252.6 MiB",
        "requestTimeInMs": 77
    }
}