Logo de Go Africa Online

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

Response:
200
IP:
216.73.216.18
Date:
4 août 2025 à 14:54:54
Total execution time:
136 ms
Token:
KcPgTaHa6s0ADmgb6zWc

Log Messages

Time Level Message Context
14:54:54.434
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]"
        },
        "params": {
            "_country": "ug"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "KcPgTaHa6s0ADmgb6zWc",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=s75SjTbrx6ediF2ywD6XWAJLPY7RGQEnNq2tLfft; PHPSESSID=b215b3b0146a092b74dc118566798af7; goafrica-ad-id=6890ad99a96eb5.68937863",
                "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/ug",
        "original": "https://www.goa.goafrica.syazen.cloud/ug",
        "path": "/ug",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 260108288,
        "memoryUsageHuman": "248.1 MiB"
    }
}
14:54:54.439
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.2072730001527816
    }
}
14:54:54.439
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "UG",
            true
        ],
        "durationInMs": 0.38736700010485947
    }
}
14:54:54.439
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.27618999988771975
    }
}
14:54:54.445
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.4616140001453459
    }
}
14:54:54.445
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `user` where `enabled` = ?",
        "parameters": [
            1
        ],
        "durationInMs": 0.6602209999691695
    }
}
14:54:54.445
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `company` where `valid` = ? and `online` = ?",
        "parameters": [
            1,
            1
        ],
        "durationInMs": 0.7974139999132603
    }
}
14:54:54.445
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `country` = ? and `visible_force` = ? order by `weight` desc limit ?",
        "parameters": [
            0,
            "ug",
            1,
            13
        ],
        "durationInMs": 0.8588779999408871
    }
}
14:54:54.446
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",
            "ug",
            2
        ],
        "durationInMs": 1.3086289998609573
    }
}
14:54:54.446
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",
            "ug",
            30
        ],
        "durationInMs": 1.4496309999376535
    }
}
14:54:54.446
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",
            "ug",
            3
        ],
        "durationInMs": 1.6420159998815507
    }
}
14:54:54.446
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,
            "UG",
            true,
            588,
            592,
            594,
            595,
            4
        ],
        "durationInMs": 1.1103340000845492
    }
}
14:54:54.447
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `country` = ? and `visible_force` = ?",
        "parameters": [
            0,
            "ug",
            0
        ],
        "durationInMs": 0.9980849998537451
    }
}
14:54:54.447
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": [
            "ug",
            "ug",
            3
        ],
        "durationInMs": 2.12519000004977
    }
}
14:54:54.447
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": [
            "ug",
            1,
            "background",
            "2025-08-04T12:54:54.444Z",
            "2025-08-04T12:54:54.444Z",
            1
        ],
        "durationInMs": 2.112256000051275
    }
}
14:54:54.448
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "UG",
            true
        ],
        "durationInMs": 3.236335000023246
    }
}
14:54:54.448
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": [
            337715,
            99141,
            266959
        ],
        "durationInMs": 1.8772609999869019
    }
}
14:54:54.449
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": [
            337715,
            99141,
            266959
        ],
        "durationInMs": 1.7902110000140965
    }
}
14:54:54.449
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?, ?, ?, ?)",
        "parameters": [
            588,
            592,
            594,
            595
        ],
        "durationInMs": 1.848829000024125
    }
}
14:54:54.450
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.2395319999195635
    }
}
14:54:54.450
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?)",
        "parameters": [
            337715,
            99141,
            266959
        ],
        "durationInMs": 3.576573999831453
    }
}
14:54:54.451
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?) group by `author_id`",
        "parameters": [
            337715,
            99141,
            266959
        ],
        "durationInMs": 4.927251999964938
    }
}
14:54:54.451
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": [
            "ug",
            "ug",
            3
        ],
        "durationInMs": 6.8672289999667555
    }
}
14:54:54.452
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            284081,
            284544,
            285208,
            285483
        ],
        "durationInMs": 3.093600000021979
    }
}
14:54:54.453
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `weight` > ? and `all_countries` = ? and `visible_force` = ?",
        "parameters": [
            0,
            1,
            0
        ],
        "durationInMs": 3.151678000111133
    }
}
14:54:54.453
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?)",
        "parameters": [
            221011,
            259589,
            285890
        ],
        "durationInMs": 2.8976680000778288
    }
}
14:54:54.453
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            146
        ],
        "durationInMs": 1.1746720001101494
    }
}
14:54:54.453
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            146
        ],
        "durationInMs": 1.3638529998715967
    }
}
14:54:54.454
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",
            "ug",
            30
        ],
        "durationInMs": 9.225820999825373
    }
}
14:54:54.455
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": 2.244351000059396
    }
}
14:54:54.455
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": 2.151677999878302
    }
}
14:54:54.455
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": 1.9654139999765903
    }
}
14:54:54.455
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": 2.0060699998866767
    }
}
14:54:54.456
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            1025
        ],
        "durationInMs": 2.043428000062704
    }
}
14:54:54.456
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ? and `c`.`parent_id` is null",
        "parameters": [
            1025
        ],
        "durationInMs": 1.7228759999852628
    }
}
14:54:54.456
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": [
            146
        ],
        "durationInMs": 3.7661040001548827
    }
}
14:54:54.460
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": [
            146
        ],
        "durationInMs": 7.882106000091881
    }
}
14:54:54.460
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": 8.018487999914214
    }
}
14:54:54.460
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": 5.492968000005931
    }
}
14:54:54.461
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?, ?, ?)",
        "parameters": [
            146,
            1026,
            1025
        ],
        "durationInMs": 5.540094999829307
    }
}
14:54:54.462
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": [
            146,
            1026,
            1025
        ],
        "durationInMs": 6.760342000052333
    }
}
14:54:54.462
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": [
            146,
            1026,
            1025
        ],
        "durationInMs": 6.8689520000480115
    }
}
14:54:54.463
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": [
            146,
            1026,
            1025
        ],
        "durationInMs": 6.886114000109956
    }
}
14:54:54.463
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `reference` where `reference`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            29,
            10,
            16,
            59,
            8
        ],
        "durationInMs": 6.890100999968126
    }
}
14:54:54.464
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            139209,
            102899,
            318137,
            245177,
            349085
        ],
        "durationInMs": 7.464083000086248
    }
}
14:54:54.464
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            139209,
            102899,
            318137,
            245177,
            349085
        ],
        "durationInMs": 4.01280999998562
    }
}
14:54:54.466
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,
            102899,
            318137,
            245177,
            349085
        ],
        "durationInMs": 5.562607000116259
    }
}
14:54:54.466
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": [
            146,
            1026,
            1025,
            null,
            null
        ],
        "durationInMs": 4.560854000039399
    }
}
14:54:54.467
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": [
            146,
            1026,
            1025,
            null,
            null
        ],
        "durationInMs": 4.260008000070229
    }
}
14:54:54.467
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?)",
        "parameters": [
            406199,
            1967
        ],
        "durationInMs": 4.423880999907851
    }
}
14:54:54.468
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?) group by `author_id`",
        "parameters": [
            406199,
            1967
        ],
        "durationInMs": 4.85361500014551
    }
}
14:54:54.468
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": [
            406199,
            1967
        ],
        "durationInMs": 4.468633000040427
    }
}
14:54:54.468
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": [
            406199,
            1967
        ],
        "durationInMs": 3.73752099997364
    }
}
14:54:54.468
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            123,
            "fr"
        ],
        "durationInMs": 2.8596179999876767
    }
}
14:54:54.468
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,
            102899,
            318137,
            245177,
            349085
        ],
        "durationInMs": 7.925124999834225
    }
}
14:54:54.469
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            276700
        ],
        "durationInMs": 2.3462980000767857
    }
}
14:54:54.469
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            90397,
            90399,
            90286,
            235022,
            156604
        ],
        "durationInMs": 2.4205460001248866
    }
}
14:54:54.470
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            41,
            2231,
            62079,
            597362,
            394
        ],
        "durationInMs": 2.893500000005588
    }
}
14:54:54.470
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            222694,
            275630,
            207222,
            155606,
            244779
        ],
        "durationInMs": 2.384489000076428
    }
}
14:54:54.470
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where ((`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
        "parameters": [
            126,
            "fr",
            284,
            "fr"
        ],
        "durationInMs": 2.4466340001672506
    }
}
14:54:54.470
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            126,
            123,
            284
        ],
        "durationInMs": 2.5717960000038147
    }
}
14:54:54.471
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": [
            307,
            "fr",
            277,
            "fr"
        ],
        "durationInMs": 2.678883000044152
    }
}
14:54:54.471
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            307,
            277
        ],
        "durationInMs": 2.6219180000480264
    }
}
14:54:54.477
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            116,
            249
        ],
        "durationInMs": 6.754169999854639
    }
}
14:54:54.477
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",
            283,
            "fr"
        ],
        "durationInMs": 6.664183000102639
    }
}
14:54:54.478
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            268,
            242
        ],
        "durationInMs": 6.810693999985233
    }
}
14:54:54.478
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": 6.740263999905437
    }
}
14:54:54.478
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            113
        ],
        "durationInMs": 9.592427999945357
    }
}
14:54:54.479
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            112,
            248
        ],
        "durationInMs": 1.3518799999728799
    }
}
14:54:54.479
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            231
        ],
        "durationInMs": 1.111845999956131
    }
}
14:54:54.495
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,
            "ug",
            30
        ],
        "durationInMs": 50.86249600001611
    }
}
14:54:54.497
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            70573
        ],
        "durationInMs": 0.8376990000251681
    }
}
14:54:54.498
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": [
            70573
        ],
        "durationInMs": 1.7318730000406504
    }
}
14:54:54.498
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": [
            70573
        ],
        "durationInMs": 1.8246939999517053
    }
}
14:54:54.498
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            4009
        ],
        "durationInMs": 0.9553459999151528
    }
}
14:54:54.570
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]"
        },
        "params": {
            "_country": "ug"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "KcPgTaHa6s0ADmgb6zWc",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=s75SjTbrx6ediF2ywD6XWAJLPY7RGQEnNq2tLfft; PHPSESSID=b215b3b0146a092b74dc118566798af7; goafrica-ad-id=6890ad99a96eb5.68937863",
                "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": 272258,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=s75SjTbrx6ediF2ywD6XWAJLPY7RGQEnNq2tLfft; PHPSESSID=b215b3b0146a092b74dc118566798af7; goafrica-ad-id=6890ad99a96eb5.68937863",
                "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/ug",
        "original": "https://www.goa.goafrica.syazen.cloud/ug",
        "path": "/ug",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 293097472,
        "memoryUsageHuman": "279.5 MiB",
        "requestTimeInMs": 136
    }
}