15:43:43.185 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "tg",
"userId": "414084",
"userSlug": "machail-tchao"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "8PRjcII-uKX0YEKzE6rS",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=seYmpRLso1CcCt9A1QOimufWb8IOLbcEbY30UBXg; goafrica-ad-id=6890b89261caa0.49902365; PHPSESSID=45aba43d7221926d548804e30265a058",
"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/tg/user/414084-machail-tchao",
"original": "https://www.goa.goafrica.syazen.cloud/tg/user/414084-machail-tchao",
"path": "/tg/user/414084-machail-tchao",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 230019072,
"memoryUsageHuman": "219.4 MiB"
}
} |
---|
15:43:43.194 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.41986600001109764
}
} |
---|
15:43:43.197 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
414084
],
"durationInMs": 3.659678000025451
}
} |
---|
15:43:43.204 | 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": [
414084
],
"durationInMs": 1.0566429999889806
}
} |
---|
15:43:43.204 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 10.24668899999233
}
} |
---|
15:43:43.205 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"TG",
true
],
"durationInMs": 11.055905000015628
}
} |
---|
15:43:43.206 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
414084
],
"durationInMs": 2.581533999997191
}
} |
---|
15:43:43.206 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
414084
],
"durationInMs": 2.7529210000066087
}
} |
---|
15:43:43.207 | 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": [
414084,
2
],
"durationInMs": 3.6933999999891967
}
} |
---|
15:43:43.207 | 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": [
414084,
414084,
414084,
1
],
"durationInMs": 4.036964999977499
}
} |
---|
15:43:43.207 | 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": [
414084,
414084,
414084,
414084,
1,
1
],
"durationInMs": 4.191721000010148
}
} |
---|
15:43:43.208 | 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": [
414084
],
"durationInMs": 3.9176149999839254
}
} |
---|
15:43:43.208 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
414084
],
"durationInMs": 3.601018999994267
}
} |
---|
15:43:43.208 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
414084
],
"durationInMs": 3.4087540000327863
}
} |
---|
15:43:43.208 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
414084
],
"durationInMs": 2.996731999970507
}
} |
---|
15:43:43.208 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
414084
],
"durationInMs": 2.649809999973513
}
} |
---|
15:43:43.209 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
414084
],
"durationInMs": 2.2640559999854304
}
} |
---|
15:43:43.210 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
414084
],
"durationInMs": 2.5912520000129007
}
} |
---|
15:43:43.210 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
414084
],
"durationInMs": 2.809324999980163
}
} |
---|
15:43:43.210 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
414084,
""
],
"durationInMs": 2.700122999958694
}
} |
---|
15:43:43.211 | 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": [
414084
],
"durationInMs": 6.969448000018019
}
} |
---|
15:43:43.211 | 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.0290509999613278
}
} |
---|
15:43:43.211 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
284757
],
"durationInMs": 3.194638000044506
}
} |
---|
15:43:43.212 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_formation` where `id` in (?, ?, ?, ?, ?)",
"parameters": [
2480,
2479,
2478,
2477,
2476
],
"durationInMs": 2.7836980000138283
}
} |
---|
15:43:43.214 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_experience` where `id` in (?, ?, ?, ?, ?, ?)",
"parameters": [
2632,
2631,
2630,
2629,
2628,
2627
],
"durationInMs": 4.514818999974523
}
} |
---|
15:43:43.215 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?, ?, ?)",
"parameters": [
21737,
21738,
21739
],
"durationInMs": 5.008291999984067
}
} |
---|
15:43:43.215 | 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": 7.560601000033785
}
} |
---|
15:43:43.216 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
116
],
"durationInMs": 4.554492999974173
}
} |
---|
15:43:43.216 | 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": [
820036,
371859,
4968
],
"durationInMs": 2.1670170000288635
}
} |
---|
15:43:43.217 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?)",
"parameters": [
820036,
371859,
4968
],
"durationInMs": 3.604535999998916
}
} |
---|
15:43:43.219 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
24,
4671,
634880,
367353,
38
],
"durationInMs": 4.095313999976497
}
} |
---|
15:43:43.220 | 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": 4.31547099997988
}
} |
---|
15:43:43.223 | 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": [
414084,
415384,
843200,
843266,
843353,
4
],
"durationInMs": 14.283614000014495
}
} |
---|
15:43:43.225 | 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": [
820036,
371859,
4968
],
"durationInMs": 10.947815999970771
}
} |
---|
15:43:43.225 | 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,
4671,
634880,
367353,
38
],
"durationInMs": 10.188251000014134
}
} |
---|
15:43:43.225 | 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,
4671,
634880,
367353,
38
],
"durationInMs": 10.333719999995083
}
} |
---|
15:43:43.225 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
264603,
22992
],
"durationInMs": 7.344961999973748
}
} |
---|
15:43:43.226 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
188,
289
],
"durationInMs": 7.809791999985464
}
} |
---|
15:43:43.226 | 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": [
188,
"fr",
289,
"fr"
],
"durationInMs": 8.283738999976777
}
} |
---|
15:43:43.227 | 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": [
123,
"fr",
539,
"fr",
303,
"fr",
151,
"fr",
199,
"fr"
],
"durationInMs": 7.108466000005137
}
} |
---|
15:43:43.227 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
905,
35710
],
"durationInMs": 7.09778599999845
}
} |
---|
15:43:43.227 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 2.9075060000177473
}
} |
---|
15:43:43.228 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
304664,
46800,
391892,
980,
415384
],
"durationInMs": 3.155114999972284
}
} |
---|
15:43:43.229 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
304664,
46800,
391892,
980,
415384
],
"durationInMs": 3.9424010000075214
}
} |
---|
15:43:43.229 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
123,
539,
303,
151,
199
],
"durationInMs": 9.668820999970194
}
} |
---|
15:43:43.230 | 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": [
304664,
46800,
391892,
980,
415384
],
"durationInMs": 4.8743540000286885
}
} |
---|
15:43:43.231 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?)",
"parameters": [
843353,
843266,
843200
],
"durationInMs": 4.896224000025541
}
} |
---|
15:43:43.232 | 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": [
843353,
843266,
843200
],
"durationInMs": 5.1177739999839105
}
} |
---|
15:43:43.232 | 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": [
843353,
843266,
843200
],
"durationInMs": 4.8881900000269525
}
} |
---|
15:43:43.232 | 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": [
183,
"fr",
283,
"fr"
],
"durationInMs": 4.731208999990486
}
} |
---|
15:43:43.232 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
169,
252
],
"durationInMs": 4.669694999989588
}
} |
---|
15:43:43.232 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
113,
437,
264,
139,
178
],
"durationInMs": 3.775361999985762
}
} |
---|
15:43:43.233 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
"parameters": [
276110,
282431,
96742,
285863
],
"durationInMs": 3.559051999996882
}
} |
---|
15:43:43.233 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
41,
"fr"
],
"durationInMs": 3.419402999978047
}
} |
---|
15:43:43.235 | 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": [
304664,
46800,
391892,
980,
415384
],
"durationInMs": 9.758967000001576
}
} |
---|
15:43:43.235 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
126,
41
],
"durationInMs": 4.537772000010591
}
} |
---|
15:43:43.235 | 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": [
695,
"fr",
138,
"fr",
197,
"fr"
],
"durationInMs": 3.9741899999789894
}
} |
---|
15:43:43.236 | 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": [
360,
"fr",
598,
"fr"
],
"durationInMs": 4.023861000023317
}
} |
---|
15:43:43.236 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
360,
598
],
"durationInMs": 4.025915000005625
}
} |
---|
15:43:43.236 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
285953,
285288
],
"durationInMs": 4.103367999952752
}
} |
---|
15:43:43.236 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
165,
248
],
"durationInMs": 4.1028170000063255
}
} |
---|
15:43:43.237 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
39
],
"durationInMs": 3.493088999995962
}
} |
---|
15:43:43.237 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
38,
"fr"
],
"durationInMs": 1.4713709999923594
}
} |
---|
15:43:43.237 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
1100,
127,
177
],
"durationInMs": 1.4201260000118054
}
} |
---|
15:43:43.237 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
312,
478
],
"durationInMs": 1.3774870000197552
}
} |
---|
15:43:43.237 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
308,
"fr"
],
"durationInMs": 1.2372080000350252
}
} |
---|
15:43:43.238 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 1.1943289999617264
}
} |
---|
15:43:43.238 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
269
],
"durationInMs": 0.8280110000050627
}
} |
---|
15:43:43.285 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "tg",
"userId": "414084",
"userSlug": "machail-tchao"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "8PRjcII-uKX0YEKzE6rS",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=seYmpRLso1CcCt9A1QOimufWb8IOLbcEbY30UBXg; goafrica-ad-id=6890b89261caa0.49902365; PHPSESSID=45aba43d7221926d548804e30265a058",
"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": 252518,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=seYmpRLso1CcCt9A1QOimufWb8IOLbcEbY30UBXg; goafrica-ad-id=6890b89261caa0.49902365; PHPSESSID=45aba43d7221926d548804e30265a058",
"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/tg/user/414084-machail-tchao",
"original": "https://www.goa.goafrica.syazen.cloud/tg/user/414084-machail-tchao",
"path": "/tg/user/414084-machail-tchao",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 248696832,
"memoryUsageHuman": "237.2 MiB",
"requestTimeInMs": 101
}
} |
---|