21:04:01.303 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]"
},
"params": {
"_country": "ga"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "2IK0_8qWmQpRA40OxtD7",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=HJ8kV8zFt7FsQeTYfGMqBLTDqo2nKjnxAUnA2GC9; PHPSESSID=772ede3ba9812cfea38818b86e56c1d4; goafrica-ad-id=6893a6f165b2b6.83076884",
"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/ga",
"original": "https://www.goa.goafrica.syazen.cloud/ga",
"path": "/ga",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 276156416,
"memoryUsageHuman": "263.4 MiB"
}
} |
---|
21:04:01.310 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.6459540000068955
}
} |
---|
21:04:01.310 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.27827400001115166
}
} |
---|
21:04:01.314 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"GA",
true
],
"durationInMs": 0.9800819999945816
}
} |
---|
21:04:01.324 | debug | kysely.query | {
"kysely": {
"sql": "select `o`.`id` from `cms_post` as `o` where `o`.`online` = ? and `on_africa` = ? order by `o`.`updated_at` desc limit ?",
"parameters": [
1,
1,
4
],
"durationInMs": 0.4292540000169538
}
} |
---|
21:04:01.325 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `user` where `enabled` = ?",
"parameters": [
1
],
"durationInMs": 0.7081190000171773
}
} |
---|
21:04:01.325 | debug | kysely.query | {
"kysely": {
"sql": "select `feed_post`.`id` from `feed_post` left join `user` as `user_author` on `user_author`.`id` = `feed_post`.`user_author_id` left join `company` as `company_author` on `company_author`.`id` = `feed_post`.`company_author_id` where (`company_author`.`country` != ? or `company_author`.`country` is null or `user_author`.`country` != ? or `user_author`.`country` is null) order by `feed_post`.`id` desc limit ?",
"parameters": [
"ga",
"ga",
3
],
"durationInMs": 0.6382400000002235
}
} |
---|
21:04:01.327 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"GA",
true
],
"durationInMs": 2.138082999998005
}
} |
---|
21:04:01.328 | debug | kysely.query | {
"kysely": {
"sql": "select `ad`.`id` from `company_static_ad` as `ad` inner join `company` on `company`.`id` = `ad`.`company_id` where `company`.`country` = ? and `ad`.`enabled` = ? and `ad`.`slot` = ? and `ad`.`start_date` >= ? and `ad`.`end_date` <= ? limit ?",
"parameters": [
"ga",
1,
"background",
"2025-08-06T19:04:01.323Z",
"2025-08-06T19:04:01.323Z",
1
],
"durationInMs": 3.5477799999935087
}
} |
---|
21:04:01.335 | debug | kysely.query | {
"kysely": {
"sql": "select `o`.`id` from `cms_post` as `o` where `o`.`online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ? and `id` not in (?, ?, ?, ?) order by `o`.`updated_at` desc limit ?",
"parameters": [
1,
"GA",
true,
588,
592,
594,
595,
4
],
"durationInMs": 7.232131000026129
}
} |
---|
21:04:01.335 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `company` where `valid` = ? and `online` = ?",
"parameters": [
1,
1
],
"durationInMs": 7.92179700001725
}
} |
---|
21:04:01.336 | debug | kysely.query | {
"kysely": {
"sql": "select * from `reference` where `weight` > ? and `country` = ? and `visible_force` = ? order by `weight` desc limit ?",
"parameters": [
0,
"ga",
1,
13
],
"durationInMs": 7.975677000009455
}
} |
---|
21:04:01.336 | debug | kysely.query | {
"kysely": {
"sql": "with `nb_following`(`user_id`, `nb_following`) as (select `target_user_id` as `user_id`, count(*) as `nb_following` from `following` group by `target_user_id`) select `user`.`id`, `nb_following`.`nb_following` from `user` inner join `nb_following` on `nb_following`.`user_id` = `user`.`id` where `enabled` = ? and `profile_photo_status` = ? and `user`.`country` != ? order by `nb_following` desc limit ?",
"parameters": [
1,
"valid",
"ga",
30
],
"durationInMs": 8.219427000003634
}
} |
---|
21:04:01.336 | debug | kysely.query | {
"kysely": {
"sql": "select `feed_post`.`id` from `feed_post` left join `user` as `user_author` on `user_author`.`id` = `feed_post`.`user_author_id` left join `company` as `company_author` on `company_author`.`id` = `feed_post`.`company_author_id` where (`company_author`.`country` = ? or `user_author`.`country` = ?) order by `feed_post`.`id` desc limit ?",
"parameters": [
"ga",
"ga",
3
],
"durationInMs": 8.174433999985922
}
} |
---|
21:04:01.340 | debug | kysely.query | {
"kysely": {
"sql": "select * from `reference` where `weight` > ? and `country` = ? and `visible_force` = ?",
"parameters": [
0,
"ga",
0
],
"durationInMs": 3.998202000017045
}
} |
---|
21:04:01.340 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
975
],
"durationInMs": 1.6317269999999553
}
} |
---|
21:04:01.340 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
975
],
"durationInMs": 1.872892999992473
}
} |
---|
21:04:01.342 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?, ?, ?, ?)",
"parameters": [
590,
518,
517,
516
],
"durationInMs": 6.9577140000183135
}
} |
---|
21:04:01.344 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
974
],
"durationInMs": 3.59467599997879
}
} |
---|
21:04:01.344 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
974
],
"durationInMs": 3.5876030000217725
}
} |
---|
21:04:01.344 | 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": [
974
],
"durationInMs": 3.5786669999943115
}
} |
---|
21:04:01.348 | 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": [
975
],
"durationInMs": 9.24678600000334
}
} |
---|
21:04:01.348 | 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": [
975
],
"durationInMs": 9.56912200001534
}
} |
---|
21:04:01.352 | 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": [
974
],
"durationInMs": 8.112849999975879
}
} |
---|
21:04:01.352 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
899
],
"durationInMs": 8.137866000004578
}
} |
---|
21:04:01.352 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
899
],
"durationInMs": 8.181707000010647
}
} |
---|
21:04:01.352 | 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": [
899
],
"durationInMs": 8.226699999999255
}
} |
---|
21:04:01.352 | 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": [
899
],
"durationInMs": 4.573174999997718
}
} |
---|
21:04:01.353 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?, ?, ?)",
"parameters": [
975,
974,
899
],
"durationInMs": 4.710387999977684
}
} |
---|
21:04:01.356 | 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": [
975,
974,
899
],
"durationInMs": 4.736326999991434
}
} |
---|
21:04:01.357 | 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": [
975,
974,
899
],
"durationInMs": 5.014792000001762
}
} |
---|
21:04:01.357 | 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": [
975,
974,
899
],
"durationInMs": 5.193773000006331
}
} |
---|
21:04:01.358 | debug | kysely.query | {
"kysely": {
"sql": "select * from `reference` where `weight` > ? and `all_countries` = ? and `visible_force` = ? order by `weight` desc limit ?",
"parameters": [
0,
1,
1,
13
],
"durationInMs": 5.344561000005342
}
} |
---|
21:04:01.358 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
"parameters": [
284150,
273900,
273898,
273768
],
"durationInMs": 5.902092999982415
}
} |
---|
21:04:01.359 | 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": [
975,
974,
899,
null,
null
],
"durationInMs": 3.842233999981545
}
} |
---|
21:04:01.360 | 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": [
975,
974,
899,
null,
null
],
"durationInMs": 3.1919310000084806
}
} |
---|
21:04:01.361 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?)",
"parameters": [
270599,
415089
],
"durationInMs": 4.101653999998234
}
} |
---|
21:04:01.363 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?) group by `author_id`",
"parameters": [
270599,
415089
],
"durationInMs": 5.668451000005007
}
} |
---|
21:04:01.364 | 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": [
270599,
415089
],
"durationInMs": 5.636822000000393
}
} |
---|
21:04:01.364 | 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": [
270599,
415089
],
"durationInMs": 4.729744000011124
}
} |
---|
21:04:01.370 | debug | kysely.query | {
"kysely": {
"sql": "select * from `reference` where `weight` > ? and `all_countries` = ? and `visible_force` = ?",
"parameters": [
0,
1,
0
],
"durationInMs": 9.430676000018138
}
} |
---|
21:04:01.374 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
287068
],
"durationInMs": 11.211739000020316
}
} |
---|
21:04:01.375 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
581,
"fr"
],
"durationInMs": 11.449629000009736
}
} |
---|
21:04:01.376 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
581
],
"durationInMs": 11.907305000000633
}
} |
---|
21:04:01.376 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?, ?, ?)",
"parameters": [
287160,
287159,
285627,
285628,
285629,
285630,
285631
],
"durationInMs": 16.424507999996422
}
} |
---|
21:04:01.377 | debug | kysely.query | {
"kysely": {
"sql": "select * from `reference` where `reference`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
29,
10,
16,
59,
8
],
"durationInMs": 6.980477000004612
}
} |
---|
21:04:01.378 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
461
],
"durationInMs": 2.9564249999821186
}
} |
---|
21:04:01.378 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
575,
"fr"
],
"durationInMs": 2.5748099999909755
}
} |
---|
21:04:01.387 | debug | kysely.query | {
"kysely": {
"sql": "select `user`.`id` from `user` where `enabled` = ? and `sex` = ? and `profile_photo_status` = ? and `user`.`country` = ? order by `id` desc limit ?",
"parameters": [
1,
"H",
"valid",
"ga",
2
],
"durationInMs": 59.484892000007676
}
} |
---|
21:04:01.392 | debug | kysely.query | {
"kysely": {
"sql": "with `nb_following`(`user_id`, `nb_following`) as (select `target_user_id` as `user_id`, count(*) as `nb_following` from `following` group by `target_user_id`) select `user`.`id`, `nb_following`.`nb_following` from `user` inner join `nb_following` on `nb_following`.`user_id` = `user`.`id` where `enabled` = ? and `profile_photo_status` = ? and `user`.`country` = ? order by `nb_following` desc limit ?",
"parameters": [
1,
"valid",
"ga",
30
],
"durationInMs": 63.73459899998852
}
} |
---|
21:04:01.393 | debug | kysely.query | {
"kysely": {
"sql": "select `user`.`id` from `user` where `enabled` = ? and `sex` = ? and `profile_photo_status` = ? and `user`.`country` = ? order by `id` desc limit ?",
"parameters": [
1,
"F",
"valid",
"ga",
3
],
"durationInMs": 65.39198300000862
}
} |
---|
21:04:01.394 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
90397,
90399,
90286,
235022,
156604
],
"durationInMs": 16.4912609999883
}
} |
---|
21:04:01.399 | 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": [
138614,
281108,
220037,
99605,
196821
],
"durationInMs": 6.074020000000019
}
} |
---|
21:04:01.399 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
455
],
"durationInMs": 20.76931100001093
}
} |
---|
21:04:01.408 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
138614,
281108,
220037,
99605,
196821
],
"durationInMs": 14.944440999999642
}
} |
---|
21:04:01.408 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
138614,
281108,
220037,
99605,
196821
],
"durationInMs": 15.589644000021508
}
} |
---|
21:04:01.411 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
410276,
407892,
404533,
415474,
414520
],
"durationInMs": 16.7529649999924
}
} |
---|
21:04:01.414 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
41,
2231,
62079,
597362,
394
],
"durationInMs": 36.37593599999673
}
} |
---|
21:04:01.415 | 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": [
138614,
281108,
220037,
99605,
196821
],
"durationInMs": 22.274662999989232
}
} |
---|
21:04:01.416 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
410276,
407892,
404533,
415474,
414520
],
"durationInMs": 21.68684700000449
}
} |
---|
21:04:01.416 | 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": [
410276,
407892,
404533,
415474,
414520
],
"durationInMs": 17.126734999998007
}
} |
---|
21:04:01.416 | 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": [
410276,
407892,
404533,
415474,
414520
],
"durationInMs": 16.910224999999627
}
} |
---|
21:04:01.416 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
"parameters": [
360,
394,
484
],
"durationInMs": 6.308453000005102
}
} |
---|
21:04:01.440 | 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": [
360,
"fr",
394,
"fr",
484,
"fr"
],
"durationInMs": 30.3619469999976
}
} |
---|
21:04:01.441 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
101720,
178040,
143747,
259603,
132957
],
"durationInMs": 31.354051000002073
}
} |
---|
21:04:01.442 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
280583,
278173,
275161,
286686,
285725
],
"durationInMs": 29.475367000006372
}
} |
---|
21:04:01.442 | 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` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
333,
"fr",
188,
"fr",
139,
"fr",
415,
"fr",
693,
"fr"
],
"durationInMs": 27.560186000016984
}
} |
---|
21:04:01.442 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
333,
188,
139,
415,
693
],
"durationInMs": 27.076712000009138
}
} |
---|
21:04:01.443 | 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": [
308,
"fr",
265,
"fr",
197,
"fr"
],
"durationInMs": 26.36423500001547
}
} |
---|
21:04:01.443 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
312,
338,
397
],
"durationInMs": 2.3157309999805875
}
} |
---|
21:04:01.443 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
291,
169,
128,
355,
1090
],
"durationInMs": 1.117035000002943
}
} |
---|
21:04:01.444 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
269,
231,
177
],
"durationInMs": 0.5160639999958221
}
} |
---|
21:04:01.444 | 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` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
3,
"fr",
183,
"fr",
138,
"fr",
252,
"fr",
172,
"fr"
],
"durationInMs": 1.0428779999783728
}
} |
---|
21:04:01.444 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
1,
165,
127,
221,
155
],
"durationInMs": 0.23116699999081902
}
} |
---|
21:04:01.485 | debug | kysely.query | {
"kysely": {
"sql": "with `nb_following`(`company_id`, `nb_following`) as (select `target_company_id` as `company_id`, count(*) as `nb_following` from `following` group by `target_company_id`) select `id`, `nb_following`.`nb_following` from `company` inner join `nb_following` on `nb_following`.`company_id` = `company`.`id` where `valid` = ? and `online` = ? and `square_photo_id` is not null and `company`.`country` = ? order by `nb_following`.`nb_following` desc limit ?",
"parameters": [
1,
1,
"ga",
30
],
"durationInMs": 157.40376399998786
}
} |
---|
21:04:01.488 | 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": [
82845,
603405,
39019,
609287,
609289
],
"durationInMs": 1.331402000010712
}
} |
---|
21:04:01.489 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
82845,
603405,
39019,
609287,
609289
],
"durationInMs": 2.045421000017086
}
} |
---|
21:04:01.490 | 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": [
82845,
603405,
39019,
609287,
609289
],
"durationInMs": 2.995828999992227
}
} |
---|
21:04:01.490 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
175,
174,
284,
546,
540
],
"durationInMs": 0.45168500000727363
}
} |
---|
21:04:01.490 | 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` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
175,
"fr",
174,
"fr",
284,
"fr",
546,
"fr",
540,
"fr"
],
"durationInMs": 0.836968000017805
}
} |
---|
21:04:01.491 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
4471,
192220,
2702,
197752,
197754
],
"durationInMs": 1.04926999998861
}
} |
---|
21:04:01.491 | 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": [
283,
"fr",
122,
"fr"
],
"durationInMs": 0.7325739999942016
}
} |
---|
21:04:01.491 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
1063,
157,
249,
440,
438
],
"durationInMs": 0.6977100000076462
}
} |
---|
21:04:01.491 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
248,
112
],
"durationInMs": 0.3378450000018347
}
} |
---|
21:04:01.609 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]"
},
"params": {
"_country": "ga"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "2IK0_8qWmQpRA40OxtD7",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=HJ8kV8zFt7FsQeTYfGMqBLTDqo2nKjnxAUnA2GC9; PHPSESSID=772ede3ba9812cfea38818b86e56c1d4; goafrica-ad-id=6893a6f165b2b6.83076884",
"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": 292107,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=HJ8kV8zFt7FsQeTYfGMqBLTDqo2nKjnxAUnA2GC9; PHPSESSID=772ede3ba9812cfea38818b86e56c1d4; goafrica-ad-id=6893a6f165b2b6.83076884",
"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/ga",
"original": "https://www.goa.goafrica.syazen.cloud/ga",
"path": "/ga",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 298561536,
"memoryUsageHuman": "284.7 MiB",
"requestTimeInMs": 307
}
} |
---|