Logo de Go Africa Online

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

Response:
200
IP:
216.73.216.18
Date:
4 août 2025 à 14:36:42
Total execution time:
254 ms
Token:
c71rUKKW0UQ-g41tU1rQ

Log Messages

Time Level Message Context
14:36:42.916
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]"
        },
        "params": {
            "_country": "ng"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "c71rUKKW0UQ-g41tU1rQ",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "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/ng",
        "original": "https://www.goa.goafrica.syazen.cloud/ng",
        "path": "/ng",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 249913344,
        "memoryUsageHuman": "238.3 MiB"
    }
}
14:36:42.959
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.2368080000160262
    }
}
14:36:42.960
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "NG",
            true
        ],
        "durationInMs": 0.4901759999920614
    }
}
14:36:42.960
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.31377000000793487
    }
}
14:36:42.972
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.8914579999982379
    }
}
14:36:42.973
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `user` where `enabled` = ?",
        "parameters": [
            1
        ],
        "durationInMs": 1.2427080000052229
    }
}
14:36:42.973
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `company` where `valid` = ? and `online` = ?",
        "parameters": [
            1,
            1
        ],
        "durationInMs": 1.423863000003621
    }
}
14:36:42.974
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `country` = ? and `visible_force` = ? order by `weight` desc limit ?",
        "parameters": [
            0,
            "ng",
            1,
            13
        ],
        "durationInMs": 1.714921000006143
    }
}
14:36:42.974
debug
kysely.query
{
    "kysely": {
        "sql": "select `user`.`id` from `user` where `enabled` = ? and `sex` = ? and `profile_photo_status` = ? and `user`.`country` = ? order by `id` desc limit ?",
        "parameters": [
            1,
            "H",
            "valid",
            "ng",
            2
        ],
        "durationInMs": 2.379118999990169
    }
}
14:36:42.975
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` = ? and `user`.`country` = ? order by `nb_following` desc limit ?",
        "parameters": [
            1,
            "valid",
            "ng",
            30
        ],
        "durationInMs": 3.3589210000354797
    }
}
14:36:42.975
debug
kysely.query
{
    "kysely": {
        "sql": "select `user`.`id` from `user` where `enabled` = ? and `sex` = ? and `profile_photo_status` = ? and `user`.`country` = ? order by `id` desc limit ?",
        "parameters": [
            1,
            "F",
            "valid",
            "ng",
            3
        ],
        "durationInMs": 3.667793000000529
    }
}
14:36:42.977
debug
kysely.query
{
    "kysely": {
        "sql": "select `feed_post`.`id` from `feed_post` left join `user` as `user_author` on `user_author`.`id` = `feed_post`.`user_author_id` left join `company` as `company_author` on `company_author`.`id` = `feed_post`.`company_author_id` where (`company_author`.`country` = ? or `user_author`.`country` = ?) order by `feed_post`.`id` desc limit ?",
        "parameters": [
            "ng",
            "ng",
            3
        ],
        "durationInMs": 4.607660999987274
    }
}
14:36:42.977
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            391386,
            366597,
            366382,
            324407,
            322910
        ],
        "durationInMs": 0.4815400000079535
    }
}
14:36:42.978
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            391386,
            366597,
            366382,
            324407,
            322910
        ],
        "durationInMs": 1.2714010000345297
    }
}
14:36:42.979
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `country` = ? and `visible_force` = ?",
        "parameters": [
            0,
            "ng",
            0
        ],
        "durationInMs": 4.9384919999865815
    }
}
14:36:42.980
debug
kysely.query
{
    "kysely": {
        "sql": "select `feed_post`.`id` from `feed_post` left join `user` as `user_author` on `user_author`.`id` = `feed_post`.`user_author_id` left join `company` as `company_author` on `company_author`.`id` = `feed_post`.`company_author_id` where (`company_author`.`country` != ? or `company_author`.`country` is null or `user_author`.`country` != ? or `user_author`.`country` is null) order by `feed_post`.`id` desc limit ?",
        "parameters": [
            "ng",
            "ng",
            3
        ],
        "durationInMs": 6.901592000038363
    }
}
14:36:42.982
debug
kysely.query
{
    "kysely": {
        "sql": "select `o`.`id` from `cms_post` as `o` where `o`.`online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ? and `id` not in (?, ?, ?, ?) order by `o`.`updated_at` desc limit ?",
        "parameters": [
            1,
            "NG",
            true,
            588,
            592,
            594,
            595,
            4
        ],
        "durationInMs": 8.631090999988373
    }
}
14:36:42.983
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": [
            391386,
            366597,
            366382,
            324407,
            322910
        ],
        "durationInMs": 5.700521000020672
    }
}
14:36:42.983
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            263063,
            243083,
            242848,
            262039,
            262084
        ],
        "durationInMs": 4.139074000006076
    }
}
14:36:42.984
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": [
            237,
            "fr",
            4,
            "fr",
            21,
            "fr",
            610,
            "fr"
        ],
        "durationInMs": 4.2858349999878556
    }
}
14:36:42.984
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            237,
            4,
            21,
            610
        ],
        "durationInMs": 1.8748459999915212
    }
}
14:36:42.984
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,
            13
        ],
        "durationInMs": 1.7042910000309348
    }
}
14:36:42.988
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": [
            391386,
            366597,
            366382,
            324407,
            322910
        ],
        "durationInMs": 11.371386999962851
    }
}
14:36:42.988
debug
kysely.query
{
    "kysely": {
        "sql": "select `ad`.`id` from `company_static_ad` as `ad` inner join `company` on `company`.`id` = `ad`.`company_id` where `company`.`country` = ? and `ad`.`enabled` = ? and `ad`.`slot` = ? and `ad`.`start_date` >= ? and `ad`.`end_date` <= ? limit ?",
        "parameters": [
            "ng",
            1,
            "background",
            "2025-08-04T12:36:42.971Z",
            "2025-08-04T12:36:42.971Z",
            1
        ],
        "durationInMs": 15.421817999973428
    }
}
14:36:42.994
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "NG",
            true
        ],
        "durationInMs": 20.642783000017516
    }
}
14:36:42.994
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` = ? and `user`.`country` != ? order by `nb_following` desc limit ?",
        "parameters": [
            1,
            "valid",
            "ng",
            30
        ],
        "durationInMs": 22.237751999986358
    }
}
14:36:42.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": 12.193418000009842
    }
}
14:36:42.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.760045999952126
    }
}
14:36:42.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": [
            1026
        ],
        "durationInMs": 11.583229000039864
    }
}
14:36:42.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": [
            1026
        ],
        "durationInMs": 11.49585800000932
    }
}
14:36:42.996
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": 11.381507000012789
    }
}
14:36:42.996
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": 7.867488999967463
    }
}
14:36:42.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": 2.56768799998099
    }
}
14:36:42.997
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.5131969999638386
    }
}
14:36:42.997
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.645682999980636
    }
}
14:36:42.999
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.4645970000419766
    }
}
14:36:42.999
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.449408999993466
    }
}
14:36:42.999
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.426426000020001
    }
}
14:36:42.999
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?, ?, ?)",
        "parameters": [
            1026,
            1025,
            1024
        ],
        "durationInMs": 3.4569529999862425
    }
}
14:36:43.002
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.681226000015158
    }
}
14:36:43.002
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": 5.8013580000260845
    }
}
14:36:43.002
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": 5.918153999955393
    }
}
14:36:43.003
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?, ?, ?, ?)",
        "parameters": [
            588,
            592,
            594,
            595
        ],
        "durationInMs": 6.087056000018492
    }
}
14:36:43.004
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            209,
            2,
            19,
            490
        ],
        "durationInMs": 6.770569999993313
    }
}
14:36:43.005
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": [
            220,
            "fr",
            3,
            "fr",
            18,
            "fr",
            85,
            "fr"
        ],
        "durationInMs": 6.074443000019528
    }
}
14:36:43.007
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `all_countries` = ? and `visible_force` = ?",
        "parameters": [
            0,
            1,
            0
        ],
        "durationInMs": 7.627535000036005
    }
}
14:36:43.007
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": 7.989082999993116
    }
}
14:36:43.008
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": 6.434038000006694
    }
}
14:36:43.008
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            2575,
            155401,
            139209,
            390865,
            219791
        ],
        "durationInMs": 6.28080399997998
    }
}
14:36:43.009
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            2575,
            155401,
            139209,
            390865,
            219791
        ],
        "durationInMs": 6.776120000053197
    }
}
14:36:43.009
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,
            155401,
            139209,
            390865,
            219791
        ],
        "durationInMs": 6.690571999992244
    }
}
14:36:43.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": [
            2575,
            155401,
            139209,
            390865,
            219791
        ],
        "durationInMs": 6.007579000026453
    }
}
14:36:43.010
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            1967
        ],
        "durationInMs": 6.1202679999987595
    }
}
14:36:43.014
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": 9.251959000015631
    }
}
14:36:43.015
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": 7.550732999981847
    }
}
14:36:43.015
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.28082300000824
    }
}
14:36:43.015
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.124445000023115
    }
}
14:36:43.015
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            284081,
            284544,
            285208,
            285483
        ],
        "durationInMs": 6.6067369999946095
    }
}
14:36:43.016
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            196,
            1,
            16,
            77
        ],
        "durationInMs": 6.724294000014197
    }
}
14:36:43.016
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `reference`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            29,
            10,
            16,
            8,
            59
        ],
        "durationInMs": 6.751745999965351
    }
}
14:36:43.017
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            114975,
            275027,
            222694,
            272424,
            143668
        ],
        "durationInMs": 7.381479999981821
    }
}
14:36:43.017
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",
            540,
            "fr",
            126,
            "fr"
        ],
        "durationInMs": 6.7251670000259764
    }
}
14:36:43.023
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            277,
            540,
            126
        ],
        "durationInMs": 8.474661000014748
    }
}
14:36:43.023
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            275015
        ],
        "durationInMs": 8.789943999960087
    }
}
14:36:43.024
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            113
        ],
        "durationInMs": 8.589833999983966
    }
}
14:36:43.026
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            41,
            2231,
            62079,
            394,
            597362
        ],
        "durationInMs": 9.170248000009451
    }
}
14:36:43.026
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            90397,
            90399,
            90286,
            156604,
            235022
        ],
        "durationInMs": 9.68588100001216
    }
}
14:36:43.027
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            242,
            438,
            116
        ],
        "durationInMs": 9.31153899995843
    }
}
14:36:43.027
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": [
            265,
            "fr",
            122,
            "fr"
        ],
        "durationInMs": 3.806510000023991
    }
}
14:36:43.033
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            231,
            112
        ],
        "durationInMs": 5.493659000028856
    }
}
14:36:43.082
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 and `company`.`country` = ? order by `nb_following`.`nb_following` desc limit ?",
        "parameters": [
            1,
            1,
            "ng",
            30
        ],
        "durationInMs": 109.99927100003697
    }
}
14:36:43.084
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": [
            29406,
            29404
        ],
        "durationInMs": 0.42870200000470504
    }
}
14:36:43.085
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?)",
        "parameters": [
            29406,
            29404
        ],
        "durationInMs": 0.9817950000287965
    }
}
14:36:43.085
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": [
            29406,
            29404
        ],
        "durationInMs": 1.49755999998888
    }
}
14:36:43.086
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            2052,
            2040
        ],
        "durationInMs": 1.006251000042539
    }
}
14:36:43.086
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            123
        ],
        "durationInMs": 1.2832320000161417
    }
}
14:36:43.170
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]"
        },
        "params": {
            "_country": "ng"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "c71rUKKW0UQ-g41tU1rQ",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "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": 279642,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "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/ng",
        "original": "https://www.goa.goafrica.syazen.cloud/ng",
        "path": "/ng",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 293564416,
        "memoryUsageHuman": "280 MiB",
        "requestTimeInMs": 254
    }
}