Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/mu/user/416217-michael-bettachi

Response:
200
IP:
216.73.216.18
Date:
4 août 2025 à 16:58:40
Total execution time:
55 ms
Token:
796Nju0lb5HK1X-d2cSA

Log Messages

Time Level Message Context
16:58:40.604
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "mu",
            "userId": "416217",
            "userSlug": "michael-bettachi"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "796Nju0lb5HK1X-d2cSA",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=6890ca3d6aaad4.00183525; PHPSESSID=54cc7008d015e3abc24cb132c5d60cae; GOAFRICA_NEXT_SESSION_ID=rjsrgUyLpZurENPunS9occYbq208N94EAkDxvBHj",
                "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/mu/user/416217-michael-bettachi",
        "original": "https://www.goa.goafrica.syazen.cloud/mu/user/416217-michael-bettachi",
        "path": "/mu/user/416217-michael-bettachi",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 247156736,
        "memoryUsageHuman": "235.7 MiB"
    }
}
16:58:40.610
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.5764359999448061
    }
}
16:58:40.610
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "MU",
            true
        ],
        "durationInMs": 0.7459389999276027
    }
}
16:58:40.610
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.30232899996917695
    }
}
16:58:40.613
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            416217
        ],
        "durationInMs": 3.017829999909736
    }
}
16:58:40.617
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            416217
        ],
        "durationInMs": 1.6986810000380501
    }
}
16:58:40.617
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": [
            416217
        ],
        "durationInMs": 1.9230259999167174
    }
}
16:58:40.617
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": [
            416217,
            2
        ],
        "durationInMs": 1.8871789999539033
    }
}
16:58:40.618
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": [
            416217,
            416217,
            416217,
            416217,
            1,
            1
        ],
        "durationInMs": 2.1300590001046658
    }
}
16:58:40.618
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            416217
        ],
        "durationInMs": 2.3455870000179857
    }
}
16:58:40.619
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": [
            416217,
            416217,
            416217,
            1
        ],
        "durationInMs": 3.5681079999776557
    }
}
16:58:40.619
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": [
            416217
        ],
        "durationInMs": 2.6023319999221712
    }
}
16:58:40.619
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": [
            416217
        ],
        "durationInMs": 2.7156819999217987
    }
}
16:58:40.620
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            416217
        ],
        "durationInMs": 2.8341510000173002
    }
}
16:58:40.620
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            416217
        ],
        "durationInMs": 3.0024320000084117
    }
}
16:58:40.620
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            416217
        ],
        "durationInMs": 3.0414450000971556
    }
}
16:58:40.620
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            416217
        ],
        "durationInMs": 3.077279999968596
    }
}
16:58:40.621
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            416217
        ],
        "durationInMs": 3.0465839999960735
    }
}
16:58:40.621
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            416217
        ],
        "durationInMs": 3.045041000004858
    }
}
16:58:40.621
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            416217
        ],
        "durationInMs": 2.0386290000751615
    }
}
16:58:40.621
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            416217,
            ""
        ],
        "durationInMs": 2.05368799995631
    }
}
16:58:40.622
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,
            281,
            1
        ],
        "durationInMs": 2.364091999945231
    }
}
16:58:40.622
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            281,
            "fr"
        ],
        "durationInMs": 2.4902250000741333
    }
}
16:58:40.623
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            287940,
            287941
        ],
        "durationInMs": 3.031305000069551
    }
}
16:58:40.625
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            144814,
            291513,
            2575,
            196658,
            375505
        ],
        "durationInMs": 4.47515499999281
    }
}
16:58:40.626
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": [
            144814,
            291513,
            2575,
            196658,
            375505
        ],
        "durationInMs": 5.043565999949351
    }
}
16:58:40.626
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": [
            144814,
            291513,
            2575,
            196658,
            375505
        ],
        "durationInMs": 5.051771999918856
    }
}
16:58:40.626
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?)",
        "parameters": [
            5135,
            345268,
            38239
        ],
        "durationInMs": 5.402700999984518
    }
}
16:58:40.627
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": [
            5135,
            345268,
            38239
        ],
        "durationInMs": 5.860456000082195
    }
}
16:58:40.627
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": [
            5135,
            345268,
            38239
        ],
        "durationInMs": 5.536578000057489
    }
}
16:58:40.627
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,
            85,
            257,
            265,
            694,
            1
        ],
        "durationInMs": 5.404653999954462
    }
}
16:58:40.628
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": [
            85,
            "fr",
            257,
            "fr",
            265,
            "fr",
            694,
            "fr"
        ],
        "durationInMs": 5.042844999930821
    }
}
16:58:40.628
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_coordinate` where `id` in (?)",
        "parameters": [
            132923
        ],
        "durationInMs": 5.212158999987878
    }
}
16:58:40.628
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            144814,
            291513,
            2575,
            196658,
            375505
        ],
        "durationInMs": 8.36827400000766
    }
}
16:58:40.629
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            246
        ],
        "durationInMs": 3.841283000074327
    }
}
16:58:40.630
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?)",
        "parameters": [
            26504,
            35280,
            10165
        ],
        "durationInMs": 2.7263409999432042
    }
}
16:58:40.630
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            127,
            157,
            175
        ],
        "durationInMs": 3.005557999946177
    }
}
16:58:40.630
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": [
            127,
            "fr",
            157,
            "fr",
            175,
            "fr"
        ],
        "durationInMs": 3.3730869999853894
    }
}
16:58:40.630
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            77,
            226,
            231,
            1099
        ],
        "durationInMs": 2.6130819999380037
    }
}
16:58:40.631
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": [
            122,
            "fr",
            156,
            "fr",
            172,
            "fr"
        ],
        "durationInMs": 0.8453429999062791
    }
}
16:58:40.631
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            117,
            145,
            1063
        ],
        "durationInMs": 0.8637970000272617
    }
}
16:58:40.631
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            106037,
            286756,
            114975,
            132841,
            250140
        ],
        "durationInMs": 2.2524549999507144
    }
}
16:58:40.632
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            277,
            312,
            517
        ],
        "durationInMs": 2.488842000020668
    }
}
16:58:40.632
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": [
            277,
            "fr",
            312,
            "fr",
            517,
            "fr"
        ],
        "durationInMs": 2.8451809999532998
    }
}
16:58:40.632
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            112,
            144,
            155
        ],
        "durationInMs": 1.2819199999794364
    }
}
16:58:40.632
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": 0.5903019999386743
    }
}
16:58:40.633
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            269
        ],
        "durationInMs": 0.7241589999757707
    }
}
16:58:40.633
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            242,
            273,
            422
        ],
        "durationInMs": 1.3048219999764115
    }
}
16:58:40.659
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "mu",
            "userId": "416217",
            "userSlug": "michael-bettachi"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "796Nju0lb5HK1X-d2cSA",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=6890ca3d6aaad4.00183525; PHPSESSID=54cc7008d015e3abc24cb132c5d60cae; GOAFRICA_NEXT_SESSION_ID=rjsrgUyLpZurENPunS9occYbq208N94EAkDxvBHj",
                "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": 148554,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=6890ca3d6aaad4.00183525; PHPSESSID=54cc7008d015e3abc24cb132c5d60cae; GOAFRICA_NEXT_SESSION_ID=rjsrgUyLpZurENPunS9occYbq208N94EAkDxvBHj",
                "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/mu/user/416217-michael-bettachi",
        "original": "https://www.goa.goafrica.syazen.cloud/mu/user/416217-michael-bettachi",
        "path": "/mu/user/416217-michael-bettachi",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 248729600,
        "memoryUsageHuman": "237.2 MiB",
        "requestTimeInMs": 55
    }
}