Logo de Go Africa Online

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

Response:
200
IP:
216.73.216.40
Date:
13 août 2025 à 23:08:47
Total execution time:
35 ms
Token:
iaQxtAZlpRbJIc8V2rne

Log Messages

Time Level Message Context
23:08:47.483
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/pros"
        },
        "params": {
            "_country": "pe"
        },
        "clientAddress": "216.73.216.40",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "iaQxtAZlpRbJIc8V2rne",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=OkoIE3eIOvTDsgMujuXavESRrkbGwaXOVw7HLNsg; PHPSESSID=4e64dc14808ace1e325dc801419fcced; goafrica-ad-id=689cfed1454329.74843205",
                "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.40",
                "x-real-ip": "216.73.216.40",
                "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/pe/pros",
        "original": "https://www.goa.goafrica.syazen.cloud/pe/pros",
        "path": "/pe/pros",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 267272192,
        "memoryUsageHuman": "254.9 MiB"
    }
}
23:08:47.491
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": [
            "pe",
            20
        ],
        "durationInMs": 1.4720719996839762
    }
}
23:08:47.493
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?)",
        "parameters": [
            166342,
            134084
        ],
        "durationInMs": 1.409926999360323
    }
}
23:08:47.495
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": [
            166342,
            134084
        ],
        "durationInMs": 3.9382840003818274
    }
}
23:08:47.495
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, count(`id`) as `count` from `user_experience` where `user_id` in (?, ?) group by `user_id`",
        "parameters": [
            166342,
            134084
        ],
        "durationInMs": 4.010366998612881
    }
}
23:08:47.495
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, count(`id`) as `count` from `user_formation` where `user_id` in (?, ?) group by `user_id`",
        "parameters": [
            166342,
            134084
        ],
        "durationInMs": 4.0705880001187325
    }
}
23:08:47.496
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": [
            166342,
            134084
        ],
        "durationInMs": 4.125208999961615
    }
}
23:08:47.496
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": [
            166342,
            134084
        ],
        "durationInMs": 4.17497199960053
    }
}
23:08:47.496
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?, ?)",
        "parameters": [
            166342,
            134084
        ],
        "durationInMs": 4.2440089993178844
    }
}
23:08:47.496
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?) group by `author_id`",
        "parameters": [
            166342,
            134084
        ],
        "durationInMs": 4.317695001140237
    }
}
23:08:47.501
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.675458999350667
    }
}
23:08:47.501
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "PE",
            true
        ],
        "durationInMs": 0.8988620005548
    }
}
23:08:47.501
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.5506380014121532
    }
}
23:08:47.516
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/pros"
        },
        "params": {
            "_country": "pe"
        },
        "clientAddress": "216.73.216.40",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "iaQxtAZlpRbJIc8V2rne",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=OkoIE3eIOvTDsgMujuXavESRrkbGwaXOVw7HLNsg; PHPSESSID=4e64dc14808ace1e325dc801419fcced; goafrica-ad-id=689cfed1454329.74843205",
                "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.40",
                "x-real-ip": "216.73.216.40",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 108436,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=OkoIE3eIOvTDsgMujuXavESRrkbGwaXOVw7HLNsg; PHPSESSID=4e64dc14808ace1e325dc801419fcced; goafrica-ad-id=689cfed1454329.74843205",
                "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.40",
                "x-real-ip": "216.73.216.40",
                "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/pe/pros",
        "original": "https://www.goa.goafrica.syazen.cloud/pe/pros",
        "path": "/pe/pros",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 267665408,
        "memoryUsageHuman": "255.3 MiB",
        "requestTimeInMs": 34
    }
}