Logo de Go Africa Online

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

Response:
200
IP:
216.73.216.106
Date:
16 août 2025 à 12:29:13
Total execution time:
41 ms
Token:
co6gpoB51gs0R4YEymYC

Log Messages

Time Level Message Context
12:29:13.260
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/pros"
        },
        "params": {
            "_country": "bd"
        },
        "clientAddress": "216.73.216.106",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "co6gpoB51gs0R4YEymYC",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=UrwejdKV1NbzRAOd1WxZ6uF2DIO0aCPEgi2v2NbM; goafrica-ad-id=68a05d78918d04.52855185; PHPSESSID=d351d29b28a709d632281a28dc0df456",
                "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/pros",
        "original": "https://www.goa.goafrica.syazen.cloud/bd/pros",
        "path": "/bd/pros",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 270483456,
        "memoryUsageHuman": "258 MiB"
    }
}
12:29:13.269
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": [
            "bd",
            20
        ],
        "durationInMs": 2.5721859999466687
    }
}
12:29:13.270
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?)",
        "parameters": [
            163088,
            110560
        ],
        "durationInMs": 0.49068799999076873
    }
}
12:29:13.273
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": [
            163088,
            110560
        ],
        "durationInMs": 3.0489280000329018
    }
}
12:29:13.273
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, count(`id`) as `count` from `user_experience` where `user_id` in (?, ?) group by `user_id`",
        "parameters": [
            163088,
            110560
        ],
        "durationInMs": 3.2010790000203997
    }
}
12:29:13.273
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, count(`id`) as `count` from `user_formation` where `user_id` in (?, ?) group by `user_id`",
        "parameters": [
            163088,
            110560
        ],
        "durationInMs": 3.364570999983698
    }
}
12:29:13.273
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": [
            163088,
            110560
        ],
        "durationInMs": 3.5076160000171512
    }
}
12:29:13.273
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": [
            163088,
            110560
        ],
        "durationInMs": 3.5675569999730214
    }
}
12:29:13.274
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?, ?)",
        "parameters": [
            163088,
            110560
        ],
        "durationInMs": 3.6595170000800863
    }
}
12:29:13.274
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?) group by `author_id`",
        "parameters": [
            163088,
            110560
        ],
        "durationInMs": 3.839879999984987
    }
}
12:29:13.278
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.44371100002899766
    }
}
12:29:13.278
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.6786549999378622
    }
}
12:29:13.279
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.5281070000492036
    }
}
12:29:13.300
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/pros"
        },
        "params": {
            "_country": "bd"
        },
        "clientAddress": "216.73.216.106",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "co6gpoB51gs0R4YEymYC",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=UrwejdKV1NbzRAOd1WxZ6uF2DIO0aCPEgi2v2NbM; goafrica-ad-id=68a05d78918d04.52855185; PHPSESSID=d351d29b28a709d632281a28dc0df456",
                "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": 108281,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=UrwejdKV1NbzRAOd1WxZ6uF2DIO0aCPEgi2v2NbM; goafrica-ad-id=68a05d78918d04.52855185; PHPSESSID=d351d29b28a709d632281a28dc0df456",
                "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/pros",
        "original": "https://www.goa.goafrica.syazen.cloud/bd/pros",
        "path": "/bd/pros",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 271073280,
        "memoryUsageHuman": "258.5 MiB",
        "requestTimeInMs": 41
    }
}