Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/sn/user/381469-papa-aliou-sall

Response:
200
IP:
216.73.216.18
Date:
7 août 2025 à 23:36:09
Total execution time:
96 ms
Token:
bwVGgl3ZmRo3C3vPGALL

Log Messages

Time Level Message Context
23:36:09.010
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "sn",
            "userId": "381469",
            "userSlug": "papa-aliou-sall"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "bwVGgl3ZmRo3C3vPGALL",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=a9b3a478012c07f25a5438038991ce0e; goafrica-ad-id=68951c1e53c638.22303894; GOAFRICA_NEXT_SESSION_ID=W8mI1dFME6pokZbEWe680iTnz96SKddSxxt5pLhW",
                "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/381469-papa-aliou-sall",
        "original": "https://www.goa.goafrica.syazen.cloud/sn/user/381469-papa-aliou-sall",
        "path": "/sn/user/381469-papa-aliou-sall",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 289615872,
        "memoryUsageHuman": "276.2 MiB"
    }
}
23:36:09.014
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.2251359997317195
    }
}
23:36:09.014
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.3570810002274811
    }
}
23:36:09.014
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.269699000287801
    }
}
23:36:09.016
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            381469
        ],
        "durationInMs": 2.2421859996393323
    }
}
23:36:09.019
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            381469
        ],
        "durationInMs": 0.8188740001060069
    }
}
23:36:09.019
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": [
            381469
        ],
        "durationInMs": 1.0144949997775257
    }
}
23:36:09.019
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": [
            381469,
            2
        ],
        "durationInMs": 1.0020820000208914
    }
}
23:36:09.020
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            381469
        ],
        "durationInMs": 1.7344169998541474
    }
}
23:36:09.020
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": [
            381469
        ],
        "durationInMs": 1.839622000232339
    }
}
23:36:09.020
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": [
            381469,
            381469,
            381469,
            1
        ],
        "durationInMs": 2.347821000032127
    }
}
23:36:09.021
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            381469
        ],
        "durationInMs": 1.672673000022769
    }
}
23:36:09.021
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            381469
        ],
        "durationInMs": 1.675226999912411
    }
}
23:36:09.021
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            381469
        ],
        "durationInMs": 1.1591230002231896
    }
}
23:36:09.021
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            381469
        ],
        "durationInMs": 0.9729389999993145
    }
}
23:36:09.021
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            381469
        ],
        "durationInMs": 0.99160399986431
    }
}
23:36:09.023
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            381469
        ],
        "durationInMs": 4.321390000171959
    }
}
23:36:09.023
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            381469
        ],
        "durationInMs": 4.49961999990046
    }
}
23:36:09.023
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": [
            381469
        ],
        "durationInMs": 4.680354000069201
    }
}
23:36:09.023
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": [
            381469,
            381469,
            381469,
            381469,
            1,
            1
        ],
        "durationInMs": 5.199643999803811
    }
}
23:36:09.025
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,
            277,
            1
        ],
        "durationInMs": 4.41192700015381
    }
}
23:36:09.025
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            277,
            "fr"
        ],
        "durationInMs": 4.568607000168413
    }
}
23:36:09.026
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            254930,
            276444
        ],
        "durationInMs": 4.5843560001812875
    }
}
23:36:09.026
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            778
        ],
        "durationInMs": 4.552767999935895
    }
}
23:36:09.026
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            778
        ],
        "durationInMs": 4.543451000005007
    }
}
23:36:09.026
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": [
            778
        ],
        "durationInMs": 3.1223829998634756
    }
}
23:36:09.026
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": [
            778
        ],
        "durationInMs": 3.1052609998732805
    }
}
23:36:09.026
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            637
        ],
        "durationInMs": 3.1225829999893904
    }
}
23:36:09.027
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            637
        ],
        "durationInMs": 3.099580999929458
    }
}
23:36:09.027
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            381469,
            ""
        ],
        "durationInMs": 6.110187999904156
    }
}
23:36:09.027
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": [
            637
        ],
        "durationInMs": 1.5530619998462498
    }
}
23:36:09.027
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": [
            637
        ],
        "durationInMs": 1.445562000386417
    }
}
23:36:09.027
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?, ?)",
        "parameters": [
            778,
            637
        ],
        "durationInMs": 1.3651440003886819
    }
}
23:36:09.028
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": [
            778,
            637
        ],
        "durationInMs": 2.178668000269681
    }
}
23:36:09.028
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": [
            778,
            637
        ],
        "durationInMs": 2.326111000031233
    }
}
23:36:09.029
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": [
            778,
            637
        ],
        "durationInMs": 2.422047999687493
    }
}
23:36:09.029
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?, ?, ?)",
        "parameters": [
            2210,
            2654,
            2475
        ],
        "durationInMs": 2.3908409997820854
    }
}
23:36:09.029
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?, ?)",
        "parameters": [
            19832,
            19833
        ],
        "durationInMs": 2.666058999951929
    }
}
23:36:09.030
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": [
            778,
            637,
            null,
            null
        ],
        "durationInMs": 2.618932000361383
    }
}
23:36:09.030
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            265,
            "fr"
        ],
        "durationInMs": 2.7395760002546012
    }
}
23:36:09.030
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            242
        ],
        "durationInMs": 2.4800849999301136
    }
}
23:36:09.030
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_coordinate` where `id` in (?)",
        "parameters": [
            120031
        ],
        "durationInMs": 1.9123959997668862
    }
}
23:36:09.030
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            381469
        ],
        "durationInMs": 1.8667310001328588
    }
}
23:36:09.031
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            277
        ],
        "durationInMs": 1.7859629997983575
    }
}
23:36:09.031
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            284292
        ],
        "durationInMs": 1.630384000018239
    }
}
23:36:09.031
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `link_meta_data` where `id` in (?)",
        "parameters": [
            318
        ],
        "durationInMs": 1.6805970002897084
    }
}
23:36:09.031
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": [
            778,
            637,
            null,
            null
        ],
        "durationInMs": 4.451049999799579
    }
}
23:36:09.031
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?)",
        "parameters": [
            635
        ],
        "durationInMs": 1.7503759996034205
    }
}
23:36:09.032
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": [
            635
        ],
        "durationInMs": 1.9101419998332858
    }
}
23:36:09.032
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": [
            635
        ],
        "durationInMs": 1.8811180000193417
    }
}
23:36:09.032
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?)",
        "parameters": [
            29407,
            597892,
            797731
        ],
        "durationInMs": 2.0897540003061295
    }
}
23:36:09.033
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": [
            29407,
            597892,
            797731
        ],
        "durationInMs": 2.3780470001511276
    }
}
23:36:09.033
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": [
            29407,
            597892,
            797731
        ],
        "durationInMs": 2.3498849999159575
    }
}
23:36:09.033
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            231
        ],
        "durationInMs": 2.203904999885708
    }
}
23:36:09.036
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            828606
        ],
        "durationInMs": 4.247893999796361
    }
}
23:36:09.036
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            282118
        ],
        "durationInMs": 4.484631999861449
    }
}
23:36:09.037
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
        "parameters": [
            123,
            398,
            540
        ],
        "durationInMs": 3.8334980001673102
    }
}
23:36:09.037
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": [
            123,
            "fr",
            398,
            "fr",
            540,
            "fr"
        ],
        "durationInMs": 4.160912999883294
    }
}
23:36:09.037
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            2058
        ],
        "durationInMs": 4.171784000005573
    }
}
23:36:09.037
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": [
            828606
        ],
        "durationInMs": 5.446170000359416
    }
}
23:36:09.037
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": [
            828606
        ],
        "durationInMs": 5.506932000163943
    }
}
23:36:09.037
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            284,
            "fr"
        ],
        "durationInMs": 1.204977999906987
    }
}
23:36:09.038
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": [
            122,
            "fr",
            695,
            "fr"
        ],
        "durationInMs": 0.8958359998650849
    }
}
23:36:09.038
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            113,
            340,
            438
        ],
        "durationInMs": 0.8761699995957315
    }
}
23:36:09.040
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            284
        ],
        "durationInMs": 3.38498800015077
    }
}
23:36:09.040
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            270133
        ],
        "durationInMs": 3.616676999721676
    }
}
23:36:09.040
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            249
        ],
        "durationInMs": 2.6114680003374815
    }
}
23:36:09.040
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            112,
            1100
        ],
        "durationInMs": 2.537802000064403
    }
}
23:36:09.040
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            283,
            "fr"
        ],
        "durationInMs": 0.6574260001070797
    }
}
23:36:09.041
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_user_id` is null or `following`.`target_user_id` not in (?, ?, ?, ?)) order by `count` desc limit ?",
        "parameters": [
            381469,
            407538,
            367838,
            366302,
            263417,
            4
        ],
        "durationInMs": 14.257229999639094
    }
}
23:36:09.041
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            248
        ],
        "durationInMs": 0.6974789998494089
    }
}
23:36:09.044
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?, ?, ?, ?)",
        "parameters": [
            413940,
            102899,
            355740,
            139209,
            263417,
            366302,
            367838,
            407538
        ],
        "durationInMs": 3.370591999962926
    }
}
23:36:09.045
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": [
            413940,
            102899,
            355740,
            139209,
            263417,
            366302,
            367838,
            407538
        ],
        "durationInMs": 3.9276720001362264
    }
}
23:36:09.045
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?, ?, ?, ?) group by `author_id`",
        "parameters": [
            413940,
            102899,
            355740,
            139209,
            263417,
            366302,
            367838,
            407538
        ],
        "durationInMs": 4.085462999995798
    }
}
23:36:09.045
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": [
            413940,
            102899,
            355740,
            139209,
            263417,
            366302,
            367838,
            407538
        ],
        "durationInMs": 4.143801999744028
    }
}
23:36:09.045
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?, ?, ?)",
        "parameters": [
            284426,
            275630,
            232473,
            222694,
            244292,
            242853,
            243913
        ],
        "durationInMs": 0.6012320001609623
    }
}
23:36:09.047
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            151,
            126,
            388,
            597
        ],
        "durationInMs": 2.2507720002904534
    }
}
23:36:09.047
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": [
            151,
            "fr",
            126,
            "fr",
            388,
            "fr",
            597,
            "fr"
        ],
        "durationInMs": 2.597983999643475
    }
}
23:36:09.051
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": [
            138,
            "fr",
            18,
            "fr",
            85,
            "fr"
        ],
        "durationInMs": 4.045200000051409
    }
}
23:36:09.052
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            139,
            116,
            333,
            477
        ],
        "durationInMs": 4.042374000418931
    }
}
23:36:09.053
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
        "parameters": [
            127,
            16,
            77
        ],
        "durationInMs": 1.1282259998843074
    }
}
23:36:09.105
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "sn",
            "userId": "381469",
            "userSlug": "papa-aliou-sall"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "bwVGgl3ZmRo3C3vPGALL",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=a9b3a478012c07f25a5438038991ce0e; goafrica-ad-id=68951c1e53c638.22303894; GOAFRICA_NEXT_SESSION_ID=W8mI1dFME6pokZbEWe680iTnz96SKddSxxt5pLhW",
                "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": 204905,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=a9b3a478012c07f25a5438038991ce0e; goafrica-ad-id=68951c1e53c638.22303894; GOAFRICA_NEXT_SESSION_ID=W8mI1dFME6pokZbEWe680iTnz96SKddSxxt5pLhW",
                "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/381469-papa-aliou-sall",
        "original": "https://www.goa.goafrica.syazen.cloud/sn/user/381469-papa-aliou-sall",
        "path": "/sn/user/381469-papa-aliou-sall",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 298070016,
        "memoryUsageHuman": "284.3 MiB",
        "requestTimeInMs": 95
    }
}