12:47:41.785 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ci",
"userId": "980",
"userSlug": "david-encel"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "bdRNCFUHoxVpMNmKuMzu",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"host": "www.goa.goafrica.syazen.cloud",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"x-forwarded-for": "216.73.216.18",
"x-real-ip": "216.73.216.18",
"x-scheme": "https"
}
}
},
"user_agent": {
"original": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
},
"url": {
"full": "https://www.goa.goafrica.syazen.cloud/ci/user/980-david-encel",
"original": "https://www.goa.goafrica.syazen.cloud/ci/user/980-david-encel",
"path": "/ci/user/980-david-encel",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 277164032,
"memoryUsageHuman": "264.3 MiB"
}
} |
---|
12:47:41.844 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.29287200001999736
}
} |
---|
12:47:41.844 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"CI",
true
],
"durationInMs": 0.5069169999915175
}
} |
---|
12:47:41.844 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.3371629999601282
}
} |
---|
12:47:41.847 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
980
],
"durationInMs": 3.0984699999680743
}
} |
---|
12:47:41.851 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
980
],
"durationInMs": 1.0414660000242293
}
} |
---|
12:47:41.851 | 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": [
980
],
"durationInMs": 1.2865490000112914
}
} |
---|
12:47:41.852 | 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": [
980,
2
],
"durationInMs": 1.3373629999696277
}
} |
---|
12:47:41.854 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
980
],
"durationInMs": 3.3113540000049397
}
} |
---|
12:47:41.854 | 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": [
980
],
"durationInMs": 3.6935810000286438
}
} |
---|
12:47:41.855 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
980
],
"durationInMs": 3.3491829999838956
}
} |
---|
12:47:41.855 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
980
],
"durationInMs": 3.4009289999958128
}
} |
---|
12:47:41.855 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
980
],
"durationInMs": 2.123847000009846
}
} |
---|
12:47:41.856 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
980
],
"durationInMs": 1.4947340000071563
}
} |
---|
12:47:41.857 | 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": [
980,
980,
980,
1
],
"durationInMs": 7.120989999966696
}
} |
---|
12:47:41.858 | 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": [
980
],
"durationInMs": 6.797381000011228
}
} |
---|
12:47:41.858 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
980
],
"durationInMs": 6.971412000013515
}
} |
---|
12:47:41.858 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
980
],
"durationInMs": 7.116771999979392
}
} |
---|
12:47:41.858 | 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": [
980,
980,
980,
980,
1,
1
],
"durationInMs": 7.884281000006013
}
} |
---|
12:47:41.858 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
980,
""
],
"durationInMs": 3.600739000015892
}
} |
---|
12:47:41.859 | 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,
126,
1
],
"durationInMs": 3.571133999968879
}
} |
---|
12:47:41.859 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
126,
"fr"
],
"durationInMs": 3.490745999966748
}
} |
---|
12:47:41.860 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
96742,
242126
],
"durationInMs": 3.4790439999778755
}
} |
---|
12:47:41.860 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
251
],
"durationInMs": 2.4134240000275895
}
} |
---|
12:47:41.860 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
251
],
"durationInMs": 2.345387000008486
}
} |
---|
12:47:41.860 | 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": [
251
],
"durationInMs": 2.2568329999921843
}
} |
---|
12:47:41.860 | 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": [
251
],
"durationInMs": 2.3829070000210777
}
} |
---|
12:47:41.861 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
980
],
"durationInMs": 6.137761000019964
}
} |
---|
12:47:41.861 | 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": [
251
],
"durationInMs": 2.2044269999605604
}
} |
---|
12:47:41.861 | 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": [
251
],
"durationInMs": 2.147832999995444
}
} |
---|
12:47:41.862 | 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": [
251
],
"durationInMs": 2.343103000021074
}
} |
---|
12:47:41.862 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_formation` where `id` in (?)",
"parameters": [
1686
],
"durationInMs": 2.252826999989338
}
} |
---|
12:47:41.863 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_experience` where `id` in (?)",
"parameters": [
1812
],
"durationInMs": 2.5075979999965057
}
} |
---|
12:47:41.864 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?, ?)",
"parameters": [
6,
17644
],
"durationInMs": 3.5493639999767765
}
} |
---|
12:47:41.864 | 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": [
251,
null,
null
],
"durationInMs": 3.510141000035219
}
} |
---|
12:47:41.865 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
251
],
"durationInMs": 6.36433000001125
}
} |
---|
12:47:41.867 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_coordinate` where `id` in (?, ?)",
"parameters": [
66295,
78594
],
"durationInMs": 5.7459360000211746
}
} |
---|
12:47:41.867 | 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": 5.5259790000272915
}
} |
---|
12:47:41.867 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
116
],
"durationInMs": 5.475946999969892
}
} |
---|
12:47:41.868 | debug | kysely.query | {
"kysely": {
"sql": "select * from `link_meta_data` where `id` in (?)",
"parameters": [
213
],
"durationInMs": 5.421597000036854
}
} |
---|
12:47:41.868 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
128
],
"durationInMs": 4.489872999954969
}
} |
---|
12:47:41.868 | 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": [
128
],
"durationInMs": 4.590800000005402
}
} |
---|
12:47:41.869 | 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": [
128
],
"durationInMs": 4.348131000006106
}
} |
---|
12:47:41.870 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
24
],
"durationInMs": 4.290726000035647
}
} |
---|
12:47:41.870 | 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": [
251,
null,
null
],
"durationInMs": 9.690371000033338
}
} |
---|
12:47:41.872 | 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
],
"durationInMs": 5.065918999956921
}
} |
---|
12:47:41.872 | 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
],
"durationInMs": 4.998082999954931
}
} |
---|
12:47:41.872 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
980
],
"durationInMs": 4.986731999961194
}
} |
---|
12:47:41.873 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
126
],
"durationInMs": 4.864094999968074
}
} |
---|
12:47:41.873 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 4.689431999984663
}
} |
---|
12:47:41.873 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
139209
],
"durationInMs": 4.795848999987356
}
} |
---|
12:47:41.874 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
139209
],
"durationInMs": 5.4704259999562055
}
} |
---|
12:47:41.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": [
139209
],
"durationInMs": 4.1670560000347905
}
} |
---|
12:47:41.875 | 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": [
139209
],
"durationInMs": 3.9413390000117943
}
} |
---|
12:47:41.876 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
276511
],
"durationInMs": 4.271819999965373
}
} |
---|
12:47:41.877 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
123,
"fr"
],
"durationInMs": 4.266881000017747
}
} |
---|
12:47:41.877 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
123
],
"durationInMs": 4.219603999983519
}
} |
---|
12:47:41.877 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
905
],
"durationInMs": 4.087750000006054
}
} |
---|
12:47:41.877 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
222694,
276509
],
"durationInMs": 3.2084329999634065
}
} |
---|
12:47:41.878 | 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 (?, ?, ?)) and (`following`.`target_company_id` is null or `following`.`target_company_id` not in (?)) order by `count` desc limit ?",
"parameters": [
980,
36346,
269792,
325115,
150915,
4
],
"durationInMs": 17.79592100001173
}
} |
---|
12:47:41.879 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
113
],
"durationInMs": 1.9168649999774061
}
} |
---|
12:47:41.879 | 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": [
405120,
46800,
377527,
325115,
269792,
36346
],
"durationInMs": 0.41300300002330914
}
} |
---|
12:47:41.879 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
405120,
46800,
377527,
325115,
269792,
36346
],
"durationInMs": 0.5874659999972209
}
} |
---|
12:47:41.879 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?, ?)",
"parameters": [
405120,
46800,
377527,
325115,
269792,
36346
],
"durationInMs": 1.0169509999686852
}
} |
---|
12:47:41.882 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
326,
277
],
"durationInMs": 2.4366959999897517
}
} |
---|
12:47:41.883 | 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": [
326,
"fr",
277,
"fr"
],
"durationInMs": 2.805969000037294
}
} |
---|
12:47:41.883 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
"parameters": [
251580,
212882,
287123,
109674
],
"durationInMs": 3.1585510000004433
}
} |
---|
12:47:41.883 | 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": [
405120,
46800,
377527,
325115,
269792,
36346
],
"durationInMs": 4.998905000044033
}
} |
---|
12:47:41.883 | 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": [
150915
],
"durationInMs": 5.061310000019148
}
} |
---|
12:47:41.884 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
150915
],
"durationInMs": 5.405245999980252
}
} |
---|
12:47:41.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": [
150915
],
"durationInMs": 5.713106000039261
}
} |
---|
12:47:41.884 | 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": [
308,
"fr",
265,
"fr"
],
"durationInMs": 1.7081889999681152
}
} |
---|
12:47:41.885 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
285,
242
],
"durationInMs": 1.6991020000423305
}
} |
---|
12:47:41.885 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
175
],
"durationInMs": 0.5968839999986812
}
} |
---|
12:47:41.885 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
175,
"fr"
],
"durationInMs": 0.9095719999750145
}
} |
---|
12:47:41.886 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
269,
231
],
"durationInMs": 1.50769900000887
}
} |
---|
12:47:41.886 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
172,
"fr"
],
"durationInMs": 1.3199509999831207
}
} |
---|
12:47:41.886 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
1063
],
"durationInMs": 1.3308209999813698
}
} |
---|
12:47:41.887 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
155
],
"durationInMs": 0.26446899998700246
}
} |
---|
12:47:41.936 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ci",
"userId": "980",
"userSlug": "david-encel"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "bdRNCFUHoxVpMNmKuMzu",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"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": 189593,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"host": "www.goa.goafrica.syazen.cloud",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"x-forwarded-for": "216.73.216.18",
"x-real-ip": "216.73.216.18",
"x-scheme": "https"
}
}
},
"user_agent": {
"original": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
},
"url": {
"full": "https://www.goa.goafrica.syazen.cloud/ci/user/980-david-encel",
"original": "https://www.goa.goafrica.syazen.cloud/ci/user/980-david-encel",
"path": "/ci/user/980-david-encel",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 295710720,
"memoryUsageHuman": "282 MiB",
"requestTimeInMs": 151
}
} |
---|