22:25:06.669 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "ma"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "dAygAo-rYLCGir3pH3nN",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=tbRyT92ZTqT5iwUQcOkaHzAJvbwzc96Bh9Z7iPWE; PHPSESSID=b1129122537a04d3e48a5c006215a5b0; goafrica-ad-id=689116b9a487a7.69029149",
"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/ma/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/ma/explorer",
"path": "/ma/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 258273280,
"memoryUsageHuman": "246.3 MiB"
}
} |
---|
22:25:06.679 | debug | kysely.query | {
"kysely": {
"sql": "select `feed_post`.`id`, count(`reaction`.`id`) as `reaction_count` from `feed_post` inner join `reaction` on `reaction`.`target_feed_post_id` = `feed_post`.`id` 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 `feed_post`.`created_date` >= ? and (`company_author`.`country` = ? or `user_author`.`country` = ?) group by `feed_post`.`id` order by `reaction_count` desc limit ?",
"parameters": [
"2025-07-05T20:25:06.677Z",
"ma",
"ma",
15
],
"durationInMs": 0.7629309999756515
}
} |
---|
22:25:06.679 | debug | kysely.query | {
"kysely": {
"sql": "select `feed_post`.`id`, count(`reaction`.`id`) as `reaction_count` from `feed_post` inner join `reaction` on `reaction`.`target_feed_post_id` = `feed_post`.`id` 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 `feed_post`.`created_date` >= ? and (`company_author`.`country` != ? or `company_author`.`country` is null or `user_author`.`country` != ? or `user_author`.`country` is null) group by `feed_post`.`id` order by `reaction_count` desc limit ?",
"parameters": [
"2025-07-05T20:25:06.677Z",
"ma",
"ma",
15
],
"durationInMs": 1.0229009999893606
}
} |
---|
22:25:06.680 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.15713100042194128
}
} |
---|
22:25:06.680 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"MA",
true
],
"durationInMs": 0.4979710001498461
}
} |
---|
22:25:06.681 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.7013269998133183
}
} |
---|
22:25:06.682 | 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",
"ma",
30
],
"durationInMs": 3.7356770001351833
}
} |
---|
22:25:06.692 | 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",
"ma",
30
],
"durationInMs": 13.923602999653667
}
} |
---|
22:25:06.693 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
332342,
402433,
387429,
410677,
171336
],
"durationInMs": 0.49722900008782744
}
} |
---|
22:25:06.695 | 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": [
332342,
402433,
387429,
410677,
171336
],
"durationInMs": 2.1813529999926686
}
} |
---|
22:25:06.695 | 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": [
332342,
402433,
387429,
410677,
171336
],
"durationInMs": 2.3543330002576113
}
} |
---|
22:25:06.695 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
332342,
402433,
387429,
410677,
171336
],
"durationInMs": 2.5266410000622272
}
} |
---|
22:25:06.695 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
217140,
273738,
258680,
280990,
122294
],
"durationInMs": 1.683984000235796
}
} |
---|
22:25:06.695 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
"parameters": [
314,
582,
143,
139
],
"durationInMs": 1.883030999917537
}
} |
---|
22:25:06.696 | 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": [
314,
"fr",
582,
"fr",
143,
"fr",
139,
"fr"
],
"durationInMs": 2.265517999883741
}
} |
---|
22:25:06.697 | 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",
122,
"fr",
138,
"fr"
],
"durationInMs": 0.981463999953121
}
} |
---|
22:25:06.697 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
"parameters": [
275,
462,
132,
128
],
"durationInMs": 0.4608420003205538
}
} |
---|
22:25:06.697 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
269,
112,
127
],
"durationInMs": 0.35353399999439716
}
} |
---|
22:25:06.700 | 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,
"ma",
30
],
"durationInMs": 22.44808499980718
}
} |
---|
22:25:06.703 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
70550,
70551,
837666,
70552,
841392
],
"durationInMs": 1.657494000159204
}
} |
---|
22:25:06.703 | 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": [
70550,
70551,
837666,
70552,
841392
],
"durationInMs": 2.268996000289917
}
} |
---|
22:25:06.703 | 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": [
70550,
70551,
837666,
70552,
841392
],
"durationInMs": 2.354884000029415
}
} |
---|
22:25:06.704 | 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": [
126,
"fr",
277,
"fr",
167,
"fr",
123,
"fr",
207,
"fr"
],
"durationInMs": 0.486308999825269
}
} |
---|
22:25:06.704 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
126,
277,
167,
123,
207
],
"durationInMs": 0.6609519999474287
}
} |
---|
22:25:06.704 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
3949,
3955,
278055,
3961,
280168
],
"durationInMs": 1.0683750002644956
}
} |
---|
22:25:06.705 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
116,
242,
151,
113,
185
],
"durationInMs": 0.9124670000746846
}
} |
---|
22:25:06.705 | 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": [
265,
"fr",
160,
"fr",
197,
"fr"
],
"durationInMs": 0.7771459999494255
}
} |
---|
22:25:06.706 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
231,
147,
177
],
"durationInMs": 0.6223999997600913
}
} |
---|
22:25:06.746 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "ma"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "dAygAo-rYLCGir3pH3nN",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=tbRyT92ZTqT5iwUQcOkaHzAJvbwzc96Bh9Z7iPWE; PHPSESSID=b1129122537a04d3e48a5c006215a5b0; goafrica-ad-id=689116b9a487a7.69029149",
"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": 136776,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=tbRyT92ZTqT5iwUQcOkaHzAJvbwzc96Bh9Z7iPWE; PHPSESSID=b1129122537a04d3e48a5c006215a5b0; goafrica-ad-id=689116b9a487a7.69029149",
"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/ma/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/ma/explorer",
"path": "/ma/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 268890112,
"memoryUsageHuman": "256.4 MiB",
"requestTimeInMs": 77
}
} |
---|