Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/

Response:
200
IP:
1.92.194.89
Date:
4 août 2025 à 15:00:28
Total execution time:
173 ms
Token:
w4BDx8EvV0Y8nkQzhScc

Log Messages

Time Level Message Context
15:00:28.923
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]"
        },
        "params": {},
        "clientAddress": "1.92.194.89",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "w4BDx8EvV0Y8nkQzhScc",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": "https://goa.goafrica.syazen.cloud",
            "headers": {
                "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
                "accept-encoding": "gzip, deflate, br",
                "accept-language": "zh-CN,zh;q=0.9,en;q=0.8,*;q=0.1",
                "connection": "close",
                "cookie": "",
                "host": "goa.goafrica.syazen.cloud",
                "referer": "https://goa.goafrica.syazen.cloud",
                "sec-ch-ua": "\"Google Chrome\";v=\"107\", \"Chromium\";v=\"107\", \"Not=A?Brand\";v=\"24\"",
                "sec-ch-ua-mobile": "?0",
                "sec-ch-ua-platform": "\"Windows\"",
                "sec-fetch-dest": "document",
                "sec-fetch-mode": "navigate",
                "sec-fetch-site": "none",
                "sec-fetch-user": "?1",
                "upgrade-insecure-requests": "1",
                "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36",
                "x-forwarded-for": "1.92.194.89",
                "x-real-ip": "1.92.194.89",
                "x-scheme": "https"
            }
        }
    },
    "user_agent": {
        "original": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
    },
    "url": {
        "full": "https://www.goa.goafrica.syazen.cloud/",
        "original": "https://www.goa.goafrica.syazen.cloud/",
        "path": "/",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 253333504,
        "memoryUsageHuman": "241.6 MiB"
    }
}
15:00:28.969
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.3157839998602867
    }
}
15:00:28.972
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 3.346508000046015
    }
}
15:00:28.976
debug
kysely.query
{
    "kysely": {
        "sql": "select `o`.`id` from `cms_post` as `o` where `o`.`online` = ? and `on_africa` = ? order by `o`.`updated_at` desc limit ?",
        "parameters": [
            1,
            1,
            4
        ],
        "durationInMs": 0.43820099998265505
    }
}
15:00:28.976
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `user` where `enabled` = ?",
        "parameters": [
            1
        ],
        "durationInMs": 0.6979709998704493
    }
}
15:00:28.976
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `company` where `valid` = ? and `online` = ?",
        "parameters": [
            1,
            1
        ],
        "durationInMs": 0.767388999927789
    }
}
15:00:28.976
debug
kysely.query
{
    "kysely": {
        "sql": "select `user`.`id` from `user` where `enabled` = ? and `sex` = ? and `profile_photo_status` = ? order by `id` desc limit ?",
        "parameters": [
            1,
            "F",
            "valid",
            3
        ],
        "durationInMs": 0.8280009999871254
    }
}
15:00:28.977
debug
kysely.query
{
    "kysely": {
        "sql": "select `user`.`id` from `user` where `enabled` = ? and `sex` = ? and `profile_photo_status` = ? order by `id` desc limit ?",
        "parameters": [
            1,
            "H",
            "valid",
            2
        ],
        "durationInMs": 0.8927210001274943
    }
}
15:00:28.977
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `all_countries` = ? and `visible_force` = ? order by `weight` desc limit ?",
        "parameters": [
            0,
            1,
            1,
            15
        ],
        "durationInMs": 1.500365000218153
    }
}
15:00:28.977
debug
kysely.query
{
    "kysely": {
        "sql": "with `nb_following`(`user_id`, `nb_following`) as (select `target_user_id` as `user_id`, count(*) as `nb_following` from `following` group by `target_user_id`) select `user`.`id`, `nb_following`.`nb_following` from `user` inner join `nb_following` on `nb_following`.`user_id` = `user`.`id` where `enabled` = ? and `profile_photo_status` = ? order by `nb_following` desc limit ?",
        "parameters": [
            1,
            "valid",
            30
        ],
        "durationInMs": 1.7014069999568164
    }
}
15:00:28.978
debug
kysely.query
{
    "kysely": {
        "sql": "with `nb_following`(`company_id`, `nb_following`) as (select `target_company_id` as `company_id`, count(*) as `nb_following` from `following` group by `target_company_id`) select `id`, `nb_following`.`nb_following` from `company` inner join `nb_following` on `nb_following`.`company_id` = `company`.`id` where `valid` = ? and `online` = ? and `square_photo_id` is not null order by `nb_following`.`nb_following` desc limit ?",
        "parameters": [
            1,
            1,
            30
        ],
        "durationInMs": 2.59082099981606
    }
}
15:00:28.979
debug
kysely.query
{
    "kysely": {
        "sql": "select `feed_post`.`id` from `feed_post` order by `feed_post`.`id` desc limit ?",
        "parameters": [
            3
        ],
        "durationInMs": 3.0852349996566772
    }
}
15:00:28.980
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?, ?, ?, ?)",
        "parameters": [
            588,
            592,
            594,
            595
        ],
        "durationInMs": 3.8387589999474585
    }
}
15:00:28.981
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": [
            415443,
            415440,
            415198,
            416177,
            416083
        ],
        "durationInMs": 4.368949000257999
    }
}
15:00:28.982
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": [
            415443,
            415440,
            415198,
            416177,
            416083
        ],
        "durationInMs": 4.573437000159174
    }
}
15:00:28.982
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            415443,
            415440,
            415198,
            416177,
            416083
        ],
        "durationInMs": 4.767324999906123
    }
}
15:00:28.982
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            415443,
            415440,
            415198,
            416177,
            416083
        ],
        "durationInMs": 5.176733000203967
    }
}
15:00:28.983
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `all_countries` = ? and `visible_force` = ?",
        "parameters": [
            0,
            1,
            0
        ],
        "durationInMs": 5.612679000012577
    }
}
15:00:28.983
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            2575,
            139209,
            102899,
            188625,
            254757
        ],
        "durationInMs": 5.153630000073463
    }
}
15:00:28.984
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            2575,
            139209,
            102899,
            188625,
            254757
        ],
        "durationInMs": 5.46499599982053
    }
}
15:00:28.992
debug
kysely.query
{
    "kysely": {
        "sql": "select `ad`.`id` from `company_static_ad` as `ad` where `ad`.`enabled` = ? and `ad`.`slot` = ? and `ad`.`start_date` >= ? and `ad`.`end_date` <= ? limit ?",
        "parameters": [
            1,
            "background",
            "2025-08-04T13:00:28.975Z",
            "2025-08-04T13:00:28.975Z",
            1
        ],
        "durationInMs": 15.707928000018
    }
}
15:00:28.993
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,
            139209,
            102899,
            188625,
            254757
        ],
        "durationInMs": 11.611041000112891
    }
}
15:00:28.994
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            38239,
            71,
            465668,
            78894,
            71458
        ],
        "durationInMs": 11.968783000018448
    }
}
15:00:28.994
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": [
            38239,
            71,
            465668,
            78894,
            71458
        ],
        "durationInMs": 12.494576000142843
    }
}
15:00:28.994
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": [
            38239,
            71,
            465668,
            78894,
            71458
        ],
        "durationInMs": 12.532113999594003
    }
}
15:00:28.995
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            1026
        ],
        "durationInMs": 11.745720000006258
    }
}
15:00:28.995
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            1026
        ],
        "durationInMs": 11.652056999970227
    }
}
15:00:28.995
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": [
            1026
        ],
        "durationInMs": 10.775276000145823
    }
}
15:00:28.995
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": [
            1026
        ],
        "durationInMs": 10.674629000015557
    }
}
15:00:28.995
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,
            139209,
            102899,
            188625,
            254757
        ],
        "durationInMs": 15.43860899982974
    }
}
15:00:28.995
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            1025
        ],
        "durationInMs": 2.3028390002436936
    }
}
15:00:28.996
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": [
            1025
        ],
        "durationInMs": 1.4065699996426702
    }
}
15:00:28.996
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": [
            1025
        ],
        "durationInMs": 1.3150120000354946
    }
}
15:00:28.996
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": 1.2855969998054206
    }
}
15:00:28.996
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": 1.2450719997286797
    }
}
15:00:28.996
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": 1.22914299974218
    }
}
15:00:28.996
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": 1.236496000085026
    }
}
15:00:28.996
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?, ?, ?)",
        "parameters": [
            1026,
            1025,
            1024
        ],
        "durationInMs": 1.2857679999433458
    }
}
15:00:28.997
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            1025
        ],
        "durationInMs": 5.741276999935508
    }
}
15:00:28.998
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": [
            1026,
            1025,
            1024
        ],
        "durationInMs": 2.178309000097215
    }
}
15:00:28.998
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": [
            1026,
            1025,
            1024
        ],
        "durationInMs": 2.2633960000239313
    }
}
15:00:28.998
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            284081,
            284544,
            285208,
            285483
        ],
        "durationInMs": 2.3708239998668432
    }
}
15:00:28.998
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            285855,
            287404,
            285719,
            287792,
            287442
        ],
        "durationInMs": 2.61668899981305
    }
}
15:00:28.999
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` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
        "parameters": [
            485,
            "fr",
            37,
            "fr",
            687,
            "fr",
            345,
            "fr",
            689,
            "fr"
        ],
        "durationInMs": 2.8887019995599985
    }
}
15:00:28.999
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            485,
            37,
            687,
            345,
            689
        ],
        "durationInMs": 3.041604000143707
    }
}
15:00:29.000
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `reference`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            29,
            10,
            16,
            59,
            8
        ],
        "durationInMs": 3.270658999681473
    }
}
15:00:29.000
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            114975,
            222694,
            275630,
            129079,
            160586
        ],
        "durationInMs": 2.8866980001330376
    }
}
15:00:29.000
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": [
            1026,
            1025,
            1024
        ],
        "durationInMs": 5.143842999823391
    }
}
15:00:29.001
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            277,
            126,
            532,
            169
        ],
        "durationInMs": 2.925239000003785
    }
}
15:00:29.001
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": [
            1026,
            1025,
            1024,
            null,
            null
        ],
        "durationInMs": 3.046163000166416
    }
}
15:00:29.001
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": [
            1026,
            1025,
            1024,
            null,
            null
        ],
        "durationInMs": 2.9363199998624623
    }
}
15:00:29.002
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": [
            175,
            "fr",
            219,
            "fr",
            195,
            "fr",
            166,
            "fr"
        ],
        "durationInMs": 2.8631450003013015
    }
}
15:00:29.002
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            175,
            219,
            195,
            166
        ],
        "durationInMs": 2.8418760001659393
    }
}
15:00:29.002
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            10165,
            226099,
            64818,
            32926,
            37898
        ],
        "durationInMs": 2.8177609997801483
    }
}
15:00:29.003
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            1967
        ],
        "durationInMs": 2.8026530002243817
    }
}
15:00:29.003
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            1967
        ],
        "durationInMs": 3.1556750000454485
    }
}
15:00:29.008
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": [
            277,
            "fr",
            126,
            "fr",
            532,
            "fr",
            169,
            "fr"
        ],
        "durationInMs": 10.931825999636203
    }
}
15:00:29.009
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": [
            1967
        ],
        "durationInMs": 7.791668000165373
    }
}
15:00:29.009
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": 7.690420999657363
    }
}
15:00:29.009
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            398,
            35,
            1080,
            302,
            1083
        ],
        "durationInMs": 7.733320000115782
    }
}
15:00:29.009
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` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
        "parameters": [
            85,
            "fr",
            18,
            "fr",
            283,
            "fr",
            3,
            "fr",
            197,
            "fr"
        ],
        "durationInMs": 7.7534880000166595
    }
}
15:00:29.010
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            90397,
            90399,
            90286,
            235022,
            156604
        ],
        "durationInMs": 7.842202000319958
    }
}
15:00:29.011
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            41,
            2231,
            62079,
            597362,
            394
        ],
        "durationInMs": 8.270584000274539
    }
}
15:00:29.011
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": [
            265,
            "fr",
            122,
            "fr",
            156,
            "fr",
            160,
            "fr"
        ],
        "durationInMs": 7.63160299975425
    }
}
15:00:29.011
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            1063,
            195,
            175,
            150
        ],
        "durationInMs": 7.705369000323117
    }
}
15:00:29.011
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": [
            1967
        ],
        "durationInMs": 10.875510999932885
    }
}
15:00:29.012
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            275015
        ],
        "durationInMs": 2.813522999640554
    }
}
15:00:29.012
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            242,
            116,
            432,
            153
        ],
        "durationInMs": 2.7378930002450943
    }
}
15:00:29.012
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            113
        ],
        "durationInMs": 2.6083339997567236
    }
}
15:00:29.012
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            77,
            16,
            248,
            1,
            177
        ],
        "durationInMs": 2.4719110000878572
    }
}
15:00:29.012
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            231,
            112,
            144,
            147
        ],
        "durationInMs": 1.245052000042051
    }
}
15:00:29.016
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": [
            172,
            "fr",
            194,
            "fr"
        ],
        "durationInMs": 7.347116000019014
    }
}
15:00:29.019
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            155,
            174
        ],
        "durationInMs": 3.1309500001370907
    }
}
15:00:29.096
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]"
        },
        "params": {},
        "clientAddress": "1.92.194.89",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "w4BDx8EvV0Y8nkQzhScc",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": "https://goa.goafrica.syazen.cloud",
            "headers": {
                "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
                "accept-encoding": "gzip, deflate, br",
                "accept-language": "zh-CN,zh;q=0.9,en;q=0.8,*;q=0.1",
                "connection": "close",
                "cookie": "",
                "host": "goa.goafrica.syazen.cloud",
                "referer": "https://goa.goafrica.syazen.cloud",
                "sec-ch-ua": "\"Google Chrome\";v=\"107\", \"Chromium\";v=\"107\", \"Not=A?Brand\";v=\"24\"",
                "sec-ch-ua-mobile": "?0",
                "sec-ch-ua-platform": "\"Windows\"",
                "sec-fetch-dest": "document",
                "sec-fetch-mode": "navigate",
                "sec-fetch-site": "none",
                "sec-fetch-user": "?1",
                "upgrade-insecure-requests": "1",
                "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36",
                "x-forwarded-for": "1.92.194.89",
                "x-real-ip": "1.92.194.89",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 289285,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
                "accept-encoding": "gzip, deflate, br",
                "accept-language": "zh-CN,zh;q=0.9,en;q=0.8,*;q=0.1",
                "connection": "close",
                "cookie": "",
                "host": "goa.goafrica.syazen.cloud",
                "referer": "https://goa.goafrica.syazen.cloud",
                "sec-ch-ua": "\"Google Chrome\";v=\"107\", \"Chromium\";v=\"107\", \"Not=A?Brand\";v=\"24\"",
                "sec-ch-ua-mobile": "?0",
                "sec-ch-ua-platform": "\"Windows\"",
                "sec-fetch-dest": "document",
                "sec-fetch-mode": "navigate",
                "sec-fetch-site": "none",
                "sec-fetch-user": "?1",
                "upgrade-insecure-requests": "1",
                "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36",
                "x-forwarded-for": "1.92.194.89",
                "x-real-ip": "1.92.194.89",
                "x-scheme": "https"
            }
        }
    },
    "user_agent": {
        "original": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
    },
    "url": {
        "full": "https://www.goa.goafrica.syazen.cloud/",
        "original": "https://www.goa.goafrica.syazen.cloud/",
        "path": "/",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 287936512,
        "memoryUsageHuman": "274.6 MiB",
        "requestTimeInMs": 173
    }
}