Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/gn/user/208559-pascal-sagno

Response:
200
IP:
216.73.216.148
Date:
13 août 2025 à 03:06:15
Total execution time:
74 ms
Token:
Q0-oFhN5bS1apMvRrsK3

Log Messages

Time Level Message Context
03:06:15.353
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "gn",
            "userId": "208559",
            "userSlug": "pascal-sagno"
        },
        "clientAddress": "216.73.216.148",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "Q0-oFhN5bS1apMvRrsK3",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689be4499e97c0.84406146; PHPSESSID=902e4b4ed53e9dd17e01ba1266b76451; GOAFRICA_NEXT_SESSION_ID=AczrDJBj3BZfd9mBNNaIESd7fwUjnWtG3beHtLBG",
                "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.148",
                "x-real-ip": "216.73.216.148",
                "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/gn/user/208559-pascal-sagno",
        "original": "https://www.goa.goafrica.syazen.cloud/gn/user/208559-pascal-sagno",
        "path": "/gn/user/208559-pascal-sagno",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 269586432,
        "memoryUsageHuman": "257.1 MiB"
    }
}
03:06:15.358
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.2701690001413226
    }
}
03:06:15.360
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            208559
        ],
        "durationInMs": 2.5086480006575584
    }
}
03:06:15.364
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": [
            208559
        ],
        "durationInMs": 1.0433889999985695
    }
}
03:06:15.364
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 6.07852799911052
    }
}
03:06:15.364
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "GN",
            true
        ],
        "durationInMs": 6.68270399980247
    }
}
03:06:15.365
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            208559
        ],
        "durationInMs": 2.370953000150621
    }
}
03:06:15.365
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": [
            208559,
            2
        ],
        "durationInMs": 2.3962400006130338
    }
}
03:06:15.365
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            208559
        ],
        "durationInMs": 2.6405110005289316
    }
}
03:06:15.366
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": [
            208559
        ],
        "durationInMs": 2.959010999649763
    }
}
03:06:15.366
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": [
            208559,
            208559,
            208559,
            1
        ],
        "durationInMs": 3.5936440005898476
    }
}
03:06:15.367
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": [
            208559,
            208559,
            208559,
            208559,
            1,
            1
        ],
        "durationInMs": 3.7319600004702806
    }
}
03:06:15.367
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            208559
        ],
        "durationInMs": 2.9551229998469353
    }
}
03:06:15.367
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            208559
        ],
        "durationInMs": 2.8255139999091625
    }
}
03:06:15.367
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            208559
        ],
        "durationInMs": 2.5893970001488924
    }
}
03:06:15.367
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            208559
        ],
        "durationInMs": 2.049809000454843
    }
}
03:06:15.367
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            208559
        ],
        "durationInMs": 1.997321999631822
    }
}
03:06:15.367
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            208559
        ],
        "durationInMs": 1.4167090002447367
    }
}
03:06:15.368
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            208559
        ],
        "durationInMs": 1.3733180006965995
    }
}
03:06:15.368
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            208559,
            ""
        ],
        "durationInMs": 1.303408999927342
    }
}
03:06:15.374
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": [
            208559
        ],
        "durationInMs": 10.54642799962312
    }
}
03:06:15.374
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            357,
            "fr"
        ],
        "durationInMs": 7.308370999991894
    }
}
03:06:15.375
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            138127
        ],
        "durationInMs": 7.6245969999581575
    }
}
03:06:15.375
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,
            357,
            1
        ],
        "durationInMs": 8.159746000543237
    }
}
03:06:15.375
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            309
        ],
        "durationInMs": 0.7403990002349019
    }
}
03:06:15.376
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_company_id` is null or `following`.`target_company_id` not in (?, ?, ?, ?)) order by `count` desc limit ?",
        "parameters": [
            208559,
            366677,
            34989,
            289755,
            28618,
            4
        ],
        "durationInMs": 8.625106999650598
    }
}
03:06:15.376
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            308,
            "fr"
        ],
        "durationInMs": 1.4549899995326996
    }
}
03:06:15.378
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": [
            28618,
            289755,
            34989,
            366677
        ],
        "durationInMs": 1.6801260001957417
    }
}
03:06:15.378
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": [
            28618,
            289755,
            34989,
            366677
        ],
        "durationInMs": 1.774290000088513
    }
}
03:06:15.382
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?)",
        "parameters": [
            28618,
            289755,
            34989,
            366677
        ],
        "durationInMs": 5.866385999135673
    }
}
03:06:15.383
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            269
        ],
        "durationInMs": 6.194110999815166
    }
}
03:06:15.383
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": [
            278,
            "fr",
            157,
            "fr",
            360,
            "fr",
            320,
            "fr"
        ],
        "durationInMs": 0.6357050007209182
    }
}
03:06:15.384
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            71356
        ],
        "durationInMs": 0.8863189993426204
    }
}
03:06:15.384
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            278,
            157,
            360,
            320
        ],
        "durationInMs": 1.1173559995368123
    }
}
03:06:15.384
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            243,
            145,
            312,
            280
        ],
        "durationInMs": 0.6904970007017255
    }
}
03:06:15.386
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": [
            265,
            "fr",
            156,
            "fr"
        ],
        "durationInMs": 1.7284059999510646
    }
}
03:06:15.389
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            231,
            144
        ],
        "durationInMs": 2.645131000317633
    }
}
03:06:15.427
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "gn",
            "userId": "208559",
            "userSlug": "pascal-sagno"
        },
        "clientAddress": "216.73.216.148",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "Q0-oFhN5bS1apMvRrsK3",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689be4499e97c0.84406146; PHPSESSID=902e4b4ed53e9dd17e01ba1266b76451; GOAFRICA_NEXT_SESSION_ID=AczrDJBj3BZfd9mBNNaIESd7fwUjnWtG3beHtLBG",
                "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.148",
                "x-real-ip": "216.73.216.148",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 140572,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689be4499e97c0.84406146; PHPSESSID=902e4b4ed53e9dd17e01ba1266b76451; GOAFRICA_NEXT_SESSION_ID=AczrDJBj3BZfd9mBNNaIESd7fwUjnWtG3beHtLBG",
                "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.148",
                "x-real-ip": "216.73.216.148",
                "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/gn/user/208559-pascal-sagno",
        "original": "https://www.goa.goafrica.syazen.cloud/gn/user/208559-pascal-sagno",
        "path": "/gn/user/208559-pascal-sagno",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 276529152,
        "memoryUsageHuman": "263.7 MiB",
        "requestTimeInMs": 73
    }
}