Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/mu/user/2575-michael-bettach

Response:
200
IP:
216.73.216.18
Date:
4 août 2025 à 13:33:38
Total execution time:
71 ms
Token:
EXnuHdCNL4A2KgQ37CKX

Log Messages

Time Level Message Context
13:33:38.607
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "mu",
            "userId": "2575",
            "userSlug": "michael-bettach"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "EXnuHdCNL4A2KgQ37CKX",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=SesS72FrdGvmH9Latzww7RAWdJcW3AMJCvP5862o; PHPSESSID=f3d29f412686432b707eac0150125e34; goafrica-ad-id=68909a6b0a05c8.12774086",
                "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/2575-michael-bettach",
        "original": "https://www.goa.goafrica.syazen.cloud/mu/user/2575-michael-bettach",
        "path": "/mu/user/2575-michael-bettach",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 281481216,
        "memoryUsageHuman": "268.4 MiB"
    }
}
13:33:38.613
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.9044219999341294
    }
}
13:33:38.616
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            2575
        ],
        "durationInMs": 3.2083529999945313
    }
}
13:33:38.620
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": 7.45368299994152
    }
}
13:33:38.621
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": [
            2575
        ],
        "durationInMs": 1.4248749999096617
    }
}
13:33:38.621
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 7.219891000073403
    }
}
13:33:38.621
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            2575
        ],
        "durationInMs": 1.830013999948278
    }
}
13:33:38.621
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            2575
        ],
        "durationInMs": 1.9522900000447407
    }
}
13:33:38.622
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": [
            2575,
            2
        ],
        "durationInMs": 2.6656700000166893
    }
}
13:33:38.623
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": [
            2575
        ],
        "durationInMs": 2.9846189999952912
    }
}
13:33:38.623
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": [
            2575,
            2575,
            2575,
            1
        ],
        "durationInMs": 3.6129519999958575
    }
}
13:33:38.623
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": [
            2575
        ],
        "durationInMs": 3.307336000027135
    }
}
13:33:38.623
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            2575
        ],
        "durationInMs": 2.644429999985732
    }
}
13:33:38.624
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            2575
        ],
        "durationInMs": 2.5418709999648854
    }
}
13:33:38.625
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            2575
        ],
        "durationInMs": 3.3710039999568835
    }
}
13:33:38.625
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            2575
        ],
        "durationInMs": 2.758932000026107
    }
}
13:33:38.625
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            2575
        ],
        "durationInMs": 2.2450909999897704
    }
}
13:33:38.625
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            2575
        ],
        "durationInMs": 2.4326589999254793
    }
}
13:33:38.625
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            2575,
            ""
        ],
        "durationInMs": 2.3931050000246614
    }
}
13:33:38.627
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            2575
        ],
        "durationInMs": 6.377041999949142
    }
}
13:33:38.627
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": [
            2575,
            2575,
            2575,
            2575,
            1,
            1
        ],
        "durationInMs": 7.744380999938585
    }
}
13:33:38.627
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            277,
            "fr"
        ],
        "durationInMs": 3.9261999999871477
    }
}
13:33:38.628
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            114975,
            275015
        ],
        "durationInMs": 4.500732999993488
    }
}
13:33:38.629
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            1024
        ],
        "durationInMs": 3.811909000040032
    }
}
13:33:38.629
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            1024
        ],
        "durationInMs": 3.599606000003405
    }
}
13:33:38.629
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": [
            1024
        ],
        "durationInMs": 3.596070000086911
    }
}
13:33:38.629
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": [
            1024
        ],
        "durationInMs": 3.5840580000076443
    }
}
13:33:38.629
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            1023
        ],
        "durationInMs": 2.2801269999472424
    }
}
13:33:38.629
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,
            277,
            1
        ],
        "durationInMs": 6.215162999927998
    }
}
13:33:38.630
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": [
            1023
        ],
        "durationInMs": 2.202392000006512
    }
}
13:33:38.630
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": [
            1023
        ],
        "durationInMs": 1.39751400006935
    }
}
13:33:38.630
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?, ?)",
        "parameters": [
            1024,
            1023
        ],
        "durationInMs": 1.4214990000473335
    }
}
13:33:38.631
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": [
            1024,
            1023
        ],
        "durationInMs": 2.5428219999885187
    }
}
13:33:38.632
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": [
            1024,
            1023
        ],
        "durationInMs": 2.5759430000325665
    }
}
13:33:38.632
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": [
            1024,
            1023
        ],
        "durationInMs": 2.5770250000059605
    }
}
13:33:38.632
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_resume` where `id` in (?)",
        "parameters": [
            14
        ],
        "durationInMs": 2.729778000037186
    }
}
13:33:38.632
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            1023
        ],
        "durationInMs": 5.30632300011348
    }
}
13:33:38.633
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": [
            2575,
            2366,
            102899,
            2007,
            579351,
            4
        ],
        "durationInMs": 8.137127000023611
    }
}
13:33:38.633
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": [
            1024,
            1023,
            null,
            null
        ],
        "durationInMs": 3.6531149999937043
    }
}
13:33:38.634
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": [
            1024,
            1023,
            null,
            null
        ],
        "durationInMs": 3.769700999953784
    }
}
13:33:38.634
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            242
        ],
        "durationInMs": 3.3305789999431
    }
}
13:33:38.634
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            265,
            "fr"
        ],
        "durationInMs": 2.7198699999134988
    }
}
13:33:38.634
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            2575
        ],
        "durationInMs": 2.7940559999551624
    }
}
13:33:38.635
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            123,
            "fr"
        ],
        "durationInMs": 2.830695000011474
    }
}
13:33:38.635
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            277
        ],
        "durationInMs": 2.543703999952413
    }
}
13:33:38.635
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?, ?)",
        "parameters": [
            4,
            5
        ],
        "durationInMs": 5.547177999978885
    }
}
13:33:38.635
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": [
            93649,
            176207,
            93930,
            381469,
            102899,
            2366
        ],
        "durationInMs": 1.7442760000703856
    }
}
13:33:38.635
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": [
            93649,
            176207,
            93930,
            381469,
            102899,
            2366
        ],
        "durationInMs": 1.6287320000119507
    }
}
13:33:38.636
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?)",
        "parameters": [
            579351,
            2007
        ],
        "durationInMs": 1.7888579999562353
    }
}
13:33:38.636
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": [
            579351,
            2007
        ],
        "durationInMs": 2.0036850000033155
    }
}
13:33:38.636
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": [
            579351,
            2007
        ],
        "durationInMs": 1.926162000047043
    }
}
13:33:38.637
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            231
        ],
        "durationInMs": 1.8195249999407679
    }
}
13:33:38.637
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            113
        ],
        "durationInMs": 1.8045860000420362
    }
}
13:33:38.641
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?, ?)",
        "parameters": [
            93649,
            176207,
            93930,
            381469,
            102899,
            2366
        ],
        "durationInMs": 7.531057000043802
    }
}
13:33:38.641
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            93649,
            176207,
            93930,
            381469,
            102899,
            2366
        ],
        "durationInMs": 8.075783999986015
    }
}
13:33:38.642
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            170989,
            279569
        ],
        "durationInMs": 6.090162000036798
    }
}
13:33:38.643
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            66,
            290
        ],
        "durationInMs": 6.328633000026457
    }
}
13:33:38.643
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": [
            66,
            "fr",
            290,
            "fr"
        ],
        "durationInMs": 6.658572999993339
    }
}
13:33:38.643
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            65811,
            254930,
            275630,
            275290
        ],
        "durationInMs": 1.7786889999406412
    }
}
13:33:38.643
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            126,
            389
        ],
        "durationInMs": 2.0763989998959005
    }
}
13:33:38.644
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": [
            126,
            "fr",
            389,
            "fr"
        ],
        "durationInMs": 2.397031999891624
    }
}
13:33:38.644
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": [
            49,
            "fr",
            283,
            "fr"
        ],
        "durationInMs": 1.156548999948427
    }
}
13:33:38.644
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            60,
            253
        ],
        "durationInMs": 1.1336069999961182
    }
}
13:33:38.644
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": [
            122,
            "fr",
            18,
            "fr"
        ],
        "durationInMs": 0.7273049999494106
    }
}
13:33:38.646
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            46,
            248
        ],
        "durationInMs": 1.9867539999540895
    }
}
13:33:38.646
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            112,
            16
        ],
        "durationInMs": 1.7932959999889135
    }
}
13:33:38.646
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            116,
            334
        ],
        "durationInMs": 2.5357390000717714
    }
}
13:33:38.678
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "mu",
            "userId": "2575",
            "userSlug": "michael-bettach"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "EXnuHdCNL4A2KgQ37CKX",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=SesS72FrdGvmH9Latzww7RAWdJcW3AMJCvP5862o; PHPSESSID=f3d29f412686432b707eac0150125e34; goafrica-ad-id=68909a6b0a05c8.12774086",
                "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": 164052,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=SesS72FrdGvmH9Latzww7RAWdJcW3AMJCvP5862o; PHPSESSID=f3d29f412686432b707eac0150125e34; goafrica-ad-id=68909a6b0a05c8.12774086",
                "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/2575-michael-bettach",
        "original": "https://www.goa.goafrica.syazen.cloud/mu/user/2575-michael-bettach",
        "path": "/mu/user/2575-michael-bettach",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 282267648,
        "memoryUsageHuman": "269.2 MiB",
        "requestTimeInMs": 71
    }
}