11:40:14.002 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ga",
"userId": "401214",
"userSlug": "marth-toko"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "Wb7aEiyPbh8N0Wfexw8-",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=oZatiQmrtK6Mc2xCP72XeiQ3ZSzuz4EtoAhbexhE; PHPSESSID=1d7c7a7998aa8003cd9400c9aad2ac58; goafrica-ad-id=68971763b7c311.37814672",
"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/user/401214-marth-toko",
"original": "https://www.goa.goafrica.syazen.cloud/ga/user/401214-marth-toko",
"path": "/ga/user/401214-marth-toko",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 237199360,
"memoryUsageHuman": "226.2 MiB"
}
} |
---|
11:40:14.008 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.37969199987128377
}
} |
---|
11:40:14.010 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
401214
],
"durationInMs": 2.312875999836251
}
} |
---|
11:40:14.016 | 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": [
401214
],
"durationInMs": 0.9973239998798817
}
} |
---|
11:40:14.016 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 7.702542999992147
}
} |
---|
11:40:14.016 | 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": 8.397658000001684
}
} |
---|
11:40:14.017 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
401214
],
"durationInMs": 1.927214000141248
}
} |
---|
11:40:14.017 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
401214
],
"durationInMs": 1.9736299999058247
}
} |
---|
11:40:14.017 | 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": [
401214,
2
],
"durationInMs": 2.151146999793127
}
} |
---|
11:40:14.017 | 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": [
401214,
401214,
401214,
1
],
"durationInMs": 2.4515219999011606
}
} |
---|
11:40:14.017 | 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": [
401214,
401214,
401214,
401214,
1,
1
],
"durationInMs": 2.577114999992773
}
} |
---|
11:40:14.017 | 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": [
401214
],
"durationInMs": 2.339816000079736
}
} |
---|
11:40:14.018 | 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": [
401214
],
"durationInMs": 2.425675000064075
}
} |
---|
11:40:14.018 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
401214
],
"durationInMs": 2.084874999942258
}
} |
---|
11:40:14.018 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
401214
],
"durationInMs": 1.9007339999079704
}
} |
---|
11:40:14.018 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
401214
],
"durationInMs": 1.5107540001627058
}
} |
---|
11:40:14.018 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
401214
],
"durationInMs": 1.4391410001553595
}
} |
---|
11:40:14.018 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
401214
],
"durationInMs": 1.6125019998289645
}
} |
---|
11:40:14.019 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
401214
],
"durationInMs": 1.765855000121519
}
} |
---|
11:40:14.019 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
401214
],
"durationInMs": 1.83134700008668
}
} |
---|
11:40:14.019 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
401214,
""
],
"durationInMs": 1.7693020000588149
}
} |
---|
11:40:14.020 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
272710
],
"durationInMs": 2.0286210000049323
}
} |
---|
11:40:14.020 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_formation` where `id` in (?)",
"parameters": [
2311
],
"durationInMs": 1.731861999956891
}
} |
---|
11:40:14.021 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_experience` where `id` in (?, ?, ?, ?, ?, ?, ?)",
"parameters": [
2408,
2409,
2410,
2414,
2411,
2412,
2413
],
"durationInMs": 2.3289769999682903
}
} |
---|
11:40:14.021 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?, ?, ?)",
"parameters": [
21238,
21239,
21240
],
"durationInMs": 2.3603549997787923
}
} |
---|
11:40:14.022 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_coordinate` where `id` in (?, ?)",
"parameters": [
122085,
122086
],
"durationInMs": 2.1481619998812675
}
} |
---|
11:40:14.022 | 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,
649,
1
],
"durationInMs": 4.159250999800861
}
} |
---|
11:40:14.022 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
649,
"fr"
],
"durationInMs": 4.3224329999648035
}
} |
---|
11:40:14.022 | 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": 0.4348840001039207
}
} |
---|
11:40:14.023 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
455
],
"durationInMs": 0.18434099992737174
}
} |
---|
11:40:14.023 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
529
],
"durationInMs": 0.6103789999615401
}
} |
---|
11:40:14.041 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ga",
"userId": "401214",
"userSlug": "marth-toko"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "Wb7aEiyPbh8N0Wfexw8-",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=oZatiQmrtK6Mc2xCP72XeiQ3ZSzuz4EtoAhbexhE; PHPSESSID=1d7c7a7998aa8003cd9400c9aad2ac58; goafrica-ad-id=68971763b7c311.37814672",
"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": 230396,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=oZatiQmrtK6Mc2xCP72XeiQ3ZSzuz4EtoAhbexhE; PHPSESSID=1d7c7a7998aa8003cd9400c9aad2ac58; goafrica-ad-id=68971763b7c311.37814672",
"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/user/401214-marth-toko",
"original": "https://www.goa.goafrica.syazen.cloud/ga/user/401214-marth-toko",
"path": "/ga/user/401214-marth-toko",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 244670464,
"memoryUsageHuman": "233.3 MiB",
"requestTimeInMs": 39
}
} |
---|