20:30:05.882 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "za"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "_Pv4KO2eNT3KYa2NMMCf",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=5e04c0026bfa9aceeb4bc96a5fc8b4c0; goafrica-ad-id=68939f25f23e49.03075484; GOAFRICA_NEXT_SESSION_ID=Qu8ase5RNTe4srHcqYPubEohubBXAI1TcydZy4I5",
"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/za/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/za/explorer",
"path": "/za/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 295297024,
"memoryUsageHuman": "281.6 MiB"
}
} |
---|
20:30:05.891 | 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-07T18:30:05.890Z",
"za",
"za",
15
],
"durationInMs": 0.622852000000421
}
} |
---|
20:30:05.893 | 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",
"za",
30
],
"durationInMs": 2.529627000039909
}
} |
---|
20:30:05.893 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.37641600001370534
}
} |
---|
20:30:05.893 | 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-07T18:30:05.890Z",
"za",
"za",
15
],
"durationInMs": 2.6570030000293627
}
} |
---|
20:30:05.894 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.4236829999717884
}
} |
---|
20:30:05.894 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"ZA",
true
],
"durationInMs": 1.0915079999831505
}
} |
---|
20:30:05.894 | 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",
"za",
30
],
"durationInMs": 3.8443179999594577
}
} |
---|
20:30:05.896 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
319210,
188625,
220783,
37755,
214772
],
"durationInMs": 0.9415809999918565
}
} |
---|
20:30:05.898 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
319210,
188625,
220783,
37755,
214772
],
"durationInMs": 2.435342999990098
}
} |
---|
20:30:05.899 | 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": [
319210,
188625,
220783,
37755,
214772
],
"durationInMs": 3.5042479999829084
}
} |
---|
20:30:05.899 | 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": [
319210,
188625,
220783,
37755,
214772
],
"durationInMs": 3.631193000008352
}
} |
---|
20:30:05.900 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
207842,
129079,
144248,
251194,
141064
],
"durationInMs": 1.989238000009209
}
} |
---|
20:30:05.900 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
12,
532,
123,
546,
277
],
"durationInMs": 2.61691800004337
}
} |
---|
20:30:05.901 | 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": [
12,
"fr",
532,
"fr",
123,
"fr",
546,
"fr",
277,
"fr"
],
"durationInMs": 3.2629629999864846
}
} |
---|
20:30:05.901 | 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": [
3,
"fr",
156,
"fr",
122,
"fr",
265,
"fr"
],
"durationInMs": 0.8628550000139512
}
} |
---|
20:30:05.902 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
10,
432,
113,
440,
242
],
"durationInMs": 0.649580999976024
}
} |
---|
20:30:05.902 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
"parameters": [
1,
144,
112,
231
],
"durationInMs": 0.5295390000101179
}
} |
---|
20:30:06.009 | 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,
"za",
30
],
"durationInMs": 118.83646599994972
}
} |
---|
20:30:06.012 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?)",
"parameters": [
29416,
29418
],
"durationInMs": 1.4746460000169463
}
} |
---|
20:30:06.014 | 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": [
29416,
29418
],
"durationInMs": 2.7939649999607354
}
} |
---|
20:30:06.014 | 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": [
29416,
29418
],
"durationInMs": 2.996050000016112
}
} |
---|
20:30:06.014 | 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": 1.2211479999823496
}
} |
---|
20:30:06.015 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
126
],
"durationInMs": 2.0532160000293516
}
} |
---|
20:30:06.015 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
2068,
2080
],
"durationInMs": 2.2319969999953173
}
} |
---|
20:30:06.015 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
116
],
"durationInMs": 1.2123710000305437
}
} |
---|
20:30:06.057 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "za"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "_Pv4KO2eNT3KYa2NMMCf",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=5e04c0026bfa9aceeb4bc96a5fc8b4c0; goafrica-ad-id=68939f25f23e49.03075484; GOAFRICA_NEXT_SESSION_ID=Qu8ase5RNTe4srHcqYPubEohubBXAI1TcydZy4I5",
"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": 129009,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=5e04c0026bfa9aceeb4bc96a5fc8b4c0; goafrica-ad-id=68939f25f23e49.03075484; GOAFRICA_NEXT_SESSION_ID=Qu8ase5RNTe4srHcqYPubEohubBXAI1TcydZy4I5",
"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/za/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/za/explorer",
"path": "/za/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 295886848,
"memoryUsageHuman": "282.2 MiB",
"requestTimeInMs": 175
}
} |
---|