Logo de Go Africa Online

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

Response:
200
IP:
216.73.216.18
Date:
4 août 2025 à 08:32:50
Total execution time:
431 ms
Token:
5c8kaomu0S0XlZQXFtgr

Log Messages

Time Level Message Context
08:32:50.695
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]"
        },
        "params": {
            "_country": "cm"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "5c8kaomu0S0XlZQXFtgr",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689053c7db0557.27600909; PHPSESSID=9396c2cfb64a06535a748925d713b65b; GOAFRICA_NEXT_SESSION_ID=X7SThNqVix3NFRBEAiy9WnOrWyImU5mfr1E5BtWJ",
                "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/cm",
        "original": "https://www.goa.goafrica.syazen.cloud/cm",
        "path": "/cm",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 213377024,
        "memoryUsageHuman": "203.5 MiB"
    }
}
08:32:50.803
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 4.3211519999895245
    }
}
08:32:50.817
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "CM",
            true
        ],
        "durationInMs": 17.817590999999084
    }
}
08:32:50.825
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 21.422027000022354
    }
}
08:32:50.830
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": [
            "cm",
            "cm",
            3
        ],
        "durationInMs": 3.3491240000003017
    }
}
08:32:50.830
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.3140300000086427
    }
}
08:32:50.831
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `user` where `enabled` = ?",
        "parameters": [
            1
        ],
        "durationInMs": 1.7033409999858122
    }
}
08:32:50.831
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `company` where `valid` = ? and `online` = ?",
        "parameters": [
            1,
            1
        ],
        "durationInMs": 1.8279600000241771
    }
}
08:32:50.831
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `country` = ? and `visible_force` = ? order by `weight` desc limit ?",
        "parameters": [
            0,
            "cm",
            1,
            13
        ],
        "durationInMs": 1.809166000020923
    }
}
08:32:50.833
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "CM",
            true
        ],
        "durationInMs": 1.831196999992244
    }
}
08:32:50.833
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `country` = ? and `visible_force` = ?",
        "parameters": [
            0,
            "cm",
            0
        ],
        "durationInMs": 1.5080090000119526
    }
}
08:32:50.833
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": 0.2734659999841824
    }
}
08:32:50.834
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": [
            "cm",
            1,
            "background",
            "2025-08-04T06:32:50.815Z",
            "2025-08-04T06:32:50.815Z",
            1
        ],
        "durationInMs": 3.347451000008732
    }
}
08:32:50.840
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `all_countries` = ? and `visible_force` = ?",
        "parameters": [
            0,
            1,
            0
        ],
        "durationInMs": 5.952458999992814
    }
}
08:32:50.840
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": [
            "cm",
            "cm",
            3
        ],
        "durationInMs": 10.309416000003694
    }
}
08:32:50.843
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,
            "CM",
            true,
            588,
            592,
            594,
            595,
            4
        ],
        "durationInMs": 11.768605000019306
    }
}
08:32:50.843
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",
            "cm",
            30
        ],
        "durationInMs": 13.817393000004813
    }
}
08:32:50.845
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `reference`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            29,
            10,
            16,
            59,
            8
        ],
        "durationInMs": 4.502667999971891
    }
}
08:32:50.846
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            1001
        ],
        "durationInMs": 3.130098999972688
    }
}
08:32:50.846
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": [
            1001
        ],
        "durationInMs": 2.7995280000031926
    }
}
08:32:50.846
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            997
        ],
        "durationInMs": 2.610679000004893
    }
}
08:32:50.846
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            1001
        ],
        "durationInMs": 3.669426000007661
    }
}
08:32:50.846
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": [
            1001
        ],
        "durationInMs": 3.788005999987945
    }
}
08:32:50.847
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": [
            997
        ],
        "durationInMs": 0.5819870000123046
    }
}
08:32:50.847
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            995
        ],
        "durationInMs": 0.5975749999925029
    }
}
08:32:50.847
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            995
        ],
        "durationInMs": 0.6044580000161659
    }
}
08:32:50.853
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": [
            995
        ],
        "durationInMs": 6.18383600001107
    }
}
08:32:50.853
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?, ?, ?)",
        "parameters": [
            1001,
            997,
            995
        ],
        "durationInMs": 6.5243959999934305
    }
}
08:32:50.856
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": [
            1001,
            997,
            995
        ],
        "durationInMs": 9.009561999992002
    }
}
08:32:50.856
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            997
        ],
        "durationInMs": 10.821332999999868
    }
}
08:32:50.857
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": [
            997
        ],
        "durationInMs": 10.80475199999637
    }
}
08:32:50.857
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": [
            995
        ],
        "durationInMs": 10.21429000000353
    }
}
08:32:50.857
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": [
            1001,
            997,
            995
        ],
        "durationInMs": 4.1338550000218675
    }
}
08:32:50.857
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": [
            1001,
            997,
            995
        ],
        "durationInMs": 1.8919990000140388
    }
}
08:32:50.858
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?, ?, ?, ?)",
        "parameters": [
            590,
            577,
            576,
            573
        ],
        "durationInMs": 1.5628100000030827
    }
}
08:32:50.859
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            90397,
            90399,
            90286,
            235022,
            156604
        ],
        "durationInMs": 2.592424000002211
    }
}
08:32:50.861
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            41,
            2231,
            62079,
            597362,
            394
        ],
        "durationInMs": 4.43979100001161
    }
}
08:32:50.861
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": [
            1001,
            997,
            995,
            null,
            null
        ],
        "durationInMs": 4.744082999997772
    }
}
08:32:50.862
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": [
            1001,
            997,
            995,
            null,
            null
        ],
        "durationInMs": 4.795879999990575
    }
}
08:32:50.863
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?)",
        "parameters": [
            416073,
            416174,
            239790
        ],
        "durationInMs": 5.512303999974392
    }
}
08:32:50.865
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?) group by `author_id`",
        "parameters": [
            416073,
            416174,
            239790
        ],
        "durationInMs": 6.2207650000054855
    }
}
08:32:50.865
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": [
            416073,
            416174,
            239790
        ],
        "durationInMs": 5.463474000018323
    }
}
08:32:50.865
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": [
            416073,
            416174,
            239790
        ],
        "durationInMs": 4.077249999972992
    }
}
08:32:50.871
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            284150,
            278185,
            278179,
            278143
        ],
        "durationInMs": 8.429229000001214
    }
}
08:32:50.871
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            287860,
            152937
        ],
        "durationInMs": 6.609744999994291
    }
}
08:32:50.872
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": [
            388,
            "fr",
            419,
            "fr"
        ],
        "durationInMs": 6.823368999990635
    }
}
08:32:50.872
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            388,
            419
        ],
        "durationInMs": 7.196498999983305
    }
}
08:32:50.876
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?)",
        "parameters": [
            287761,
            287759,
            287760
        ],
        "durationInMs": 14.385994999989634
    }
}
08:32:50.877
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            333,
            357
        ],
        "durationInMs": 4.912335000000894
    }
}
08:32:50.877
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": [
            18,
            "fr",
            220,
            "fr"
        ],
        "durationInMs": 4.559932999982266
    }
}
08:32:50.878
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",
            "cm",
            2
        ],
        "durationInMs": 49.0412269999797
    }
}
08:32:50.879
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",
            "cm",
            30
        ],
        "durationInMs": 49.119690999999875
    }
}
08:32:50.880
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",
            "cm",
            3
        ],
        "durationInMs": 50.97522299998673
    }
}
08:32:50.881
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": [
            193031,
            175566,
            316709,
            352070,
            351690
        ],
        "durationInMs": 1.1944990000047255
    }
}
08:32:50.881
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            16,
            196
        ],
        "durationInMs": 3.9086780000070576
    }
}
08:32:50.881
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            193031,
            175566,
            316709,
            352070,
            351690
        ],
        "durationInMs": 1.6294029999990016
    }
}
08:32:50.882
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            193031,
            175566,
            316709,
            352070,
            351690
        ],
        "durationInMs": 2.3327040000003763
    }
}
08:32:50.884
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?)",
        "parameters": [
            415081,
            406588,
            401582,
            415617
        ],
        "durationInMs": 2.918818000005558
    }
}
08:32:50.892
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": [
            193031,
            175566,
            316709,
            352070,
            351690
        ],
        "durationInMs": 11.585465999989538
    }
}
08:32:50.892
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?) group by `author_id`",
        "parameters": [
            415081,
            406588,
            401582,
            415617
        ],
        "durationInMs": 10.947947000007844
    }
}
08:32:50.892
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": [
            415081,
            406588,
            401582,
            415617
        ],
        "durationInMs": 11.032342999998946
    }
}
08:32:50.892
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": [
            121,
            "fr",
            237,
            "fr",
            10,
            "fr",
            336,
            "fr"
        ],
        "durationInMs": 7.27589699998498
    }
}
08:32:50.892
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            531,
            67,
            250,
            55,
            390
        ],
        "durationInMs": 9.141215999989072
    }
}
08:32:50.893
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": [
            531,
            "fr",
            67,
            "fr",
            250,
            "fr",
            55,
            "fr",
            390,
            "fr"
        ],
        "durationInMs": 9.554811000009067
    }
}
08:32:50.893
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            130960,
            123981,
            206435,
            230068,
            229223
        ],
        "durationInMs": 10.049725999997463
    }
}
08:32:50.894
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            285720,
            277128,
            273053,
            286683
        ],
        "durationInMs": 8.813409000023967
    }
}
08:32:50.894
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            121,
            237,
            10,
            336
        ],
        "durationInMs": 2.406470999994781
    }
}
08:32:50.894
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": [
            415081,
            406588,
            401582,
            415617
        ],
        "durationInMs": 13.504645000008168
    }
}
08:32:50.895
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            111,
            209,
            8,
            294
        ],
        "durationInMs": 2.314259000006132
    }
}
08:32:50.895
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": [
            160,
            "fr",
            49,
            "fr"
        ],
        "durationInMs": 2.180653000017628
    }
}
08:32:50.895
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            431,
            61,
            219,
            51,
            335
        ],
        "durationInMs": 2.119128999998793
    }
}
08:32:50.898
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            147,
            46
        ],
        "durationInMs": 3.4000579999992624
    }
}
08:32:50.899
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": [
            117,
            "fr",
            3,
            "fr",
            332,
            "fr"
        ],
        "durationInMs": 4.2949229999794625
    }
}
08:32:50.899
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            108,
            1,
            290
        ],
        "durationInMs": 0.2685670000209939
    }
}
08:32:50.948
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,
            "cm",
            30
        ],
        "durationInMs": 130.25194700001157
    }
}
08:32:50.951
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            523185,
            29431,
            577854,
            828364,
            840927
        ],
        "durationInMs": 0.902739000011934
    }
}
08:32:50.953
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": [
            523185,
            29431,
            577854,
            828364,
            840927
        ],
        "durationInMs": 3.336741000006441
    }
}
08:32:50.953
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": [
            523185,
            29431,
            577854,
            828364,
            840927
        ],
        "durationInMs": 3.574781000002986
    }
}
08:32:50.954
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": [
            203,
            "fr",
            123,
            "fr",
            596,
            "fr",
            282,
            "fr",
            349,
            "fr"
        ],
        "durationInMs": 2.2188330000208225
    }
}
08:32:50.954
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            203,
            123,
            596,
            282,
            349
        ],
        "durationInMs": 2.50199699998484
    }
}
08:32:50.954
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            81520,
            2137,
            139347,
            267892,
            286282
        ],
        "durationInMs": 2.905484000017168
    }
}
08:32:50.955
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            182,
            113,
            476,
            247,
            304
        ],
        "durationInMs": 0.9442459999991115
    }
}
08:32:50.955
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": [
            197,
            "fr",
            122,
            "fr",
            265,
            "fr"
        ],
        "durationInMs": 0.7417010000208393
    }
}
08:32:50.961
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            177,
            112,
            231
        ],
        "durationInMs": 6.148160000011558
    }
}
08:32:51.120
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]"
        },
        "params": {
            "_country": "cm"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "5c8kaomu0S0XlZQXFtgr",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689053c7db0557.27600909; PHPSESSID=9396c2cfb64a06535a748925d713b65b; GOAFRICA_NEXT_SESSION_ID=X7SThNqVix3NFRBEAiy9WnOrWyImU5mfr1E5BtWJ",
                "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": 288709,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689053c7db0557.27600909; PHPSESSID=9396c2cfb64a06535a748925d713b65b; GOAFRICA_NEXT_SESSION_ID=X7SThNqVix3NFRBEAiy9WnOrWyImU5mfr1E5BtWJ",
                "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/cm",
        "original": "https://www.goa.goafrica.syazen.cloud/cm",
        "path": "/cm",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 302686208,
        "memoryUsageHuman": "288.7 MiB",
        "requestTimeInMs": 428
    }
}