Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/ci/user/93649-emanuelle-encel

Response:
200
IP:
216.73.216.18
Date:
4 août 2025 à 22:21:00
Total execution time:
52 ms
Token:
nJ399KYF0v49FdI0X0nK

Log Messages

Time Level Message Context
22:21:00.319
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "93649",
            "userSlug": "emanuelle-encel"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "nJ399KYF0v49FdI0X0nK",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=XjHfIZhoEzqKH6Q40MWt52nSsi0j16NFyIaawLjY; goafrica-ad-id=689116094cac88.79476956; PHPSESSID=184fab572680b12ace6644080393b5d7",
                "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/user/93649-emanuelle-encel",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/93649-emanuelle-encel",
        "path": "/ci/user/93649-emanuelle-encel",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 250195968,
        "memoryUsageHuman": "238.6 MiB"
    }
}
22:21:00.324
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.36976300016976893
    }
}
22:21:00.325
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.5255710000637919
    }
}
22:21:00.325
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.37395099992863834
    }
}
22:21:00.328
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            93649
        ],
        "durationInMs": 3.7340040002018213
    }
}
22:21:00.333
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            93649
        ],
        "durationInMs": 1.0799670000560582
    }
}
22:21:00.333
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, count(`id`) as `portfolio_medias_count` from `portfolio_media` where `user_id` = ? group by `user_id`",
        "parameters": [
            93649
        ],
        "durationInMs": 1.3366019998211414
    }
}
22:21:00.333
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `user_author_id` = ? and (`feed_post`.`pending_publication_date` is null or `feed_post`.`pending_publication_date` < UTC_TIMESTAMP()) order by `created_date` desc limit ?",
        "parameters": [
            93649,
            2
        ],
        "durationInMs": 1.3062950000166893
    }
}
22:21:00.333
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            93649
        ],
        "durationInMs": 1.5337159999180585
    }
}
22:21:00.334
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": [
            93649
        ],
        "durationInMs": 2.003915000008419
    }
}
22:21:00.334
debug
kysely.query
{
    "kysely": {
        "sql": "with `threads_with_me`(`thread_id`) as (select distinct `tu`.`inbox_thread_id` as `thread_id` from `inbox_thread_user` as `tu` inner join `inbox_thread` as `t` on `t`.`id` = `tu`.`inbox_thread_id` where `tu`.`user_id` = ? and `t`.`user_creator_id` != ?), `threads_with_response`(`thread_id`) as (select `t`.`thread_id` from `threads_with_me` as `t` where exists (select * from `inbox_message` as `m` where `m`.`user_author_id` = ? and `m`.`thread_id` = `t`.`thread_id`)) select count(*) as `total`, (select count(*) as `resp` from `threads_with_response`) as `resp` from `threads_with_me` as `t` limit ?",
        "parameters": [
            93649,
            93649,
            93649,
            1
        ],
        "durationInMs": 2.559160999953747
    }
}
22:21:00.334
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            93649
        ],
        "durationInMs": 2.3554549999535084
    }
}
22:21:00.335
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            93649
        ],
        "durationInMs": 2.5543430000543594
    }
}
22:21:00.335
debug
kysely.query
{
    "kysely": {
        "sql": "with `threads_with_me`(`thread_id`, `created_date`) as (select distinct `tu`.`inbox_thread_id` as `thread_id`, `t`.`created_date` from `inbox_thread_user` as `tu` inner join `inbox_thread` as `t` on `t`.`id` = `tu`.`inbox_thread_id` where `tu`.`user_id` = ? and `t`.`user_creator_id` != ?), `threads_delay`(`thread_id`, `delay`) as (select `t`.`thread_id`, (select TIMESTAMPDIFF(MINUTE, `t`.`created_date`, `m`.`created_date`) as `delay` from `inbox_message` as `m` where `m`.`user_author_id` = ? and `m`.`thread_id` = `t`.`thread_id` and `m`.`id` = (select min(`id`) as `id` from `inbox_message` where `inbox_message`.`thread_id` = `t`.`thread_id` and `inbox_message`.`user_author_id` = ?)) as `delay` from `threads_with_me` as `t`), `delays_filtered`(`thread_id`, `delay`) as (select * from `threads_delay` where `delay` is not null and `delay` < (select `delay` from `threads_delay` where `delay` is not null order by `delay` desc limit ?)) select avg(`t`.`delay`) as `mean` from `delays_filtered` as `t` limit ?",
        "parameters": [
            93649,
            93649,
            93649,
            93649,
            1,
            1
        ],
        "durationInMs": 3.0506010001990944
    }
}
22:21:00.335
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            93649
        ],
        "durationInMs": 2.0552099999040365
    }
}
22:21:00.335
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            93649
        ],
        "durationInMs": 1.983938000164926
    }
}
22:21:00.335
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            93649
        ],
        "durationInMs": 1.8842839999124408
    }
}
22:21:00.335
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            93649
        ],
        "durationInMs": 1.2270690000150353
    }
}
22:21:00.335
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            93649
        ],
        "durationInMs": 1.1277349998708814
    }
}
22:21:00.335
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            93649,
            ""
        ],
        "durationInMs": 0.8952550000976771
    }
}
22:21:00.336
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": [
            93649
        ],
        "durationInMs": 3.6117380000650883
    }
}
22:21:00.339
debug
kysely.query
{
    "kysely": {
        "sql": "with `followCount`(`countu`, `countc`, `target_user_id`, `target_company_id`) as (select count(distinct `following`.`target_company_id`) as `countc`, count(distinct `following`.`target_user_id`) as `countu`, `following`.`target_user_id`, `following`.`target_company_id` from `following` where `following`.`target_user_id` is not null group by `following`.`target_user_id`, `following`.`target_company_id`) select *, countc\n                + countu as `count` from `following` left join `followCount` on ((`following`.`target_user_id` is not null and `following`.`target_user_id` = `followCount`.`target_user_id`) or (`following`.`target_company_id` is not null and `following`.`target_company_id` = `followCount`.`target_company_id`)) where `author_id` = ? and (`following`.`target_user_id` is null or `following`.`target_user_id` not in (?, ?, ?)) and (`following`.`target_company_id` is null or `following`.`target_company_id` not in (?)) order by `count` desc limit ?",
        "parameters": [
            93649,
            381469,
            46594,
            2366,
            47294,
            4
        ],
        "durationInMs": 4.328672999981791
    }
}
22:21:00.340
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?, ?, ?)",
        "parameters": [
            139209,
            155401,
            158682,
            2575,
            2366,
            46594,
            381469
        ],
        "durationInMs": 0.5418219999410212
    }
}
22:21:00.341
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": [
            47294
        ],
        "durationInMs": 1.5138190002180636
    }
}
22:21:00.341
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            139209,
            155401,
            158682,
            2575,
            2366,
            46594,
            381469
        ],
        "durationInMs": 1.8113790000788867
    }
}
22:21:00.343
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": [
            139209,
            155401,
            158682,
            2575,
            2366,
            46594,
            381469
        ],
        "durationInMs": 3.4858049999456853
    }
}
22:21:00.343
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": [
            47294
        ],
        "durationInMs": 3.5234449999406934
    }
}
22:21:00.343
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": [
            139209,
            155401,
            158682,
            2575,
            2366,
            46594,
            381469
        ],
        "durationInMs": 3.741908999858424
    }
}
22:21:00.344
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            47294
        ],
        "durationInMs": 4.243776999879628
    }
}
22:21:00.344
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?, ?, ?)",
        "parameters": [
            222694,
            275027,
            242732,
            114975,
            275290,
            237120,
            254930
        ],
        "durationInMs": 3.511452999897301
    }
}
22:21:00.345
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            126,
            540,
            123,
            277,
            389
        ],
        "durationInMs": 3.8359129999298602
    }
}
22:21:00.345
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": [
            126,
            "fr",
            540,
            "fr",
            123,
            "fr",
            277,
            "fr",
            389,
            "fr"
        ],
        "durationInMs": 4.310440000146627
    }
}
22:21:00.346
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` = ?))",
        "parameters": [
            122,
            "fr",
            265,
            "fr",
            18,
            "fr"
        ],
        "durationInMs": 0.5401490000076592
    }
}
22:21:00.346
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            174
        ],
        "durationInMs": 1.7471409998834133
    }
}
22:21:00.346
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            174,
            "fr"
        ],
        "durationInMs": 2.0825610000174493
    }
}
22:21:00.347
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            142862
        ],
        "durationInMs": 2.251282999990508
    }
}
22:21:00.347
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            112,
            231,
            16
        ],
        "durationInMs": 0.8823910001665354
    }
}
22:21:00.347
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            172,
            "fr"
        ],
        "durationInMs": 0.8068320001475513
    }
}
22:21:00.347
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            157
        ],
        "durationInMs": 0.7905520000495017
    }
}
22:21:00.348
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            116,
            438,
            113,
            242,
            334
        ],
        "durationInMs": 2.2059589999262244
    }
}
22:21:00.348
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            155
        ],
        "durationInMs": 0.9082800000905991
    }
}
22:21:00.371
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "93649",
            "userSlug": "emanuelle-encel"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "nJ399KYF0v49FdI0X0nK",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=XjHfIZhoEzqKH6Q40MWt52nSsi0j16NFyIaawLjY; goafrica-ad-id=689116094cac88.79476956; PHPSESSID=184fab572680b12ace6644080393b5d7",
                "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": 142941,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=XjHfIZhoEzqKH6Q40MWt52nSsi0j16NFyIaawLjY; goafrica-ad-id=689116094cac88.79476956; PHPSESSID=184fab572680b12ace6644080393b5d7",
                "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/user/93649-emanuelle-encel",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/93649-emanuelle-encel",
        "path": "/ci/user/93649-emanuelle-encel",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 257470464,
        "memoryUsageHuman": "245.5 MiB",
        "requestTimeInMs": 51
    }
}