Logo de Go Africa Online

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

Response:
200
IP:
216.73.216.18
Date:
5 août 2025 à 20:09:12
Total execution time:
270 ms
Token:
pIVofY9cWrGO6GdSGnY9

Log Messages

Time Level Message Context
20:09:12.190
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/pros"
        },
        "params": {
            "_country": "ly"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "pIVofY9cWrGO6GdSGnY9",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=MqazBOFMBXNbWqSfRp4Xya9HrNJf8g2ZNaGa2zLu; PHPSESSID=b90eda91f8af5593ed82a2ff29a70d48; goafrica-ad-id=689248bfce2be6.54334370",
                "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/ly/pros",
        "original": "https://www.goa.goafrica.syazen.cloud/ly/pros",
        "path": "/ly/pros",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 228892672,
        "memoryUsageHuman": "218.3 MiB"
    }
}
20:09:12.296
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": [
            "ly",
            20
        ],
        "durationInMs": 6.264272999978857
    }
}
20:09:12.314
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?)",
        "parameters": [
            335434,
            326780
        ],
        "durationInMs": 11.829884000006132
    }
}
20:09:12.331
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            219085,
            261876
        ],
        "durationInMs": 13.480335000000196
    }
}
20:09:12.336
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 2.006580000015674
    }
}
20:09:12.339
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "LY",
            true
        ],
        "durationInMs": 2.910301000025356
    }
}
20:09:12.341
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": [
            335434,
            326780
        ],
        "durationInMs": 3.9794679999758955
    }
}
20:09:12.341
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, count(`id`) as `count` from `user_experience` where `user_id` in (?, ?) group by `user_id`",
        "parameters": [
            335434,
            326780
        ],
        "durationInMs": 4.150393999996595
    }
}
20:09:12.341
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, count(`id`) as `count` from `user_formation` where `user_id` in (?, ?) group by `user_id`",
        "parameters": [
            335434,
            326780
        ],
        "durationInMs": 4.288028999988455
    }
}
20:09:12.341
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": [
            335434,
            326780
        ],
        "durationInMs": 4.470065000001341
    }
}
20:09:12.342
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": [
            335434,
            326780
        ],
        "durationInMs": 4.652422999992268
    }
}
20:09:12.342
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?, ?)",
        "parameters": [
            335434,
            326780
        ],
        "durationInMs": 4.812367999984417
    }
}
20:09:12.342
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?) group by `author_id`",
        "parameters": [
            335434,
            326780
        ],
        "durationInMs": 5.085653000016464
    }
}
20:09:12.343
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 2.5823939999972936
    }
}
20:09:12.344
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` = ?))",
        "parameters": [
            4,
            "fr",
            10,
            "fr"
        ],
        "durationInMs": 1.2593789999955334
    }
}
20:09:12.344
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            4,
            10
        ],
        "durationInMs": 1.02023699998972
    }
}
20:09:12.345
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            2,
            8
        ],
        "durationInMs": 0.9352990000043064
    }
}
20:09:12.345
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            3,
            "fr"
        ],
        "durationInMs": 0.6362459999800194
    }
}
20:09:12.346
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            1
        ],
        "durationInMs": 0.18849900001077913
    }
}
20:09:12.455
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/pros"
        },
        "params": {
            "_country": "ly"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "pIVofY9cWrGO6GdSGnY9",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=MqazBOFMBXNbWqSfRp4Xya9HrNJf8g2ZNaGa2zLu; PHPSESSID=b90eda91f8af5593ed82a2ff29a70d48; goafrica-ad-id=689248bfce2be6.54334370",
                "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": 104995,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=MqazBOFMBXNbWqSfRp4Xya9HrNJf8g2ZNaGa2zLu; PHPSESSID=b90eda91f8af5593ed82a2ff29a70d48; goafrica-ad-id=689248bfce2be6.54334370",
                "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/ly/pros",
        "original": "https://www.goa.goafrica.syazen.cloud/ly/pros",
        "path": "/ly/pros",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 278634496,
        "memoryUsageHuman": "265.7 MiB",
        "requestTimeInMs": 266
    }
}