Logo de Go Africa Online

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

Response:
200
IP:
85.208.98.23
Date:
4 août 2025 à 15:04:40
Total execution time:
228 ms
Token:
AI7ffA2e5b-qdH9DmGTb

Log Messages

Time Level Message Context
15:04:40.675
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]"
        },
        "params": {},
        "clientAddress": "85.208.98.23",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "AI7ffA2e5b-qdH9DmGTb",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": "http://www.goa.goafrica.syazen.cloud/robots.txt",
            "headers": {
                "accept-encoding": "gzip",
                "connection": "close",
                "host": "goa.goafrica.syazen.cloud",
                "referer": "http://www.goa.goafrica.syazen.cloud/robots.txt",
                "user-agent": "Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)",
                "x-forwarded-for": "85.208.98.23",
                "x-real-ip": "85.208.98.23",
                "x-scheme": "https"
            }
        }
    },
    "user_agent": {
        "original": "Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)"
    },
    "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": 256692224,
        "memoryUsageHuman": "244.8 MiB"
    }
}
15:04:40.740
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 1.126803999999538
    }
}
15:04:40.742
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 2.213242999976501
    }
}
15:04:40.747
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": 1.1056650000391528
    }
}
15:04:40.747
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `user` where `enabled` = ?",
        "parameters": [
            1
        ],
        "durationInMs": 1.3776180000277236
    }
}
15:04:40.747
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `company` where `valid` = ? and `online` = ?",
        "parameters": [
            1,
            1
        ],
        "durationInMs": 1.4214989999309182
    }
}
15:04:40.747
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": 1.5185790000250563
    }
}
15:04:40.748
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": 1.6090759999351576
    }
}
15:04:40.748
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": 2.35903400008101
    }
}
15:04:40.749
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": 2.6727230000542477
    }
}
15:04:40.750
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": 3.4629750000312924
    }
}
15:04:40.750
debug
kysely.query
{
    "kysely": {
        "sql": "select `feed_post`.`id` from `feed_post` order by `feed_post`.`id` desc limit ?",
        "parameters": [
            3
        ],
        "durationInMs": 3.9906810000538826
    }
}
15:04:40.752
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?, ?, ?, ?)",
        "parameters": [
            588,
            592,
            594,
            595
        ],
        "durationInMs": 5.114960000035353
    }
}
15:04:40.753
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": 5.101425000000745
    }
}
15:04:40.753
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": 5.404927000054158
    }
}
15:04:40.754
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": 5.705122000072151
    }
}
15:04:40.754
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            415443,
            415440,
            415198,
            416177,
            416083
        ],
        "durationInMs": 6.442045999923721
    }
}
15:04:40.755
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `all_countries` = ? and `visible_force` = ?",
        "parameters": [
            0,
            1,
            0
        ],
        "durationInMs": 6.870998999918811
    }
}
15:04:40.757
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            139209,
            158682,
            254757,
            317759,
            280889
        ],
        "durationInMs": 7.467541999998502
    }
}
15:04:40.757
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            139209,
            158682,
            254757,
            317759,
            280889
        ],
        "durationInMs": 7.541407999931835
    }
}
15:04:40.764
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:04:40.746Z",
            "2025-08-04T13:04:40.746Z",
            1
        ],
        "durationInMs": 17.761662000091746
    }
}
15:04:40.764
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": [
            139209,
            158682,
            254757,
            317759,
            280889
        ],
        "durationInMs": 11.107885999954306
    }
}
15:04:40.765
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            83683,
            40846,
            82845,
            74567,
            95851
        ],
        "durationInMs": 11.482658999972045
    }
}
15:04:40.766
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": [
            83683,
            40846,
            82845,
            74567,
            95851
        ],
        "durationInMs": 11.958880000049248
    }
}
15:04:40.766
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": [
            83683,
            40846,
            82845,
            74567,
            95851
        ],
        "durationInMs": 11.914426999981515
    }
}
15:04:40.766
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": 10.802759999991395
    }
}
15:04:40.766
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": 10.492736999993213
    }
}
15:04:40.766
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": 8.95303000009153
    }
}
15:04:40.767
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": 8.950183999957517
    }
}
15:04:40.767
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": [
            139209,
            158682,
            254757,
            317759,
            280889
        ],
        "durationInMs": 14.866276999935508
    }
}
15:04:40.768
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": 3.608403999940492
    }
}
15:04:40.768
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": 2.5433440000051633
    }
}
15:04:40.768
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": 2.5012459999416023
    }
}
15:04:40.768
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": 2.414335999987088
    }
}
15:04:40.768
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": 2.3730089999735355
    }
}
15:04:40.769
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": 2.366126000066288
    }
}
15:04:40.769
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": 2.355176000040956
    }
}
15:04:40.769
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?, ?, ?)",
        "parameters": [
            1026,
            1025,
            1024
        ],
        "durationInMs": 2.346951000043191
    }
}
15:04:40.771
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": 3.900705000036396
    }
}
15:04:40.771
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": 7.501765999943018
    }
}
15:04:40.772
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": 4.023311999975704
    }
}
15:04:40.772
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": 4.216569000040181
    }
}
15:04:40.773
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            284081,
            284544,
            285208,
            285483
        ],
        "durationInMs": 4.390581000014208
    }
}
15:04:40.773
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            285855,
            287404,
            285719,
            287792,
            287442
        ],
        "durationInMs": 4.722534999949858
    }
}
15:04:40.774
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": 5.163921000086702
    }
}
15:04:40.774
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            485,
            37,
            687,
            345,
            689
        ],
        "durationInMs": 5.351267999969423
    }
}
15:04:40.774
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `reference`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            29,
            10,
            16,
            59,
            8
        ],
        "durationInMs": 5.610216000000946
    }
}
15:04:40.775
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            222694,
            242732,
            160586,
            206280,
            178048
        ],
        "durationInMs": 4.634080999996513
    }
}
15:04:40.775
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": [
            126,
            "fr",
            123,
            "fr",
            169,
            "fr",
            59,
            "fr"
        ],
        "durationInMs": 4.566365999984555
    }
}
15:04:40.776
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.7488040000898764
    }
}
15:04:40.776
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": 3.926712999935262
    }
}
15:04:40.777
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": [
            460,
            "fr",
            40,
            "fr",
            175,
            "fr"
        ],
        "durationInMs": 3.8049380000447854
    }
}
15:04:40.777
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            460,
            40,
            175
        ],
        "durationInMs": 3.5505179999163374
    }
}
15:04:40.777
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            277743,
            64264,
            4471,
            132588,
            238932
        ],
        "durationInMs": 3.6450219999533147
    }
}
15:04:40.778
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?)",
        "parameters": [
            1967,
            2575
        ],
        "durationInMs": 3.953992999973707
    }
}
15:04:40.779
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?) group by `author_id`",
        "parameters": [
            1967,
            2575
        ],
        "durationInMs": 4.618301999988034
    }
}
15:04:40.780
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,
            2575
        ],
        "durationInMs": 4.405007000081241
    }
}
15:04:40.786
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            126,
            123,
            169,
            59
        ],
        "durationInMs": 14.484120000037365
    }
}
15:04:40.787
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            398,
            35,
            1080,
            302,
            1083
        ],
        "durationInMs": 10.495312000042759
    }
}
15:04:40.787
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": 10.407379999989644
    }
}
15:04:40.787
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            90397,
            90399,
            90286,
            235022,
            156604
        ],
        "durationInMs": 10.42621499998495
    }
}
15:04:40.788
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            41,
            2231,
            62079,
            597362,
            394
        ],
        "durationInMs": 10.955723999999464
    }
}
15:04:40.789
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            113,
            116,
            153,
            55
        ],
        "durationInMs": 10.717181999934837
    }
}
15:04:40.789
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            379,
            38,
            1063
        ],
        "durationInMs": 9.640230999910273
    }
}
15:04:40.789
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": [
            49,
            "fr",
            38,
            "fr",
            172,
            "fr"
        ],
        "durationInMs": 9.641231999965385
    }
}
15:04:40.790
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": 9.868002000031993
    }
}
15:04:40.790
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            277
        ],
        "durationInMs": 3.507086999947205
    }
}
15:04:40.790
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,
            2575
        ],
        "durationInMs": 14.5940539999865
    }
}
15:04:40.790
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            114975,
            275015
        ],
        "durationInMs": 3.7141800000099465
    }
}
15:04:40.791
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",
            160,
            "fr"
        ],
        "durationInMs": 3.663075999938883
    }
}
15:04:40.791
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            77,
            16,
            248,
            1,
            177
        ],
        "durationInMs": 3.5315819999668747
    }
}
15:04:40.792
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            46,
            36,
            155
        ],
        "durationInMs": 2.181495000026189
    }
}
15:04:40.792
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            242
        ],
        "durationInMs": 2.0179019999923185
    }
}
15:04:40.792
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": 1.8638170000631362
    }
}
15:04:40.797
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            112,
            147
        ],
        "durationInMs": 5.9751219999743626
    }
}
15:04:40.797
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            231
        ],
        "durationInMs": 5.161626999964938
    }
}
15:04:40.903
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]"
        },
        "params": {},
        "clientAddress": "85.208.98.23",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "AI7ffA2e5b-qdH9DmGTb",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": "http://www.goa.goafrica.syazen.cloud/robots.txt",
            "headers": {
                "accept-encoding": "gzip",
                "connection": "close",
                "host": "goa.goafrica.syazen.cloud",
                "referer": "http://www.goa.goafrica.syazen.cloud/robots.txt",
                "user-agent": "Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)",
                "x-forwarded-for": "85.208.98.23",
                "x-real-ip": "85.208.98.23",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 290412,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept-encoding": "gzip",
                "connection": "close",
                "host": "goa.goafrica.syazen.cloud",
                "referer": "http://www.goa.goafrica.syazen.cloud/robots.txt",
                "user-agent": "Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)",
                "x-forwarded-for": "85.208.98.23",
                "x-real-ip": "85.208.98.23",
                "x-scheme": "https"
            }
        }
    },
    "user_agent": {
        "original": "Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)"
    },
    "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": 294768640,
        "memoryUsageHuman": "281.1 MiB",
        "requestTimeInMs": 228
    }
}