Logo de Go Africa Online

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

Response:
200
IP:
216.73.216.162
Date:
13 août 2025 à 08:06:53
Total execution time:
37 ms
Token:
cJISFtUkabfKTul1d9BF

Log Messages

Time Level Message Context
08:06:53.403
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/explorer"
        },
        "params": {
            "_country": "ss"
        },
        "clientAddress": "216.73.216.162",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "cJISFtUkabfKTul1d9BF",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=orLu8obSWIiLQ54uWHTKV33Uf3SQKLvQ4hTbnOJ8; goafrica-ad-id=689c2b6797a254.10445256; PHPSESSID=a63ba6f05677c920addf598a2aecfde0",
                "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.162",
                "x-real-ip": "216.73.216.162",
                "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/ss/explorer",
        "original": "https://www.goa.goafrica.syazen.cloud/ss/explorer",
        "path": "/ss/explorer",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 258478080,
        "memoryUsageHuman": "246.5 MiB"
    }
}
08:06:53.411
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",
            "ss",
            30
        ],
        "durationInMs": 0.4926610002294183
    }
}
08:06:53.411
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,
            "ss",
            30
        ],
        "durationInMs": 0.8891850002110004
    }
}
08:06:53.412
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-14T06:06:53.409Z",
            "ss",
            "ss",
            15
        ],
        "durationInMs": 1.0735050002112985
    }
}
08:06:53.412
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-14T06:06:53.409Z",
            "ss",
            "ss",
            15
        ],
        "durationInMs": 1.1648039994761348
    }
}
08:06:53.412
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.569361999630928
    }
}
08:06:53.412
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "SS",
            true
        ],
        "durationInMs": 0.7488840008154511
    }
}
08:06:53.413
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.49197900015860796
    }
}
08:06:53.414
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",
            "ss",
            30
        ],
        "durationInMs": 3.5603640004992485
    }
}
08:06:53.415
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            139209,
            220783,
            244783,
            381469,
            307007
        ],
        "durationInMs": 0.3581020003184676
    }
}
08:06:53.417
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            139209,
            220783,
            244783,
            381469,
            307007
        ],
        "durationInMs": 2.1409289995208383
    }
}
08:06:53.417
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,
            220783,
            244783,
            381469,
            307007
        ],
        "durationInMs": 2.2306140000000596
    }
}
08:06:53.417
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,
            220783,
            244783,
            381469,
            307007
        ],
        "durationInMs": 2.310552000068128
    }
}
08:06:53.417
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            222694,
            144248,
            155268,
            254930,
            196046
        ],
        "durationInMs": 1.7617779998108745
    }
}
08:06:53.417
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            126,
            123,
            174,
            277,
            12
        ],
        "durationInMs": 1.9011850003153086
    }
}
08:06:53.418
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": [
            126,
            "fr",
            123,
            "fr",
            174,
            "fr",
            277,
            "fr",
            12,
            "fr"
        ],
        "durationInMs": 2.2151049999520183
    }
}
08:06:53.418
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": [
            122,
            "fr",
            172,
            "fr",
            265,
            "fr",
            3,
            "fr"
        ],
        "durationInMs": 0.4054899998009205
    }
}
08:06:53.418
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            116,
            113,
            157,
            242,
            10
        ],
        "durationInMs": 0.41164099983870983
    }
}
08:06:53.418
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            112,
            155,
            231,
            1
        ],
        "durationInMs": 0.3138999994844198
    }
}
08:06:53.440
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/explorer"
        },
        "params": {
            "_country": "ss"
        },
        "clientAddress": "216.73.216.162",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "cJISFtUkabfKTul1d9BF",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=orLu8obSWIiLQ54uWHTKV33Uf3SQKLvQ4hTbnOJ8; goafrica-ad-id=689c2b6797a254.10445256; PHPSESSID=a63ba6f05677c920addf598a2aecfde0",
                "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.162",
                "x-real-ip": "216.73.216.162",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 124204,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=orLu8obSWIiLQ54uWHTKV33Uf3SQKLvQ4hTbnOJ8; goafrica-ad-id=689c2b6797a254.10445256; PHPSESSID=a63ba6f05677c920addf598a2aecfde0",
                "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.162",
                "x-real-ip": "216.73.216.162",
                "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/ss/explorer",
        "original": "https://www.goa.goafrica.syazen.cloud/ss/explorer",
        "path": "/ss/explorer",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 261427200,
        "memoryUsageHuman": "249.3 MiB",
        "requestTimeInMs": 37
    }
}