Logo de Go Africa Online

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

Response:
200
IP:
216.73.216.18
Date:
5 août 2025 à 17:24:09
Total execution time:
102 ms
Token:
lulY1GfSO2Nf58bYdNJh

Log Messages

Time Level Message Context
17:24:09.979
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/explorer"
        },
        "params": {
            "_country": "ci"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "lulY1GfSO2Nf58bYdNJh",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=juzqy8OwhTUEr86UvASbEiKke857XoK3379SS4FD; PHPSESSID=d3fe04af6212799207cd4166cb766bb2; goafrica-ad-id=689221e33727c7.89075643",
                "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/ci/explorer",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/explorer",
        "path": "/ci/explorer",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 232730624,
        "memoryUsageHuman": "221.9 MiB"
    }
}
17:24:09.991
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-06T15:24:09.989Z",
            "ci",
            "ci",
            15
        ],
        "durationInMs": 0.778269000002183
    }
}
17:24:09.992
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-06T15:24:09.989Z",
            "ci",
            "ci",
            15
        ],
        "durationInMs": 0.9389760000049137
    }
}
17:24:09.993
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.19217599998228252
    }
}
17:24:09.993
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "CI",
            true
        ],
        "durationInMs": 0.5574909999850206
    }
}
17:24:09.994
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.836866999976337
    }
}
17:24:09.995
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",
            "ci",
            30
        ],
        "durationInMs": 4.297915999952238
    }
}
17:24:09.995
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",
            "ci",
            30
        ],
        "durationInMs": 4.622547000006307
    }
}
17:24:09.997
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            158682,
            59204,
            286072,
            218937,
            283437
        ],
        "durationInMs": 0.9759840000187978
    }
}
17:24:09.999
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            158682,
            59204,
            286072,
            218937,
            283437
        ],
        "durationInMs": 2.23741699999664
    }
}
17:24:09.999
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            242732,
            241803,
            178038,
            143231,
            175661
        ],
        "durationInMs": 0.5736610000021756
    }
}
17:24:10.001
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": [
            158682,
            59204,
            286072,
            218937,
            283437
        ],
        "durationInMs": 4.047954000008758
    }
}
17:24:10.001
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": [
            158682,
            59204,
            286072,
            218937,
            283437
        ],
        "durationInMs": 4.358138000010513
    }
}
17:24:10.001
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            123,
            282,
            190,
            37,
            369
        ],
        "durationInMs": 2.719307999999728
    }
}
17:24:10.002
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": [
            123,
            "fr",
            282,
            "fr",
            190,
            "fr",
            37,
            "fr",
            369,
            "fr"
        ],
        "durationInMs": 3.3064829999930225
    }
}
17:24:10.002
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": [
            122,
            "fr",
            265,
            "fr",
            183,
            "fr",
            18,
            "fr",
            3,
            "fr"
        ],
        "durationInMs": 0.6930719999945723
    }
}
17:24:10.003
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            113,
            247,
            170,
            35,
            319
        ],
        "durationInMs": 0.6014620000496507
    }
}
17:24:10.003
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            112,
            231,
            165,
            16,
            1
        ],
        "durationInMs": 0.49402300000656396
    }
}
17:24:10.019
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,
            "ci",
            30
        ],
        "durationInMs": 28.058209000038914
    }
}
17:24:10.022
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            516577,
            88089,
            465668,
            389806,
            53556
        ],
        "durationInMs": 1.6781329999794252
    }
}
17:24:10.024
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": [
            516577,
            88089,
            465668,
            389806,
            53556
        ],
        "durationInMs": 3.7958590000052936
    }
}
17:24:10.024
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": [
            516577,
            88089,
            465668,
            389806,
            53556
        ],
        "durationInMs": 4.130706999974791
    }
}
17:24:10.024
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": [
            121,
            "fr",
            323,
            "fr",
            219,
            "fr",
            59,
            "fr",
            175,
            "fr"
        ],
        "durationInMs": 2.0377779999980703
    }
}
17:24:10.025
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            121,
            323,
            219,
            59,
            175
        ],
        "durationInMs": 2.3358189999707974
    }
}
17:24:10.025
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            156403,
            236103,
            64818,
            34015,
            11745
        ],
        "durationInMs": 2.848967000027187
    }
}
17:24:10.026
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            111,
            282,
            195,
            55,
            1063
        ],
        "durationInMs": 1.1608760000090115
    }
}
17:24:10.026
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": [
            117,
            "fr",
            308,
            "fr",
            197,
            "fr",
            49,
            "fr",
            172,
            "fr"
        ],
        "durationInMs": 0.9670080000068992
    }
}
17:24:10.027
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            108,
            269,
            177,
            46,
            155
        ],
        "durationInMs": 0.27805399999488145
    }
}
17:24:10.081
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/explorer"
        },
        "params": {
            "_country": "ci"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "lulY1GfSO2Nf58bYdNJh",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=juzqy8OwhTUEr86UvASbEiKke857XoK3379SS4FD; PHPSESSID=d3fe04af6212799207cd4166cb766bb2; goafrica-ad-id=689221e33727c7.89075643",
                "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": 138443,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=juzqy8OwhTUEr86UvASbEiKke857XoK3379SS4FD; PHPSESSID=d3fe04af6212799207cd4166cb766bb2; goafrica-ad-id=689221e33727c7.89075643",
                "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/ci/explorer",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/explorer",
        "path": "/ci/explorer",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 251604992,
        "memoryUsageHuman": "239.9 MiB",
        "requestTimeInMs": 101
    }
}