Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/sn/user/407538-nacim-ben-oumelghar

Response:
200
IP:
216.73.216.18
Date:
10 août 2025 à 07:27:02
Total execution time:
58 ms
Token:
DQk8xIGxv6H5wGgl2s4E

Log Messages

Time Level Message Context
07:27:02.283
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "sn",
            "userId": "407538",
            "userSlug": "nacim-ben-oumelghar"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "DQk8xIGxv6H5wGgl2s4E",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=4a8a89cbdcdcef25414035c356436f94; goafrica-ad-id=68982d7a3cc160.13341449; GOAFRICA_NEXT_SESSION_ID=WxQfkGgIPmIZkFRcfU2tsfGy2EczUJiMCc7BGGvw",
                "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/407538-nacim-ben-oumelghar",
        "original": "https://www.goa.goafrica.syazen.cloud/sn/user/407538-nacim-ben-oumelghar",
        "path": "/sn/user/407538-nacim-ben-oumelghar",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 278818816,
        "memoryUsageHuman": "265.9 MiB"
    }
}
07:27:02.288
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.2729449999751523
    }
}
07:27:02.288
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": 0.43101699999533594
    }
}
07:27:02.288
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.27613100002054125
    }
}
07:27:02.290
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            407538
        ],
        "durationInMs": 2.509729999990668
    }
}
07:27:02.293
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            407538
        ],
        "durationInMs": 0.6213690000004135
    }
}
07:27:02.293
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": [
            407538
        ],
        "durationInMs": 0.8321390000055544
    }
}
07:27:02.293
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": [
            407538,
            2
        ],
        "durationInMs": 0.9059550000238232
    }
}
07:27:02.295
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            407538
        ],
        "durationInMs": 2.681016999995336
    }
}
07:27:02.296
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": [
            407538,
            407538,
            407538,
            1
        ],
        "durationInMs": 3.5983930000220425
    }
}
07:27:02.296
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": [
            407538
        ],
        "durationInMs": 3.5087579999817535
    }
}
07:27:02.296
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": [
            407538
        ],
        "durationInMs": 3.641241999983322
    }
}
07:27:02.297
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            407538
        ],
        "durationInMs": 3.535435999976471
    }
}
07:27:02.297
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            407538
        ],
        "durationInMs": 3.532290999952238
    }
}
07:27:02.297
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            407538
        ],
        "durationInMs": 1.8427270000101998
    }
}
07:27:02.297
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            407538
        ],
        "durationInMs": 1.1267630000365898
    }
}
07:27:02.297
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            407538
        ],
        "durationInMs": 1.092720000015106
    }
}
07:27:02.297
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            407538,
            ""
        ],
        "durationInMs": 1.069547999999486
    }
}
07:27:02.300
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            407538
        ],
        "durationInMs": 7.197678000025917
    }
}
07:27:02.300
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            407538
        ],
        "durationInMs": 7.316017000004649
    }
}
07:27:02.300
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": [
            407538,
            407538,
            407538,
            407538,
            1,
            1
        ],
        "durationInMs": 7.901027999992948
    }
}
07:27:02.301
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            242
        ],
        "durationInMs": 3.8741729999892414
    }
}
07:27:02.301
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ? and `c`.`parent_id` is null",
        "parameters": [
            242
        ],
        "durationInMs": 3.8739429999841377
    }
}
07:27:02.301
debug
kysely.query
{
    "kysely": {
        "sql": "select `r`.`type`, count(`r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ? group by `r`.`type`",
        "parameters": [
            242
        ],
        "durationInMs": 4.000577000027988
    }
}
07:27:02.301
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?)",
        "parameters": [
            242
        ],
        "durationInMs": 4.0480539999553
    }
}
07:27:02.303
debug
kysely.query
{
    "kysely": {
        "sql": "select `feed_media`.`media_id`, `feed_media`.`feed_post_id` from `feed_media` where `feed_media`.`feed_post_id` in (?)",
        "parameters": [
            242
        ],
        "durationInMs": 5.309556999942288
    }
}
07:27:02.303
debug
kysely.query
{
    "kysely": {
        "sql": "select `pl`.`feed_post_id`, `pl`.`link_meta_data_id` from `feed_post_link_meta_data` as `pl` where `pl`.`feed_post_id` in (?)",
        "parameters": [
            242
        ],
        "durationInMs": 5.147467000002507
    }
}
07:27:02.303
debug
kysely.query
{
    "kysely": {
        "sql": "select `pl`.`feed_post_id`, `l`.`related_feed_post_id` from `feed_post_link_meta_data` as `pl` inner join `link_meta_data` as `l` on `l`.`id` = `pl`.`link_meta_data_id` where `pl`.`feed_post_id` in (?) and `l`.`related_feed_post_id` is not null group by `pl`.`feed_post_id`",
        "parameters": [
            242
        ],
        "durationInMs": 2.9935460000415333
    }
}
07:27:02.303
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            242
        ],
        "durationInMs": 6.778432999970391
    }
}
07:27:02.305
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": [
            641003,
            766393,
            641256
        ],
        "durationInMs": 4.664554000017233
    }
}
07:27:02.306
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?)",
        "parameters": [
            310013,
            381469,
            220783
        ],
        "durationInMs": 4.874934000021312
    }
}
07:27:02.306
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?) group by `author_id`",
        "parameters": [
            310013,
            381469,
            220783
        ],
        "durationInMs": 5.230161000043154
    }
}
07:27:02.307
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": [
            310013,
            381469,
            220783
        ],
        "durationInMs": 4.543530999973882
    }
}
07:27:02.307
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": [
            310013,
            381469,
            220783
        ],
        "durationInMs": 3.9637890000012703
    }
}
07:27:02.307
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_coordinate` where `id` in (?)",
        "parameters": [
            126583
        ],
        "durationInMs": 3.972585000039544
    }
}
07:27:02.307
debug
kysely.query
{
    "kysely": {
        "sql": "select `bi`.`target_feed_post_id`, `bi`.`id` from `bookmark_item` as `bi` inner join `bookmark` as `b` on `b`.`id` = `bi`.`bookmark_id` where `bi`.`target_feed_post_id` in (?) and (? is not null and `b`.`user_id` = ?) group by `bi`.`target_feed_post_id`",
        "parameters": [
            242,
            null,
            null
        ],
        "durationInMs": 3.994364999991376
    }
}
07:27:02.308
debug
kysely.query
{
    "kysely": {
        "sql": "select `r`.`target_feed_post_id`, `r`.`id` from `reaction` as `r` where `r`.`target_feed_post_id` in (?) and (? is not null and `r`.`user_author_id` = ?) group by `r`.`target_feed_post_id`",
        "parameters": [
            242,
            null,
            null
        ],
        "durationInMs": 4.2360220000264235
    }
}
07:27:02.309
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?)",
        "parameters": [
            641003,
            766393,
            641256
        ],
        "durationInMs": 9.042618999956176
    }
}
07:27:02.310
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": [
            641003,
            766393,
            641256
        ],
        "durationInMs": 9.490468000003602
    }
}
07:27:02.310
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            407538
        ],
        "durationInMs": 4.7227420000126585
    }
}
07:27:02.310
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": [
            638,
            "fr",
            277,
            "fr",
            123,
            "fr"
        ],
        "durationInMs": 4.214281999971718
    }
}
07:27:02.311
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            638,
            277,
            123
        ],
        "durationInMs": 4.253855000017211
    }
}
07:27:02.311
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            254930,
            144248
        ],
        "durationInMs": 4.405486000003293
    }
}
07:27:02.311
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            251303,
            231352
        ],
        "durationInMs": 1.3588919999892823
    }
}
07:27:02.311
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            62,
            593,
            315
        ],
        "durationInMs": 1.6188640000182204
    }
}
07:27:02.312
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": [
            62,
            "fr",
            593,
            "fr",
            315,
            "fr"
        ],
        "durationInMs": 1.9424910000525415
    }
}
07:27:02.312
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            518,
            242,
            113
        ],
        "durationInMs": 1.4072419999865815
    }
}
07:27:02.312
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": [
            49,
            "fr",
            265,
            "fr",
            122,
            "fr"
        ],
        "durationInMs": 1.2768209999776445
    }
}
07:27:02.312
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            308,
            "fr"
        ],
        "durationInMs": 0.7916540000005625
    }
}
07:27:02.314
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            46,
            231,
            112
        ],
        "durationInMs": 1.2773119999910705
    }
}
07:27:02.314
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            269
        ],
        "durationInMs": 1.21378500002902
    }
}
07:27:02.314
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            57,
            473,
            276
        ],
        "durationInMs": 1.997001999989152
    }
}
07:27:02.341
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "sn",
            "userId": "407538",
            "userSlug": "nacim-ben-oumelghar"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "DQk8xIGxv6H5wGgl2s4E",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=4a8a89cbdcdcef25414035c356436f94; goafrica-ad-id=68982d7a3cc160.13341449; GOAFRICA_NEXT_SESSION_ID=WxQfkGgIPmIZkFRcfU2tsfGy2EczUJiMCc7BGGvw",
                "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": 154315,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=4a8a89cbdcdcef25414035c356436f94; goafrica-ad-id=68982d7a3cc160.13341449; GOAFRICA_NEXT_SESSION_ID=WxQfkGgIPmIZkFRcfU2tsfGy2EczUJiMCc7BGGvw",
                "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/407538-nacim-ben-oumelghar",
        "original": "https://www.goa.goafrica.syazen.cloud/sn/user/407538-nacim-ben-oumelghar",
        "path": "/sn/user/407538-nacim-ben-oumelghar",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 279818240,
        "memoryUsageHuman": "266.9 MiB",
        "requestTimeInMs": 58
    }
}