Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/tg/user/390865-sitti-ayite-frantz

Response:
200
IP:
216.73.216.18
Date:
4 août 2025 à 11:13:08
Total execution time:
81 ms
Token:
7MMUF7mKQXHxHwiKmeXD

Log Messages

Time Level Message Context
11:13:08.858
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "tg",
            "userId": "390865",
            "userSlug": "sitti-ayite-frantz"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "7MMUF7mKQXHxHwiKmeXD",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=yiJwUdkGzFo1VQJf7JECygmzjatnXIzPsPGJ40AN; goafrica-ad-id=689079907abed6.45409178; PHPSESSID=ebbefee614f1d42fb0cfeab72852e2a9",
                "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/tg/user/390865-sitti-ayite-frantz",
        "original": "https://www.goa.goafrica.syazen.cloud/tg/user/390865-sitti-ayite-frantz",
        "path": "/tg/user/390865-sitti-ayite-frantz",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 304607232,
        "memoryUsageHuman": "290.5 MiB"
    }
}
11:13:08.862
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.2947450000065146
    }
}
11:13:08.864
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            390865
        ],
        "durationInMs": 1.8825319999887142
    }
}
11:13:08.868
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": [
            390865
        ],
        "durationInMs": 1.2168699999892851
    }
}
11:13:08.868
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 5.685263000006671
    }
}
11:13:08.868
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "TG",
            true
        ],
        "durationInMs": 6.354101000004448
    }
}
11:13:08.869
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            390865
        ],
        "durationInMs": 2.1373619999940274
    }
}
11:13:08.869
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": [
            390865,
            2
        ],
        "durationInMs": 2.067392999990261
    }
}
11:13:08.870
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            390865
        ],
        "durationInMs": 2.792693999988842
    }
}
11:13:08.870
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": [
            390865,
            390865,
            390865,
            1
        ],
        "durationInMs": 3.3522389999998268
    }
}
11:13:08.870
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": [
            390865
        ],
        "durationInMs": 2.931901999996626
    }
}
11:13:08.871
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            390865
        ],
        "durationInMs": 2.6271080000005895
    }
}
11:13:08.871
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            390865
        ],
        "durationInMs": 2.457194000002346
    }
}
11:13:08.871
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            390865
        ],
        "durationInMs": 2.127383999992162
    }
}
11:13:08.871
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            390865
        ],
        "durationInMs": 2.2204659999988507
    }
}
11:13:08.872
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            390865
        ],
        "durationInMs": 2.1498560000036377
    }
}
11:13:08.872
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            390865
        ],
        "durationInMs": 2.1255609999934677
    }
}
11:13:08.873
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            390865
        ],
        "durationInMs": 2.294873999999254
    }
}
11:13:08.874
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": [
            390865,
            390865,
            390865,
            390865,
            1,
            1
        ],
        "durationInMs": 6.833155999993323
    }
}
11:13:08.874
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": [
            390865
        ],
        "durationInMs": 6.416274999995949
    }
}
11:13:08.874
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,
            540,
            1
        ],
        "durationInMs": 3.423540999996476
    }
}
11:13:08.874
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            540,
            "fr"
        ],
        "durationInMs": 3.622138000006089
    }
}
11:13:08.875
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            272424,
            275755
        ],
        "durationInMs": 3.8348920000134967
    }
}
11:13:08.875
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            492
        ],
        "durationInMs": 3.4890619999932824
    }
}
11:13:08.875
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            492
        ],
        "durationInMs": 3.128644999989774
    }
}
11:13:08.875
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": [
            492
        ],
        "durationInMs": 2.874565000005532
    }
}
11:13:08.876
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": [
            492
        ],
        "durationInMs": 2.853467000008095
    }
}
11:13:08.876
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?)",
        "parameters": [
            492
        ],
        "durationInMs": 1.9114939999999478
    }
}
11:13:08.877
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            390865,
            ""
        ],
        "durationInMs": 6.18720200000098
    }
}
11:13:08.877
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": [
            492
        ],
        "durationInMs": 2.5383339999971213
    }
}
11:13:08.877
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": [
            492
        ],
        "durationInMs": 2.6921779999975115
    }
}
11:13:08.878
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?, ?)",
        "parameters": [
            2361,
            2360
        ],
        "durationInMs": 2.706044999998994
    }
}
11:13:08.879
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?, ?, ?)",
        "parameters": [
            2471,
            2470,
            2469
        ],
        "durationInMs": 3.3903389999904903
    }
}
11:13:08.879
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?, ?)",
        "parameters": [
            21385,
            21386
        ],
        "durationInMs": 3.8612299999949755
    }
}
11:13:08.880
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": [
            492,
            null,
            null
        ],
        "durationInMs": 3.8845339999970747
    }
}
11:13:08.880
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": [
            492,
            null,
            null
        ],
        "durationInMs": 3.67281199998979
    }
}
11:13:08.880
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": 3.340366999997059
    }
}
11:13:08.881
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": [
            492
        ],
        "durationInMs": 7.352555999998003
    }
}
11:13:08.882
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            438
        ],
        "durationInMs": 4.400297000000137
    }
}
11:13:08.882
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            390865
        ],
        "durationInMs": 4.269966000007116
    }
}
11:13:08.882
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            540
        ],
        "durationInMs": 3.5716839999950025
    }
}
11:13:08.882
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `link_meta_data` where `id` in (?)",
        "parameters": [
            270
        ],
        "durationInMs": 3.3149699999921722
    }
}
11:13:08.883
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?)",
        "parameters": [
            491
        ],
        "durationInMs": 3.2783029999991413
    }
}
11:13:08.883
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": [
            491
        ],
        "durationInMs": 3.5354379999917
    }
}
11:13:08.883
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": [
            491
        ],
        "durationInMs": 3.519888999988325
    }
}
11:13:08.884
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            371859
        ],
        "durationInMs": 3.625645000007353
    }
}
11:13:08.884
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": [
            371859
        ],
        "durationInMs": 2.511244000008446
    }
}
11:13:08.885
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?)",
        "parameters": [
            24,
            363344
        ],
        "durationInMs": 2.794798000002629
    }
}
11:13:08.885
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": [
            24,
            363344
        ],
        "durationInMs": 2.932964000006905
    }
}
11:13:08.885
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": [
            24,
            363344
        ],
        "durationInMs": 2.6352530000003753
    }
}
11:13:08.885
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            112
        ],
        "durationInMs": 2.3186879999993835
    }
}
11:13:08.886
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            836458
        ],
        "durationInMs": 2.4849749999993946
    }
}
11:13:08.886
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": [
            836458
        ],
        "durationInMs": 2.7602250000054482
    }
}
11:13:08.888
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": [
            371859
        ],
        "durationInMs": 6.672529000003124
    }
}
11:13:08.888
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            280337
        ],
        "durationInMs": 4.042415999996592
    }
}
11:13:08.889
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": 3.685024999998859
    }
}
11:13:08.889
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            188
        ],
        "durationInMs": 3.709831000000122
    }
}
11:13:08.889
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": [
            123,
            "fr",
            389,
            "fr"
        ],
        "durationInMs": 3.800027000004775
    }
}
11:13:08.889
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            123,
            389
        ],
        "durationInMs": 3.787404000002425
    }
}
11:13:08.890
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            905
        ],
        "durationInMs": 3.385389999995823
    }
}
11:13:08.890
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            254,
            "fr"
        ],
        "durationInMs": 3.3730780000041705
    }
}
11:13:08.890
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": [
            836458
        ],
        "durationInMs": 5.8874569999898085
    }
}
11:13:08.890
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": [
            390865,
            843353,
            841503,
            841488,
            569522,
            4
        ],
        "durationInMs": 15.084234000009019
    }
}
11:13:08.891
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            278777
        ],
        "durationInMs": 2.4657790000055684
    }
}
11:13:08.891
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            169
        ],
        "durationInMs": 2.4092950000049314
    }
}
11:13:08.891
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": 2.341910999995889
    }
}
11:13:08.892
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            113,
            334
        ],
        "durationInMs": 2.3668669999897247
    }
}
11:13:08.892
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            18,
            "fr"
        ],
        "durationInMs": 2.3148109999892768
    }
}
11:13:08.892
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            223
        ],
        "durationInMs": 2.18257600000652
    }
}
11:13:08.892
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?)",
        "parameters": [
            46594,
            381469,
            268531,
            155401
        ],
        "durationInMs": 1.6892030000017257
    }
}
11:13:08.895
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            254
        ],
        "durationInMs": 6.731759000002057
    }
}
11:13:08.895
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": [
            46594,
            381469,
            268531,
            155401
        ],
        "durationInMs": 4.131078999998863
    }
}
11:13:08.896
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?)",
        "parameters": [
            569522,
            841488,
            841503,
            843353
        ],
        "durationInMs": 4.449649000001955
    }
}
11:13:08.896
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": [
            569522,
            841488,
            841503,
            843353
        ],
        "durationInMs": 4.647334000008414
    }
}
11:13:08.896
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": [
            569522,
            841488,
            841503,
            843353
        ],
        "durationInMs": 4.6794040000095265
    }
}
11:13:08.897
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            165
        ],
        "durationInMs": 4.658855000001495
    }
}
11:13:08.897
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            16
        ],
        "durationInMs": 4.657221999994363
    }
}
11:13:08.897
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            237120,
            254930,
            166549,
            275027
        ],
        "durationInMs": 4.271779000002425
    }
}
11:13:08.897
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?) group by `author_id`",
        "parameters": [
            46594,
            381469,
            268531,
            155401
        ],
        "durationInMs": 6.466056999997818
    }
}
11:13:08.897
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": [
            46594,
            381469,
            268531,
            155401
        ],
        "durationInMs": 6.533811999994214
    }
}
11:13:08.897
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            126,
            277
        ],
        "durationInMs": 2.1214020000043092
    }
}
11:13:08.898
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            252,
            "fr"
        ],
        "durationInMs": 1.5995980000006966
    }
}
11:13:08.898
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": [
            169,
            "fr",
            116,
            "fr",
            96,
            "fr",
            41,
            "fr"
        ],
        "durationInMs": 1.6357240000070306
    }
}
11:13:08.898
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
        "parameters": [
            169,
            116,
            96,
            41
        ],
        "durationInMs": 1.6595189999934519
    }
}
11:13:08.898
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
        "parameters": [
            111736,
            284500,
            283623,
            285953
        ],
        "durationInMs": 1.782956999988528
    }
}
11:13:08.899
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": [
            126,
            "fr",
            277,
            "fr"
        ],
        "durationInMs": 4.3625279999978375
    }
}
11:13:08.900
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.109551999994437
    }
}
11:13:08.900
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            221
        ],
        "durationInMs": 2.1209019999951124
    }
}
11:13:08.900
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            153,
            107,
            87,
            39
        ],
        "durationInMs": 1.9748010000039358
    }
}
11:13:08.900
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": [
            160,
            "fr",
            698,
            "fr",
            651,
            "fr",
            38,
            "fr"
        ],
        "durationInMs": 1.8351540000003297
    }
}
11:13:08.900
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            231
        ],
        "durationInMs": 0.6172309999965364
    }
}
11:13:08.900
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            116,
            242
        ],
        "durationInMs": 0.9577510000090115
    }
}
11:13:08.901
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
        "parameters": [
            147,
            1208,
            531,
            36
        ],
        "durationInMs": 0.3925959999905899
    }
}
11:13:08.938
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "tg",
            "userId": "390865",
            "userSlug": "sitti-ayite-frantz"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "7MMUF7mKQXHxHwiKmeXD",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=yiJwUdkGzFo1VQJf7JECygmzjatnXIzPsPGJ40AN; goafrica-ad-id=689079907abed6.45409178; PHPSESSID=ebbefee614f1d42fb0cfeab72852e2a9",
                "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": 220318,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=yiJwUdkGzFo1VQJf7JECygmzjatnXIzPsPGJ40AN; goafrica-ad-id=689079907abed6.45409178; PHPSESSID=ebbefee614f1d42fb0cfeab72852e2a9",
                "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/tg/user/390865-sitti-ayite-frantz",
        "original": "https://www.goa.goafrica.syazen.cloud/tg/user/390865-sitti-ayite-frantz",
        "path": "/tg/user/390865-sitti-ayite-frantz",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 307163136,
        "memoryUsageHuman": "292.9 MiB",
        "requestTimeInMs": 80
    }
}