Logo de Go Africa Online

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

Response:
200
IP:
216.73.216.18
Date:
8 août 2025 à 05:49:57
Total execution time:
138 ms
Token:
akfuXB02gaWqnVp-ndvv

Log Messages

Time Level Message Context
05:49:57.457
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/explorer"
        },
        "params": {
            "_country": "mr"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "akfuXB02gaWqnVp-ndvv",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=Wc285EPk1Y7Emk5k7Lmtonj8DTUqOuDKsVFjWaAt; goafrica-ad-id=689573d3d6f3e5.29866577; PHPSESSID=a057267858cfb34cc2ce948c47eca898",
                "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/mr/explorer",
        "original": "https://www.goa.goafrica.syazen.cloud/mr/explorer",
        "path": "/mr/explorer",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 319823872,
        "memoryUsageHuman": "305 MiB"
    }
}
05:49:57.465
debug
kysely.query
{
    "kysely": {
        "sql": "select `feed_post`.`id`, count(`reaction`.`id`) as `reaction_count` from `feed_post` inner join `reaction` on `reaction`.`target_feed_post_id` = `feed_post`.`id` 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 `feed_post`.`created_date` >= ? and (`company_author`.`country` = ? or `user_author`.`country` = ?) group by `feed_post`.`id` order by `reaction_count` desc limit ?",
        "parameters": [
            "2025-07-09T03:49:57.463Z",
            "mr",
            "mr",
            15
        ],
        "durationInMs": 0.585062000900507
    }
}
05:49:57.465
debug
kysely.query
{
    "kysely": {
        "sql": "select `feed_post`.`id`, count(`reaction`.`id`) as `reaction_count` from `feed_post` inner join `reaction` on `reaction`.`target_feed_post_id` = `feed_post`.`id` 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 `feed_post`.`created_date` >= ? and (`company_author`.`country` != ? or `company_author`.`country` is null or `user_author`.`country` != ? or `user_author`.`country` is null) group by `feed_post`.`id` order by `reaction_count` desc limit ?",
        "parameters": [
            "2025-07-09T03:49:57.463Z",
            "mr",
            "mr",
            15
        ],
        "durationInMs": 1.140990000218153
    }
}
05:49:57.465
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.3063960000872612
    }
}
05:49:57.466
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "MR",
            true
        ],
        "durationInMs": 0.6878320015966892
    }
}
05:49:57.466
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.6590389981865883
    }
}
05:49:57.467
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",
            "mr",
            30
        ],
        "durationInMs": 3.133695002645254
    }
}
05:49:57.468
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",
            "mr",
            30
        ],
        "durationInMs": 3.6015500016510487
    }
}
05:49:57.468
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            188625,
            219705,
            242117,
            274500,
            408496
        ],
        "durationInMs": 0.40011000260710716
    }
}
05:49:57.469
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            129079,
            143625,
            154001,
            169710,
            278754
        ],
        "durationInMs": 0.5972849987447262
    }
}
05:49:57.470
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": [
            188625,
            219705,
            242117,
            274500,
            408496
        ],
        "durationInMs": 1.494963999837637
    }
}
05:49:57.470
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            188625,
            219705,
            242117,
            274500,
            408496
        ],
        "durationInMs": 1.6324689984321594
    }
}
05:49:57.471
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": [
            188625,
            219705,
            242117,
            274500,
            408496
        ],
        "durationInMs": 2.511964999139309
    }
}
05:49:57.471
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            532,
            123,
            129,
            376,
            58
        ],
        "durationInMs": 1.4340519979596138
    }
}
05:49:57.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` = ?) 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": [
            532,
            "fr",
            123,
            "fr",
            129,
            "fr",
            376,
            "fr",
            58,
            "fr"
        ],
        "durationInMs": 2.093010000884533
    }
}
05:49:57.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` = ?) 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": [
            156,
            "fr",
            122,
            "fr",
            3,
            "fr",
            49,
            "fr"
        ],
        "durationInMs": 0.37929200008511543
    }
}
05:49:57.472
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            144,
            112,
            1,
            46
        ],
        "durationInMs": 0.4287330023944378
    }
}
05:49:57.472
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            432,
            113,
            119,
            322,
            54
        ],
        "durationInMs": 0.8070429973304272
    }
}
05:49:57.569
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,
            "mr",
            30
        ],
        "durationInMs": 104.47302800044417
    }
}
05:49:57.570
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": [
            70557,
            82852,
            360593
        ],
        "durationInMs": 1.1362910009920597
    }
}
05:49:57.570
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": [
            70557,
            82852,
            360593
        ],
        "durationInMs": 1.3061159998178482
    }
}
05:49:57.571
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?)",
        "parameters": [
            70557,
            82852,
            360593
        ],
        "durationInMs": 1.5615679994225502
    }
}
05:49:57.572
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            126,
            175,
            540
        ],
        "durationInMs": 0.7837890014052391
    }
}
05:49:57.572
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?)",
        "parameters": [
            3973,
            4479,
            17847
        ],
        "durationInMs": 1.0618839971721172
    }
}
05:49:57.572
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": [
            126,
            "fr",
            175,
            "fr",
            540,
            "fr"
        ],
        "durationInMs": 1.3342969976365566
    }
}
05:49:57.573
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            172,
            "fr"
        ],
        "durationInMs": 0.5602659992873669
    }
}
05:49:57.573
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            116,
            1063,
            438
        ],
        "durationInMs": 0.32092300057411194
    }
}
05:49:57.573
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            155
        ],
        "durationInMs": 0.2765209972858429
    }
}
05:49:57.595
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/explorer"
        },
        "params": {
            "_country": "mr"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "akfuXB02gaWqnVp-ndvv",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=Wc285EPk1Y7Emk5k7Lmtonj8DTUqOuDKsVFjWaAt; goafrica-ad-id=689573d3d6f3e5.29866577; PHPSESSID=a057267858cfb34cc2ce948c47eca898",
                "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": 132166,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=Wc285EPk1Y7Emk5k7Lmtonj8DTUqOuDKsVFjWaAt; goafrica-ad-id=689573d3d6f3e5.29866577; PHPSESSID=a057267858cfb34cc2ce948c47eca898",
                "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/mr/explorer",
        "original": "https://www.goa.goafrica.syazen.cloud/mr/explorer",
        "path": "/mr/explorer",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 320413696,
        "memoryUsageHuman": "305.6 MiB",
        "requestTimeInMs": 138
    }
}