Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/sc/pros

Response:
200
IP:
216.73.216.18
Date:
6 août 2025 à 17:05:59
Total execution time:
31 ms
Token:
PnZOYIPaFKl1dyaW1aYu

Log Messages

Time Level Message Context
17:05:59.194
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/pros"
        },
        "params": {
            "_country": "sc"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "PnZOYIPaFKl1dyaW1aYu",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=291a96efd25b29ddea2cd545b5b181ec; goafrica-ad-id=68936f24269c23.53875430; GOAFRICA_NEXT_SESSION_ID=a5GbZtpCORA3E0SemenSKhYzH5nCnuOwtXvzVkME",
                "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/sc/pros",
        "original": "https://www.goa.goafrica.syazen.cloud/sc/pros",
        "path": "/sc/pros",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 284356608,
        "memoryUsageHuman": "271.2 MiB"
    }
}
17:05:59.202
debug
kysely.query
{
    "kysely": {
        "sql": "select `id`, (select count(*) as `count` from `following` where `following`.`target_user_id` = `user`.`id`) as `nbFollowers` from `user` where `user`.`profile_photo_id` is not null and `user`.`country` = ? order by `nbFollowers` desc limit ?",
        "parameters": [
            "sc",
            20
        ],
        "durationInMs": 2.5092889999505132
    }
}
17:05:59.203
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            189821
        ],
        "durationInMs": 0.6131029999814928
    }
}
17:05:59.206
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, count(`id`) as `resumes_count` from `user_resume` where `user_id` in (?) group by `user_id`",
        "parameters": [
            189821
        ],
        "durationInMs": 3.515859999926761
    }
}
17:05:59.206
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, count(`id`) as `count` from `user_experience` where `user_id` in (?) group by `user_id`",
        "parameters": [
            189821
        ],
        "durationInMs": 3.564289000001736
    }
}
17:05:59.206
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            129519
        ],
        "durationInMs": 2.948982000001706
    }
}
17:05:59.206
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, count(`id`) as `count` from `user_formation` where `user_id` in (?) group by `user_id`",
        "parameters": [
            189821
        ],
        "durationInMs": 3.884370999992825
    }
}
17:05:59.206
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            189821
        ],
        "durationInMs": 3.8448280000593513
    }
}
17:05:59.206
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": [
            189821
        ],
        "durationInMs": 4.054575999965891
    }
}
17:05:59.207
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": [
            189821
        ],
        "durationInMs": 4.096082999953069
    }
}
17:05:59.207
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            189821
        ],
        "durationInMs": 4.105108999996446
    }
}
17:05:59.207
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            303,
            "fr"
        ],
        "durationInMs": 3.572785000083968
    }
}
17:05:59.207
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            303
        ],
        "durationInMs": 3.7496429999591783
    }
}
17:05:59.207
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            264
        ],
        "durationInMs": 0.3589139999821782
    }
}
17:05:59.209
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            283,
            "fr"
        ],
        "durationInMs": 1.993826000019908
    }
}
17:05:59.210
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            248
        ],
        "durationInMs": 0.6913179999683052
    }
}
17:05:59.211
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 1.696276000002399
    }
}
17:05:59.212
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "SC",
            true
        ],
        "durationInMs": 1.8713700000662357
    }
}
17:05:59.212
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.5098829999333248
    }
}
17:05:59.225
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/pros"
        },
        "params": {
            "_country": "sc"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "PnZOYIPaFKl1dyaW1aYu",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=291a96efd25b29ddea2cd545b5b181ec; goafrica-ad-id=68936f24269c23.53875430; GOAFRICA_NEXT_SESSION_ID=a5GbZtpCORA3E0SemenSKhYzH5nCnuOwtXvzVkME",
                "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": 102676,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=291a96efd25b29ddea2cd545b5b181ec; goafrica-ad-id=68936f24269c23.53875430; GOAFRICA_NEXT_SESSION_ID=a5GbZtpCORA3E0SemenSKhYzH5nCnuOwtXvzVkME",
                "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/sc/pros",
        "original": "https://www.goa.goafrica.syazen.cloud/sc/pros",
        "path": "/sc/pros",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 285339648,
        "memoryUsageHuman": "272.1 MiB",
        "requestTimeInMs": 31
    }
}