Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/tn/user/207303-nadhmi-khadher

Response:
200
IP:
216.73.216.18
Date:
7 août 2025 à 23:36:10
Total execution time:
51 ms
Token:
gZnRqc6cSbDzUtfnhSsm

Log Messages

Time Level Message Context
23:36:10.374
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "tn",
            "userId": "207303",
            "userSlug": "nadhmi-khadher"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "gZnRqc6cSbDzUtfnhSsm",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=a9b3a478012c07f25a5438038991ce0e; goafrica-ad-id=68951c1e53c638.22303894; GOAFRICA_NEXT_SESSION_ID=W8mI1dFME6pokZbEWe680iTnz96SKddSxxt5pLhW",
                "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/tn/user/207303-nadhmi-khadher",
        "original": "https://www.goa.goafrica.syazen.cloud/tn/user/207303-nadhmi-khadher",
        "path": "/tn/user/207303-nadhmi-khadher",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 271716352,
        "memoryUsageHuman": "259.1 MiB"
    }
}
23:36:10.381
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.3962220000103116
    }
}
23:36:10.381
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "TN",
            true
        ],
        "durationInMs": 0.5008669998496771
    }
}
23:36:10.381
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.2699090000241995
    }
}
23:36:10.384
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            207303
        ],
        "durationInMs": 3.129346000030637
    }
}
23:36:10.388
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            207303
        ],
        "durationInMs": 1.0518640000373125
    }
}
23:36:10.388
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": [
            207303
        ],
        "durationInMs": 1.2666720000561327
    }
}
23:36:10.388
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": [
            207303,
            2
        ],
        "durationInMs": 1.2091660001315176
    }
}
23:36:10.388
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            207303
        ],
        "durationInMs": 1.417500999988988
    }
}
23:36:10.389
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": [
            207303,
            207303,
            207303,
            1
        ],
        "durationInMs": 2.2034539999440312
    }
}
23:36:10.389
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": [
            207303,
            207303,
            207303,
            207303,
            1,
            1
        ],
        "durationInMs": 2.3575590001419187
    }
}
23:36:10.389
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": [
            207303
        ],
        "durationInMs": 2.109591000014916
    }
}
23:36:10.389
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": [
            207303
        ],
        "durationInMs": 2.209214000031352
    }
}
23:36:10.390
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            207303
        ],
        "durationInMs": 2.3179259998723865
    }
}
23:36:10.390
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            207303
        ],
        "durationInMs": 2.8545679999515414
    }
}
23:36:10.390
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            207303
        ],
        "durationInMs": 2.55744899995625
    }
}
23:36:10.390
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            207303
        ],
        "durationInMs": 2.549022999824956
    }
}
23:36:10.390
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            207303
        ],
        "durationInMs": 2.5228249998763204
    }
}
23:36:10.391
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            207303
        ],
        "durationInMs": 2.5174849999602884
    }
}
23:36:10.392
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            207303
        ],
        "durationInMs": 2.666719999862835
    }
}
23:36:10.392
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            207303,
            ""
        ],
        "durationInMs": 2.6220980000216514
    }
}
23:36:10.392
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,
            483,
            1
        ],
        "durationInMs": 2.6383379998151213
    }
}
23:36:10.392
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            483,
            "fr"
        ],
        "durationInMs": 2.909419000148773
    }
}
23:36:10.393
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            137513
        ],
        "durationInMs": 2.827076999936253
    }
}
23:36:10.394
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?, ?, ?, ?)",
        "parameters": [
            264,
            263,
            265,
            262
        ],
        "durationInMs": 2.7782369998749346
    }
}
23:36:10.395
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?, ?, ?, ?)",
        "parameters": [
            838,
            839,
            840,
            841
        ],
        "durationInMs": 3.274163000052795
    }
}
23:36:10.395
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            197,
            "fr"
        ],
        "durationInMs": 2.873452999861911
    }
}
23:36:10.395
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            396
        ],
        "durationInMs": 2.8428570001851767
    }
}
23:36:10.396
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            358279
        ],
        "durationInMs": 1.4815689998213202
    }
}
23:36:10.396
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            177
        ],
        "durationInMs": 1.2226010002195835
    }
}
23:36:10.397
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": [
            358279
        ],
        "durationInMs": 2.9346769999247044
    }
}
23:36:10.398
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": [
            358279
        ],
        "durationInMs": 3.0072909998707473
    }
}
23:36:10.398
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            215,
            "fr"
        ],
        "durationInMs": 1.5347279999405146
    }
}
23:36:10.398
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            215
        ],
        "durationInMs": 1.6797550001647323
    }
}
23:36:10.398
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": [
            207303,
            200519,
            312725,
            84521,
            234861,
            4
        ],
        "durationInMs": 8.10656899982132
    }
}
23:36:10.399
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            192
        ],
        "durationInMs": 1.437487999908626
    }
}
23:36:10.399
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            133261,
            102035,
            114130,
            114158,
            200519
        ],
        "durationInMs": 0.5836990000680089
    }
}
23:36:10.400
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            133261,
            102035,
            114130,
            114158,
            200519
        ],
        "durationInMs": 0.8741160000208765
    }
}
23:36:10.400
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": [
            133261,
            102035,
            114130,
            114158,
            200519
        ],
        "durationInMs": 1.2478569999802858
    }
}
23:36:10.400
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            476
        ],
        "durationInMs": 0.23927200003527105
    }
}
23:36:10.400
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            476,
            "fr"
        ],
        "durationInMs": 0.4467459998559207
    }
}
23:36:10.401
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            76546,
            135067
        ],
        "durationInMs": 0.7413910001050681
    }
}
23:36:10.401
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": [
            133261,
            102035,
            114130,
            114158,
            200519
        ],
        "durationInMs": 1.994116999907419
    }
}
23:36:10.403
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?)",
        "parameters": [
            234861,
            84521,
            312725
        ],
        "durationInMs": 3.806768000125885
    }
}
23:36:10.403
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": [
            234861,
            84521,
            312725
        ],
        "durationInMs": 4.001298000104725
    }
}
23:36:10.403
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": [
            234861,
            84521,
            312725
        ],
        "durationInMs": 4.142859999788925
    }
}
23:36:10.403
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            391
        ],
        "durationInMs": 2.7506759997922927
    }
}
23:36:10.425
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "tn",
            "userId": "207303",
            "userSlug": "nadhmi-khadher"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "gZnRqc6cSbDzUtfnhSsm",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=a9b3a478012c07f25a5438038991ce0e; goafrica-ad-id=68951c1e53c638.22303894; GOAFRICA_NEXT_SESSION_ID=W8mI1dFME6pokZbEWe680iTnz96SKddSxxt5pLhW",
                "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": 204860,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=a9b3a478012c07f25a5438038991ce0e; goafrica-ad-id=68951c1e53c638.22303894; GOAFRICA_NEXT_SESSION_ID=W8mI1dFME6pokZbEWe680iTnz96SKddSxxt5pLhW",
                "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/tn/user/207303-nadhmi-khadher",
        "original": "https://www.goa.goafrica.syazen.cloud/tn/user/207303-nadhmi-khadher",
        "path": "/tn/user/207303-nadhmi-khadher",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 272699392,
        "memoryUsageHuman": "260.1 MiB",
        "requestTimeInMs": 51
    }
}