Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/ci/user/94856-cauphy-herve-innocent-kekre

Response:
200
IP:
216.73.216.28
Date:
12 août 2025 à 01:24:03
Total execution time:
65 ms
Token:
rDpNG8oL_H2_2sReRq0P

Log Messages

Time Level Message Context
01:24:03.337
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "94856",
            "userSlug": "cauphy-herve-innocent-kekre"
        },
        "clientAddress": "216.73.216.28",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "rDpNG8oL_H2_2sReRq0P",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689a7b8b7f5e75.28705328; PHPSESSID=247687110c501d801154a0b9269dbed6; GOAFRICA_NEXT_SESSION_ID=GM7RQXf0CzfkIqtfDvEDhvP7ptXrVRU0GUzVPyYq",
                "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.28",
                "x-real-ip": "216.73.216.28",
                "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/94856-cauphy-herve-innocent-kekre",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/94856-cauphy-herve-innocent-kekre",
        "path": "/ci/user/94856-cauphy-herve-innocent-kekre",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 352178176,
        "memoryUsageHuman": "335.9 MiB"
    }
}
01:24:03.343
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.263115999288857
    }
}
01:24:03.343
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.4757399996742606
    }
}
01:24:03.343
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.32174399960786104
    }
}
01:24:03.346
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            94856
        ],
        "durationInMs": 3.3076559994369745
    }
}
01:24:03.351
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            94856
        ],
        "durationInMs": 1.007864000275731
    }
}
01:24:03.351
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": [
            94856
        ],
        "durationInMs": 1.2509740004315972
    }
}
01:24:03.351
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            94856
        ],
        "durationInMs": 1.2742459997534752
    }
}
01:24:03.352
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": [
            94856,
            2
        ],
        "durationInMs": 2.0174600007012486
    }
}
01:24:03.352
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": [
            94856,
            94856,
            94856,
            1
        ],
        "durationInMs": 2.3112430004402995
    }
}
01:24:03.352
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": [
            94856
        ],
        "durationInMs": 2.0053279995918274
    }
}
01:24:03.352
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": [
            94856
        ],
        "durationInMs": 2.1055439999327064
    }
}
01:24:03.353
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            94856
        ],
        "durationInMs": 2.1879960000514984
    }
}
01:24:03.353
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": [
            94856,
            94856,
            94856,
            94856,
            1,
            1
        ],
        "durationInMs": 2.9271430000662804
    }
}
01:24:03.353
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            94856
        ],
        "durationInMs": 2.578467999584973
    }
}
01:24:03.353
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            94856
        ],
        "durationInMs": 2.2624930003657937
    }
}
01:24:03.353
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            94856
        ],
        "durationInMs": 2.2057189997285604
    }
}
01:24:03.353
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            94856
        ],
        "durationInMs": 1.507247000001371
    }
}
01:24:03.353
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            94856
        ],
        "durationInMs": 1.3961220001801848
    }
}
01:24:03.353
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            94856
        ],
        "durationInMs": 1.3057849993929267
    }
}
01:24:03.354
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            94856,
            ""
        ],
        "durationInMs": 1.2325689997524023
    }
}
01:24:03.354
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,
            403,
            1
        ],
        "durationInMs": 1.1870650006458163
    }
}
01:24:03.354
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            403,
            "fr"
        ],
        "durationInMs": 1.3434939999133348
    }
}
01:24:03.354
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            131211
        ],
        "durationInMs": 1.4772610003128648
    }
}
01:24:03.355
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            18,
            "fr"
        ],
        "durationInMs": 1.0806489996612072
    }
}
01:24:03.355
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            345
        ],
        "durationInMs": 1.0736659998074174
    }
}
01:24:03.355
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            16
        ],
        "durationInMs": 0.32226600032299757
    }
}
01:24:03.358
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_company_id` is null or `following`.`target_company_id` not in (?, ?, ?, ?)) order by `count` desc limit ?",
        "parameters": [
            94856,
            134214,
            113866,
            53569,
            35454,
            4
        ],
        "durationInMs": 5.286445000208914
    }
}
01:24:03.360
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": [
            35454,
            53569,
            113866,
            134214
        ],
        "durationInMs": 1.4522659992799163
    }
}
01:24:03.361
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": [
            35454,
            53569,
            113866,
            134214
        ],
        "durationInMs": 1.6189939994364977
    }
}
01:24:03.361
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?)",
        "parameters": [
            35454,
            53569,
            113866,
            134214
        ],
        "durationInMs": 1.8765109991654754
    }
}
01:24:03.361
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            388,
            175,
            15,
            6
        ],
        "durationInMs": 0.21287399996072054
    }
}
01:24:03.362
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            32889
        ],
        "durationInMs": 0.5801330003887415
    }
}
01:24:03.362
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` = ?))",
        "parameters": [
            388,
            "fr",
            175,
            "fr",
            15,
            "fr",
            6,
            "fr"
        ],
        "durationInMs": 0.8939930004999042
    }
}
01:24:03.362
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": [
            172,
            "fr",
            14,
            "fr",
            3,
            "fr"
        ],
        "durationInMs": 0.6697189994156361
    }
}
01:24:03.363
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            333,
            1063,
            13,
            4
        ],
        "durationInMs": 0.45735500007867813
    }
}
01:24:03.363
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            155,
            12,
            1
        ],
        "durationInMs": 0.3372929999604821
    }
}
01:24:03.398
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "94856",
            "userSlug": "cauphy-herve-innocent-kekre"
        },
        "clientAddress": "216.73.216.28",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "rDpNG8oL_H2_2sReRq0P",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689a7b8b7f5e75.28705328; PHPSESSID=247687110c501d801154a0b9269dbed6; GOAFRICA_NEXT_SESSION_ID=GM7RQXf0CzfkIqtfDvEDhvP7ptXrVRU0GUzVPyYq",
                "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.28",
                "x-real-ip": "216.73.216.28",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 141710,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=689a7b8b7f5e75.28705328; PHPSESSID=247687110c501d801154a0b9269dbed6; GOAFRICA_NEXT_SESSION_ID=GM7RQXf0CzfkIqtfDvEDhvP7ptXrVRU0GUzVPyYq",
                "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.28",
                "x-real-ip": "216.73.216.28",
                "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/94856-cauphy-herve-innocent-kekre",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/94856-cauphy-herve-innocent-kekre",
        "path": "/ci/user/94856-cauphy-herve-innocent-kekre",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 372912128,
        "memoryUsageHuman": "355.6 MiB",
        "requestTimeInMs": 61
    }
}