Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/gn/user/217963-mamadou-diallo

Response:
200
IP:
216.73.216.18
Date:
10 août 2025 à 18:16:55
Total execution time:
38 ms
Token:
AkFFNuL_1uU32YtZufr2

Log Messages

Time Level Message Context
18:16:55.012
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "gn",
            "userId": "217963",
            "userSlug": "mamadou-diallo"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "AkFFNuL_1uU32YtZufr2",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=rwrPCQLMrzu1ejrRAWrTM38NUNVvpM1BwwPTJFby; goafrica-ad-id=6898c5d226aa76.61274419; PHPSESSID=ee5a6f21e6d8f6822e1f10aa40354c94",
                "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/gn/user/217963-mamadou-diallo",
        "original": "https://www.goa.goafrica.syazen.cloud/gn/user/217963-mamadou-diallo",
        "path": "/gn/user/217963-mamadou-diallo",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 281321472,
        "memoryUsageHuman": "268.3 MiB"
    }
}
18:16:55.017
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.2755299999844283
    }
}
18:16:55.018
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": 0.42707899992819875
    }
}
18:16:55.018
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.29503500007558614
    }
}
18:16:55.019
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            217963
        ],
        "durationInMs": 2.2731730000814423
    }
}
18:16:55.024
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            217963
        ],
        "durationInMs": 1.2470159999793395
    }
}
18:16:55.024
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": [
            217963
        ],
        "durationInMs": 1.4732139999978244
    }
}
18:16:55.024
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            217963
        ],
        "durationInMs": 1.5194899999769405
    }
}
18:16:55.025
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": [
            217963,
            2
        ],
        "durationInMs": 2.1299189999699593
    }
}
18:16:55.025
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": [
            217963,
            217963,
            217963,
            1
        ],
        "durationInMs": 2.418021999998018
    }
}
18:16:55.025
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": [
            217963,
            217963,
            217963,
            217963,
            1,
            1
        ],
        "durationInMs": 2.546898999949917
    }
}
18:16:55.026
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": [
            217963
        ],
        "durationInMs": 2.244671000051312
    }
}
18:16:55.026
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": [
            217963
        ],
        "durationInMs": 2.334627000032924
    }
}
18:16:55.026
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            217963
        ],
        "durationInMs": 2.469457000028342
    }
}
18:16:55.026
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            217963
        ],
        "durationInMs": 2.6604689999949187
    }
}
18:16:55.026
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            217963
        ],
        "durationInMs": 2.1994870000053197
    }
}
18:16:55.026
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            217963
        ],
        "durationInMs": 2.215726999915205
    }
}
18:16:55.027
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            217963
        ],
        "durationInMs": 1.9920639999909326
    }
}
18:16:55.027
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            217963
        ],
        "durationInMs": 2.1528610000386834
    }
}
18:16:55.027
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            217963
        ],
        "durationInMs": 2.141730000032112
    }
}
18:16:55.028
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            217963,
            ""
        ],
        "durationInMs": 2.126602000091225
    }
}
18:16:55.028
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,
            10,
            1
        ],
        "durationInMs": 2.27044799993746
    }
}
18:16:55.028
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            10,
            "fr"
        ],
        "durationInMs": 2.4753469999413937
    }
}
18:16:55.029
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            258099,
            180625
        ],
        "durationInMs": 2.8769399999873713
    }
}
18:16:55.030
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": [
            805024
        ],
        "durationInMs": 3.4395400000503287
    }
}
18:16:55.030
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": [
            805024
        ],
        "durationInMs": 3.1607739999890327
    }
}
18:16:55.030
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            305756
        ],
        "durationInMs": 2.988035000045784
    }
}
18:16:55.031
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            305756
        ],
        "durationInMs": 3.1805910000111908
    }
}
18:16:55.031
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": [
            305756
        ],
        "durationInMs": 3.1849899999797344
    }
}
18:16:55.031
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": [
            305756
        ],
        "durationInMs": 3.14723900007084
    }
}
18:16:55.031
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?)",
        "parameters": [
            1089
        ],
        "durationInMs": 2.9669070000527427
    }
}
18:16:55.031
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?)",
        "parameters": [
            1100
        ],
        "durationInMs": 2.617039000033401
    }
}
18:16:55.031
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.4767900001024827
    }
}
18:16:55.032
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            805024
        ],
        "durationInMs": 5.845288999960758
    }
}
18:16:55.033
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            8
        ],
        "durationInMs": 2.7638009999645874
    }
}
18:16:55.033
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            581,
            "fr"
        ],
        "durationInMs": 2.34699999995064
    }
}
18:16:55.033
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            194411
        ],
        "durationInMs": 2.6268279999494553
    }
}
18:16:55.033
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            581
        ],
        "durationInMs": 2.5870839999988675
    }
}
18:16:55.033
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            579
        ],
        "durationInMs": 1.1690220000455156
    }
}
18:16:55.034
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            1
        ],
        "durationInMs": 1.996220999979414
    }
}
18:16:55.034
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            579,
            "fr"
        ],
        "durationInMs": 1.6327199999941513
    }
}
18:16:55.034
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            461
        ],
        "durationInMs": 1.1881470000371337
    }
}
18:16:55.034
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            575,
            "fr"
        ],
        "durationInMs": 0.9076290000230074
    }
}
18:16:55.034
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            18,
            "fr"
        ],
        "durationInMs": 0.9061960000544786
    }
}
18:16:55.035
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            455
        ],
        "durationInMs": 0.32228500000201166
    }
}
18:16:55.035
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            459
        ],
        "durationInMs": 0.8498210000107065
    }
}
18:16:55.035
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            16
        ],
        "durationInMs": 0.36116800003219396
    }
}
18:16:55.050
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "gn",
            "userId": "217963",
            "userSlug": "mamadou-diallo"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "AkFFNuL_1uU32YtZufr2",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=rwrPCQLMrzu1ejrRAWrTM38NUNVvpM1BwwPTJFby; goafrica-ad-id=6898c5d226aa76.61274419; PHPSESSID=ee5a6f21e6d8f6822e1f10aa40354c94",
                "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": 160814,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=rwrPCQLMrzu1ejrRAWrTM38NUNVvpM1BwwPTJFby; goafrica-ad-id=6898c5d226aa76.61274419; PHPSESSID=ee5a6f21e6d8f6822e1f10aa40354c94",
                "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/gn/user/217963-mamadou-diallo",
        "original": "https://www.goa.goafrica.syazen.cloud/gn/user/217963-mamadou-diallo",
        "path": "/gn/user/217963-mamadou-diallo",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 281714688,
        "memoryUsageHuman": "268.7 MiB",
        "requestTimeInMs": 38
    }
}