Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/ci/user/206561-seydou-gana

Response:
200
IP:
216.73.216.18
Date:
10 août 2025 à 10:29:47
Total execution time:
42 ms
Token:
hDINRLlZY-RbrGH-gY57

Log Messages

Time Level Message Context
10:29:47.683
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "206561",
            "userSlug": "seydou-gana"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "hDINRLlZY-RbrGH-gY57",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=GHRntO3h2JgUdsjdYdzU5Wyk6FC4ciTsOEvxKhBV; goafrica-ad-id=6898587ac9dbe1.20822565; PHPSESSID=4f4052f27fa0c47e3158e326c2ddb945",
                "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/206561-seydou-gana",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/206561-seydou-gana",
        "path": "/ci/user/206561-seydou-gana",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 311365632,
        "memoryUsageHuman": "296.9 MiB"
    }
}
10:29:47.688
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.24524300001212396
    }
}
10:29:47.688
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.43086700001731515
    }
}
10:29:47.689
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.27587000001221895
    }
}
10:29:47.691
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            206561
        ],
        "durationInMs": 2.6990500000247266
    }
}
10:29:47.697
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            206561
        ],
        "durationInMs": 0.9268239999946672
    }
}
10:29:47.697
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": [
            206561
        ],
        "durationInMs": 1.1544750000175554
    }
}
10:29:47.697
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            206561
        ],
        "durationInMs": 1.1429130000178702
    }
}
10:29:47.698
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": [
            206561,
            2
        ],
        "durationInMs": 1.4878009999811184
    }
}
10:29:47.698
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": [
            206561,
            206561,
            206561,
            1
        ],
        "durationInMs": 1.7748309999878984
    }
}
10:29:47.698
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": [
            206561,
            206561,
            206561,
            206561,
            1,
            1
        ],
        "durationInMs": 1.8958050000073854
    }
}
10:29:47.698
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": [
            206561
        ],
        "durationInMs": 1.6749370000034105
    }
}
10:29:47.698
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": [
            206561
        ],
        "durationInMs": 1.770803999999771
    }
}
10:29:47.698
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            206561
        ],
        "durationInMs": 1.8760590000019874
    }
}
10:29:47.699
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            206561
        ],
        "durationInMs": 1.9963109999953303
    }
}
10:29:47.699
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            206561
        ],
        "durationInMs": 1.7643519999983255
    }
}
10:29:47.699
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            206561
        ],
        "durationInMs": 1.8027130000118632
    }
}
10:29:47.699
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            206561
        ],
        "durationInMs": 1.852975999994669
    }
}
10:29:47.700
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            206561
        ],
        "durationInMs": 2.101055000006454
    }
}
10:29:47.700
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            206561
        ],
        "durationInMs": 2.2798860000038985
    }
}
10:29:47.700
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            206561,
            ""
        ],
        "durationInMs": 2.225726000004215
    }
}
10:29:47.701
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,
            58,
            1
        ],
        "durationInMs": 2.450580999982776
    }
}
10:29:47.701
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            58,
            "fr"
        ],
        "durationInMs": 2.5713140000007115
    }
}
10:29:47.701
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            113412
        ],
        "durationInMs": 2.8686349999916274
    }
}
10:29:47.702
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": [
            113412
        ],
        "durationInMs": 3.3326620000007097
    }
}
10:29:47.703
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?)",
        "parameters": [
            278
        ],
        "durationInMs": 3.1850700000068173
    }
}
10:29:47.703
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?, ?)",
        "parameters": [
            2561,
            258
        ],
        "durationInMs": 3.4071100000001024
    }
}
10:29:47.704
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?, ?)",
        "parameters": [
            824,
            21637
        ],
        "durationInMs": 3.691686000005575
    }
}
10:29:47.704
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_coordinate` where `id` in (?)",
        "parameters": [
            129404
        ],
        "durationInMs": 3.569881000003079
    }
}
10:29:47.704
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            49,
            "fr"
        ],
        "durationInMs": 3.5609549999935552
    }
}
10:29:47.705
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            54
        ],
        "durationInMs": 3.5608940000238363
    }
}
10:29:47.705
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            58
        ],
        "durationInMs": 3.21272099998896
    }
}
10:29:47.705
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": [
            113412
        ],
        "durationInMs": 6.208930999971926
    }
}
10:29:47.705
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": [
            111029
        ],
        "durationInMs": 2.184560000023339
    }
}
10:29:47.705
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            111029
        ],
        "durationInMs": 2.5502549999800976
    }
}
10:29:47.706
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            70533
        ],
        "durationInMs": 2.2537069999962114
    }
}
10:29:47.706
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": [
            70533
        ],
        "durationInMs": 1.914428999996744
    }
}
10:29:47.706
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            46
        ],
        "durationInMs": 1.8021420000004582
    }
}
10:29:47.707
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": [
            111029
        ],
        "durationInMs": 4.214452999993227
    }
}
10:29:47.707
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            188
        ],
        "durationInMs": 1.6275489999970887
    }
}
10:29:47.707
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": 1.9171239999996033
    }
}
10:29:47.708
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            59,
            "fr"
        ],
        "durationInMs": 1.5793000000121538
    }
}
10:29:47.708
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": [
            70533
        ],
        "durationInMs": 3.871657999989111
    }
}
10:29:47.708
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            59
        ],
        "durationInMs": 1.8052179999940563
    }
}
10:29:47.708
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.7489449999993667
    }
}
10:29:47.708
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            169
        ],
        "durationInMs": 0.7678500000038184
    }
}
10:29:47.708
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            55
        ],
        "durationInMs": 0.6886839999933727
    }
}
10:29:47.709
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            165
        ],
        "durationInMs": 0.3663679999881424
    }
}
10:29:47.725
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "206561",
            "userSlug": "seydou-gana"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "hDINRLlZY-RbrGH-gY57",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=GHRntO3h2JgUdsjdYdzU5Wyk6FC4ciTsOEvxKhBV; goafrica-ad-id=6898587ac9dbe1.20822565; PHPSESSID=4f4052f27fa0c47e3158e326c2ddb945",
                "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": 172359,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=GHRntO3h2JgUdsjdYdzU5Wyk6FC4ciTsOEvxKhBV; goafrica-ad-id=6898587ac9dbe1.20822565; PHPSESSID=4f4052f27fa0c47e3158e326c2ddb945",
                "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/206561-seydou-gana",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/206561-seydou-gana",
        "path": "/ci/user/206561-seydou-gana",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 311386112,
        "memoryUsageHuman": "297 MiB",
        "requestTimeInMs": 41
    }
}