Logo de Go Africa Online

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

Response:
200
IP:
216.73.216.106
Date:
16 août 2025 à 23:30:24
Total execution time:
47 ms
Token:
ZQhOF1i922CMPx5zVPzS

Log Messages

Time Level Message Context
23:30:24.460
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/explorer"
        },
        "params": {
            "_country": "bd"
        },
        "clientAddress": "216.73.216.106",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "ZQhOF1i922CMPx5zVPzS",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=D26HnW2LDINcD4zS7O5wmi8bzfJEbjDynEs0vNzD; goafrica-ad-id=68a0f870112a90.95280743; PHPSESSID=af07af1ad0c2ba2e54b99fd919c4ec7f",
                "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.106",
                "x-real-ip": "216.73.216.106",
                "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/bd/explorer",
        "original": "https://www.goa.goafrica.syazen.cloud/bd/explorer",
        "path": "/bd/explorer",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 300687360,
        "memoryUsageHuman": "286.8 MiB"
    }
}
23:30:24.469
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,
            "bd",
            30
        ],
        "durationInMs": 0.4804279999807477
    }
}
23:30:24.470
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",
            "bd",
            30
        ],
        "durationInMs": 1.3377729998901486
    }
}
23:30:24.470
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-17T21:30:24.468Z",
            "bd",
            "bd",
            15
        ],
        "durationInMs": 1.3427330004051328
    }
}
23:30:24.470
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-17T21:30:24.468Z",
            "bd",
            "bd",
            15
        ],
        "durationInMs": 1.4399819998070598
    }
}
23:30:24.470
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.6302749998867512
    }
}
23:30:24.470
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "BD",
            true
        ],
        "durationInMs": 0.8803979996591806
    }
}
23:30:24.471
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.5782190002501011
    }
}
23:30:24.472
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",
            "bd",
            30
        ],
        "durationInMs": 3.83833699952811
    }
}
23:30:24.473
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            319210,
            318137,
            2366,
            59204,
            317759
        ],
        "durationInMs": 0.37851000018417835
    }
}
23:30:24.475
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            319210,
            318137,
            2366,
            59204,
            317759
        ],
        "durationInMs": 1.854989000596106
    }
}
23:30:24.475
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": [
            319210,
            318137,
            2366,
            59204,
            317759
        ],
        "durationInMs": 1.93573800008744
    }
}
23:30:24.475
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": [
            319210,
            318137,
            2366,
            59204,
            317759
        ],
        "durationInMs": 2.007251000031829
    }
}
23:30:24.475
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            207842,
            207222,
            275290,
            241803,
            206280
        ],
        "durationInMs": 1.4021119996905327
    }
}
23:30:24.476
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            12,
            123,
            389,
            282
        ],
        "durationInMs": 1.9813630003482103
    }
}
23:30:24.476
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": [
            12,
            "fr",
            123,
            "fr",
            389,
            "fr",
            282,
            "fr"
        ],
        "durationInMs": 2.2930500004440546
    }
}
23:30:24.476
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": [
            3,
            "fr",
            122,
            "fr",
            18,
            "fr",
            265,
            "fr"
        ],
        "durationInMs": 0.3673590002581477
    }
}
23:30:24.477
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            10,
            113,
            334,
            247
        ],
        "durationInMs": 0.39248500019311905
    }
}
23:30:24.477
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            1,
            112,
            16,
            231
        ],
        "durationInMs": 0.2810089997947216
    }
}
23:30:24.506
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/explorer"
        },
        "params": {
            "_country": "bd"
        },
        "clientAddress": "216.73.216.106",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "ZQhOF1i922CMPx5zVPzS",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=D26HnW2LDINcD4zS7O5wmi8bzfJEbjDynEs0vNzD; goafrica-ad-id=68a0f870112a90.95280743; PHPSESSID=af07af1ad0c2ba2e54b99fd919c4ec7f",
                "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.106",
                "x-real-ip": "216.73.216.106",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 124507,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=D26HnW2LDINcD4zS7O5wmi8bzfJEbjDynEs0vNzD; goafrica-ad-id=68a0f870112a90.95280743; PHPSESSID=af07af1ad0c2ba2e54b99fd919c4ec7f",
                "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.106",
                "x-real-ip": "216.73.216.106",
                "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/bd/explorer",
        "original": "https://www.goa.goafrica.syazen.cloud/bd/explorer",
        "path": "/bd/explorer",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 301473792,
        "memoryUsageHuman": "287.5 MiB",
        "requestTimeInMs": 46
    }
}