Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/sn/user/388922-lamine-diedhiou

Response:
200
IP:
216.73.216.18
Date:
7 août 2025 à 15:39:47
Total execution time:
279 ms
Token:
0wOylviGXGKqIfKTbda4

Log Messages

Time Level Message Context
15:39:47.496
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "sn",
            "userId": "388922",
            "userSlug": "lamine-diedhiou"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "0wOylviGXGKqIfKTbda4",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=6894ac67a9aea3.92501164; PHPSESSID=98c5cb89e6bf1cf55285b9178d8a04ad; GOAFRICA_NEXT_SESSION_ID=bOfk5jfWenwqY7OXbpEWbnyAPEKruaQ73FUvA6f3",
                "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/sn/user/388922-lamine-diedhiou",
        "original": "https://www.goa.goafrica.syazen.cloud/sn/user/388922-lamine-diedhiou",
        "path": "/sn/user/388922-lamine-diedhiou",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 209309696,
        "memoryUsageHuman": "199.6 MiB"
    }
}
15:39:47.595
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 1.9645630000159144
    }
}
15:39:47.603
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 7.379936000012094
    }
}
15:39:47.605
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            388922
        ],
        "durationInMs": 11.436807000020053
    }
}
15:39:47.627
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "SN",
            true
        ],
        "durationInMs": 33.862590000004275
    }
}
15:39:47.635
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            388922
        ],
        "durationInMs": 10.644690999994054
    }
}
15:39:47.636
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": [
            388922
        ],
        "durationInMs": 11.331221000000369
    }
}
15:39:47.637
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            388922
        ],
        "durationInMs": 1.3351280000060797
    }
}
15:39:47.637
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            388922
        ],
        "durationInMs": 1.3253100000147242
    }
}
15:39:47.639
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            388922
        ],
        "durationInMs": 10.165045000001555
    }
}
15:39:47.639
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            388922
        ],
        "durationInMs": 2.3744000000006054
    }
}
15:39:47.640
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            388922
        ],
        "durationInMs": 2.8424059999815654
    }
}
15:39:47.641
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            388922,
            ""
        ],
        "durationInMs": 1.1944690000091214
    }
}
15:39:47.641
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,
            48,
            1
        ],
        "durationInMs": 1.2411750000028405
    }
}
15:39:47.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": [
            388922,
            388922,
            388922,
            1
        ],
        "durationInMs": 1.953793000022415
    }
}
15:39:47.643
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            388922
        ],
        "durationInMs": 2.1837679999880493
    }
}
15:39:47.644
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": [
            388922,
            2
        ],
        "durationInMs": 3.34270100001595
    }
}
15:39:47.644
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            388922
        ],
        "durationInMs": 5.223447999975178
    }
}
15:39:47.645
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            48,
            "fr"
        ],
        "durationInMs": 3.3909700000076555
    }
}
15:39:47.645
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            260015,
            260020
        ],
        "durationInMs": 3.4728309999918565
    }
}
15:39:47.646
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?)",
        "parameters": [
            2227
        ],
        "durationInMs": 3.8273670000198763
    }
}
15:39:47.648
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            38,
            "fr"
        ],
        "durationInMs": 3.9922409999999218
    }
}
15:39:47.648
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": [
            388922,
            388922,
            388922,
            388922,
            1,
            1
        ],
        "durationInMs": 7.573804000014206
    }
}
15:39:47.648
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": [
            388922
        ],
        "durationInMs": 7.484758999984479
    }
}
15:39:47.648
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": [
            388922
        ],
        "durationInMs": 7.593049000017345
    }
}
15:39:47.649
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            388922
        ],
        "durationInMs": 7.689707999990787
    }
}
15:39:47.649
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            45
        ],
        "durationInMs": 3.9646409999986645
    }
}
15:39:47.649
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": [
            556125
        ],
        "durationInMs": 2.056712999998126
    }
}
15:39:47.651
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            556125
        ],
        "durationInMs": 3.36891900000046
    }
}
15:39:47.651
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 3.5682270000106655
    }
}
15:39:47.652
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": [
            556125
        ],
        "durationInMs": 4.2537650000012945
    }
}
15:39:47.652
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            125
        ],
        "durationInMs": 0.7332950000127312
    }
}
15:39:47.652
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            125,
            "fr"
        ],
        "durationInMs": 1.1746020000136923
    }
}
15:39:47.653
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": [
            388922,
            777391,
            656206,
            638405,
            656208,
            4
        ],
        "durationInMs": 8.885688999987906
    }
}
15:39:47.654
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            122,
            "fr"
        ],
        "durationInMs": 1.769570999982534
    }
}
15:39:47.654
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            115
        ],
        "durationInMs": 1.7186579999979585
    }
}
15:39:47.654
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            112
        ],
        "durationInMs": 0.35276199999498203
    }
}
15:39:47.655
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?)",
        "parameters": [
            656208,
            638405,
            656206,
            777391
        ],
        "durationInMs": 1.4126220000034664
    }
}
15:39:47.656
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": [
            656208,
            638405,
            656206,
            777391
        ],
        "durationInMs": 2.866490000014892
    }
}
15:39:47.657
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": [
            656208,
            638405,
            656206,
            777391
        ],
        "durationInMs": 2.976604000024963
    }
}
15:39:47.657
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            215,
            430
        ],
        "durationInMs": 1.303730000014184
    }
}
15:39:47.657
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": [
            215,
            "fr",
            430,
            "fr"
        ],
        "durationInMs": 1.7970619999978226
    }
}
15:39:47.657
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            254489
        ],
        "durationInMs": 2.0422160000016447
    }
}
15:39:47.658
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": [
            197,
            "fr",
            49,
            "fr"
        ],
        "durationInMs": 0.746049999987008
    }
}
15:39:47.658
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            192,
            365
        ],
        "durationInMs": 0.6472869999997783
    }
}
15:39:47.658
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            177,
            46
        ],
        "durationInMs": 0.34933600001386367
    }
}
15:39:47.770
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "sn",
            "userId": "388922",
            "userSlug": "lamine-diedhiou"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "0wOylviGXGKqIfKTbda4",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=6894ac67a9aea3.92501164; PHPSESSID=98c5cb89e6bf1cf55285b9178d8a04ad; GOAFRICA_NEXT_SESSION_ID=bOfk5jfWenwqY7OXbpEWbnyAPEKruaQ73FUvA6f3",
                "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": 155739,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "goafrica-ad-id=6894ac67a9aea3.92501164; PHPSESSID=98c5cb89e6bf1cf55285b9178d8a04ad; GOAFRICA_NEXT_SESSION_ID=bOfk5jfWenwqY7OXbpEWbnyAPEKruaQ73FUvA6f3",
                "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/sn/user/388922-lamine-diedhiou",
        "original": "https://www.goa.goafrica.syazen.cloud/sn/user/388922-lamine-diedhiou",
        "path": "/sn/user/388922-lamine-diedhiou",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 271437824,
        "memoryUsageHuman": "258.9 MiB",
        "requestTimeInMs": 276
    }
}