Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/ci/user/282239-daniel-toty

Response:
200
IP:
216.73.216.40
Date:
15 août 2025 à 00:25:41
Total execution time:
39 ms
Token:
5aE5IhwwgKXhPe69zi25

Log Messages

Time Level Message Context
00:25:41.627
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "282239",
            "userSlug": "daniel-toty"
        },
        "clientAddress": "216.73.216.40",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "5aE5IhwwgKXhPe69zi25",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689e62604c17e0.61337772; PHPSESSID=7fdc490bb34cb2e9fc1ab1c48d987c29; GOAFRICA_NEXT_SESSION_ID=fJfTcK90VEDS3LymYJLGA2YWxYV6YnqAxH0Ri6YG",
                "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/ci/user/282239-daniel-toty",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/282239-daniel-toty",
        "path": "/ci/user/282239-daniel-toty",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 270540800,
        "memoryUsageHuman": "258 MiB"
    }
}
00:25:41.633
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            282239
        ],
        "durationInMs": 1.9369919998571277
    }
}
00:25:41.638
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": 6.483328999951482
    }
}
00:25:41.638
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 7.005974999628961
    }
}
00:25:41.640
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": [
            282239
        ],
        "durationInMs": 3.5008330000564456
    }
}
00:25:41.640
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            282239
        ],
        "durationInMs": 2.2381079997867346
    }
}
00:25:41.641
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            282239
        ],
        "durationInMs": 2.1953999996185303
    }
}
00:25:41.641
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            282239
        ],
        "durationInMs": 4.1835559997707605
    }
}
00:25:41.641
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            282239
        ],
        "durationInMs": 4.233808999881148
    }
}
00:25:41.642
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": [
            282239,
            2
        ],
        "durationInMs": 4.849327000789344
    }
}
00:25:41.642
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": [
            282239
        ],
        "durationInMs": 4.584205999970436
    }
}
00:25:41.642
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": [
            282239
        ],
        "durationInMs": 4.688520000316203
    }
}
00:25:41.642
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": [
            282239,
            282239,
            282239,
            1
        ],
        "durationInMs": 5.492926999926567
    }
}
00:25:41.642
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": [
            282239,
            282239,
            282239,
            282239,
            1,
            1
        ],
        "durationInMs": 5.5762610007077456
    }
}
00:25:41.643
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            282239
        ],
        "durationInMs": 2.3681490002200007
    }
}
00:25:41.643
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            282239
        ],
        "durationInMs": 2.31311700027436
    }
}
00:25:41.643
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            282239
        ],
        "durationInMs": 2.3639209996908903
    }
}
00:25:41.643
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            282239
        ],
        "durationInMs": 2.0889630001038313
    }
}
00:25:41.643
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            282239
        ],
        "durationInMs": 1.5545849995687604
    }
}
00:25:41.643
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            282239,
            ""
        ],
        "durationInMs": 1.4838739996775985
    }
}
00:25:41.643
debug
kysely.query
{
    "kysely": {
        "sql": "with recursive `cte`(`id`, `parent_id`, `level`, `root_id`) as (select `c`.`id`, `c`.`parent_id`, ? as `level`, `c`.`id` as `root_id` from `category` as `c` where `c`.`id` in (?) union all select `p`.`id`, `p`.`parent_id`, cte.level + ? as `level`, `cte`.`root_id` from `category` as `p` inner join `cte` on `p`.`id` = `cte`.`parent_id`) select `id`, `root_id`, `level` from `cte`",
        "parameters": [
            1,
            204,
            1
        ],
        "durationInMs": 1.512346999719739
    }
}
00:25:41.644
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            204,
            "fr"
        ],
        "durationInMs": 1.6404329994693398
    }
}
00:25:41.644
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            256746
        ],
        "durationInMs": 1.7315309997648
    }
}
00:25:41.644
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 1.8078229995444417
    }
}
00:25:41.645
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
        "parameters": [
            781372,
            50195,
            63346,
            90456,
            72582
        ],
        "durationInMs": 2.1140189999714494
    }
}
00:25:41.645
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": [
            781372,
            50195,
            63346,
            90456,
            72582
        ],
        "durationInMs": 2.328995999880135
    }
}
00:25:41.645
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": [
            781372,
            50195,
            63346,
            90456,
            72582
        ],
        "durationInMs": 2.352169000543654
    }
}
00:25:41.646
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            375667
        ],
        "durationInMs": 2.488541000522673
    }
}
00:25:41.646
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            375667
        ],
        "durationInMs": 2.489333000034094
    }
}
00:25:41.646
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": [
            375667
        ],
        "durationInMs": 2.39731299970299
    }
}
00:25:41.646
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": [
            375667
        ],
        "durationInMs": 2.2546690003946424
    }
}
00:25:41.646
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?)",
        "parameters": [
            2091
        ],
        "durationInMs": 2.0620130002498627
    }
}
00:25:41.646
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            197,
            "fr"
        ],
        "durationInMs": 2.302368000149727
    }
}
00:25:41.648
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": [
            598,
            "fr",
            482,
            "fr"
        ],
        "durationInMs": 2.666901999153197
    }
}
00:25:41.648
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            598,
            482
        ],
        "durationInMs": 2.715401000343263
    }
}
00:25:41.648
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            280963
        ],
        "durationInMs": 2.7736380007117987
    }
}
00:25:41.648
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": [
            88708
        ],
        "durationInMs": 2.005808999761939
    }
}
00:25:41.648
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": [
            88708
        ],
        "durationInMs": 2.1164629999548197
    }
}
00:25:41.649
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            88708
        ],
        "durationInMs": 2.4892429998144507
    }
}
00:25:41.649
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            177
        ],
        "durationInMs": 2.4839930003508925
    }
}
00:25:41.649
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            183
        ],
        "durationInMs": 4.869594000279903
    }
}
00:25:41.649
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            478,
            395
        ],
        "durationInMs": 1.5772470002993941
    }
}
00:25:41.650
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            188
        ],
        "durationInMs": 0.6710500000044703
    }
}
00:25:41.650
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            188,
            "fr"
        ],
        "durationInMs": 0.9802529998123646
    }
}
00:25:41.650
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            183,
            "fr"
        ],
        "durationInMs": 0.6043070005252957
    }
}
00:25:41.651
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            169
        ],
        "durationInMs": 0.577348000369966
    }
}
00:25:41.651
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            165
        ],
        "durationInMs": 0.30425200052559376
    }
}
00:25:41.666
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "282239",
            "userSlug": "daniel-toty"
        },
        "clientAddress": "216.73.216.40",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "5aE5IhwwgKXhPe69zi25",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689e62604c17e0.61337772; PHPSESSID=7fdc490bb34cb2e9fc1ab1c48d987c29; GOAFRICA_NEXT_SESSION_ID=fJfTcK90VEDS3LymYJLGA2YWxYV6YnqAxH0Ri6YG",
                "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": 161742,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689e62604c17e0.61337772; PHPSESSID=7fdc490bb34cb2e9fc1ab1c48d987c29; GOAFRICA_NEXT_SESSION_ID=fJfTcK90VEDS3LymYJLGA2YWxYV6YnqAxH0Ri6YG",
                "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/ci/user/282239-daniel-toty",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/282239-daniel-toty",
        "path": "/ci/user/282239-daniel-toty",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 280764416,
        "memoryUsageHuman": "267.8 MiB",
        "requestTimeInMs": 39
    }
}