19:07:22.191 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "gr"
},
"clientAddress": "216.73.216.28",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "Lu9bjpF0q_LGZWYOddAF",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=AA2sY6yuJOjf1reZpf4ZEspXopG9niStOCupYJtk; goafrica-ad-id=689a23047e6c86.53065158; PHPSESSID=9e44fcc54644c57bd17fe78c962ca650",
"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.28",
"x-real-ip": "216.73.216.28",
"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/gr/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/gr/explorer",
"path": "/gr/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 263348224,
"memoryUsageHuman": "251.1 MiB"
}
} |
---|
19:07:22.198 | 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,
"gr",
30
],
"durationInMs": 0.9269749969244003
}
} |
---|
19:07:22.199 | 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",
"gr",
30
],
"durationInMs": 1.1484140008687973
}
} |
---|
19:07:22.199 | 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-12T17:07:22.197Z",
"gr",
"gr",
15
],
"durationInMs": 1.117196001112461
}
} |
---|
19:07:22.199 | 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-12T17:07:22.197Z",
"gr",
"gr",
15
],
"durationInMs": 1.157250002026558
}
} |
---|
19:07:22.199 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.5654149949550629
}
} |
---|
19:07:22.199 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"GR",
true
],
"durationInMs": 0.7387860044836998
}
} |
---|
19:07:22.199 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.48493699729442596
}
} |
---|
19:07:22.201 | 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",
"gr",
30
],
"durationInMs": 3.659978002309799
}
} |
---|
19:07:22.202 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
155401,
139209,
198257,
241228,
307007
],
"durationInMs": 0.4432400017976761
}
} |
---|
19:07:22.204 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
155401,
139209,
198257,
241228,
307007
],
"durationInMs": 2.3257609978318214
}
} |
---|
19:07:22.204 | 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": [
155401,
139209,
198257,
241228,
307007
],
"durationInMs": 2.3854809999465942
}
} |
---|
19:07:22.204 | 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": [
155401,
139209,
198257,
241228,
307007
],
"durationInMs": 2.511433996260166
}
} |
---|
19:07:22.204 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
275027,
222694,
133726,
153682,
196046
],
"durationInMs": 1.5337969958782196
}
} |
---|
19:07:22.204 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
540,
126,
483,
452,
12
],
"durationInMs": 1.6681250035762787
}
} |
---|
19:07:22.205 | 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": [
540,
"fr",
126,
"fr",
483,
"fr",
452,
"fr",
12,
"fr"
],
"durationInMs": 1.9700829982757568
}
} |
---|
19:07:22.205 | 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": [
122,
"fr",
197,
"fr",
220,
"fr",
3,
"fr"
],
"durationInMs": 0.7701639980077744
}
} |
---|
19:07:22.206 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
438,
116,
396,
374,
10
],
"durationInMs": 0.805809997022152
}
} |
---|
19:07:22.206 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
"parameters": [
112,
177,
196,
1
],
"durationInMs": 0.2985819950699806
}
} |
---|
19:07:22.224 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "gr"
},
"clientAddress": "216.73.216.28",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "Lu9bjpF0q_LGZWYOddAF",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=AA2sY6yuJOjf1reZpf4ZEspXopG9niStOCupYJtk; goafrica-ad-id=689a23047e6c86.53065158; PHPSESSID=9e44fcc54644c57bd17fe78c962ca650",
"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.28",
"x-real-ip": "216.73.216.28",
"x-scheme": "https"
}
},
"response": {
"bytes": 124550,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=AA2sY6yuJOjf1reZpf4ZEspXopG9niStOCupYJtk; goafrica-ad-id=689a23047e6c86.53065158; PHPSESSID=9e44fcc54644c57bd17fe78c962ca650",
"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.28",
"x-real-ip": "216.73.216.28",
"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/gr/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/gr/explorer",
"path": "/gr/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 263741440,
"memoryUsageHuman": "251.5 MiB",
"requestTimeInMs": 34
}
} |
---|