16:30:57.134 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ci",
"userId": "260226",
"userSlug": "cris-dayoro"
},
"clientAddress": "35.151.58.139",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "2GQT3sKJymCLpJ4wj0cK",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": "https://www.goa.goafrica.syazen.cloud/user/260226-cris-dayoro",
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
"accept-encoding": "gzip, deflate, br, zstd",
"accept-language": "en-US,en;q=0.9",
"connection": "close",
"cookie": "PHPSESSID=84895dd07c258db62c8653b6cee977df; goafrica-ad-id=68a33920853f82.25150822; GOAFRICA_NEXT_SESSION_ID=pF3h5O1hNCjqHm2Yl12eBFdXTYGrZrE_wfYrkYWc",
"host": "www.goa.goafrica.syazen.cloud",
"referer": "https://www.goa.goafrica.syazen.cloud/user/260226-cris-dayoro",
"sec-ch-ua-platform": "\"macOS\"",
"sec-fetch-dest": "empty",
"sec-fetch-site": "same-origin",
"sec-fetch-user": "?1",
"upgrade-insecure-requests": "1",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"x-forwarded-for": "35.151.58.139",
"x-real-ip": "35.151.58.139",
"x-scheme": "https"
}
}
},
"user_agent": {
"original": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36"
},
"url": {
"full": "https://www.goa.goafrica.syazen.cloud/ci/user/260226-cris-dayoro",
"original": "https://www.goa.goafrica.syazen.cloud/ci/user/260226-cris-dayoro",
"path": "/ci/user/260226-cris-dayoro",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 243757056,
"memoryUsageHuman": "232.5 MiB"
}
} |
---|
16:30:57.140 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.8495909990742803
}
} |
---|
16:30:57.140 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"CI",
true
],
"durationInMs": 0.4418160002678633
}
} |
---|
16:30:57.141 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.29266100004315376
}
} |
---|
16:30:57.143 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
260226
],
"durationInMs": 2.9830250004306436
}
} |
---|
16:30:57.148 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
260226
],
"durationInMs": 1.3922950001433492
}
} |
---|
16:30:57.148 | 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": [
260226
],
"durationInMs": 1.633751000277698
}
} |
---|
16:30:57.148 | 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": [
260226,
260226,
260226,
1
],
"durationInMs": 1.7341769998893142
}
} |
---|
16:30:57.148 | 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": [
260226,
2
],
"durationInMs": 1.8569329995661974
}
} |
---|
16:30:57.149 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
260226
],
"durationInMs": 2.1639010002836585
}
} |
---|
16:30:57.149 | 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": [
260226,
260226,
260226,
260226,
1,
1
],
"durationInMs": 2.9200190007686615
}
} |
---|
16:30:57.150 | 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": [
260226
],
"durationInMs": 2.60256200004369
}
} |
---|
16:30:57.150 | 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": [
260226
],
"durationInMs": 2.711943999864161
}
} |
---|
16:30:57.150 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
260226
],
"durationInMs": 2.8391500003635883
}
} |
---|
16:30:57.150 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
260226
],
"durationInMs": 3.0623520007357
}
} |
---|
16:30:57.150 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
260226
],
"durationInMs": 2.506053000688553
}
} |
---|
16:30:57.151 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
260226
],
"durationInMs": 2.468313000164926
}
} |
---|
16:30:57.151 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
260226
],
"durationInMs": 3.1111130006611347
}
} |
---|
16:30:57.152 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
260226
],
"durationInMs": 3.3019460001960397
}
} |
---|
16:30:57.152 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
260226
],
"durationInMs": 2.8776310002431273
}
} |
---|
16:30:57.152 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
260226,
""
],
"durationInMs": 2.7341560004279017
}
} |
---|
16:30:57.152 | 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,
384,
1
],
"durationInMs": 2.6915170000866055
}
} |
---|
16:30:57.153 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
384,
"fr"
],
"durationInMs": 2.814194000326097
}
} |
---|
16:30:57.153 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
162729
],
"durationInMs": 2.905282000079751
}
} |
---|
16:30:57.156 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_formation` where `id` in (?, ?)",
"parameters": [
830,
829
],
"durationInMs": 5.075063000433147
}
} |
---|
16:30:57.157 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_experience` where `id` in (?, ?)",
"parameters": [
810,
809
],
"durationInMs": 5.253332999534905
}
} |
---|
16:30:57.157 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user_lang` where `id` in (?, ?)",
"parameters": [
2911,
2912
],
"durationInMs": 5.18272199947387
}
} |
---|
16:30:57.157 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
3,
"fr"
],
"durationInMs": 4.929594000801444
}
} |
---|
16:30:57.158 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
329
],
"durationInMs": 4.916290000081062
}
} |
---|
16:30:57.158 | 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_company_id` is null or `following`.`target_company_id` not in (?, ?, ?, ?)) order by `count` desc limit ?",
"parameters": [
260226,
457290,
457287,
389338,
389554,
4
],
"durationInMs": 7.6468790005892515
}
} |
---|
16:30:57.159 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?)",
"parameters": [
582038,
454860
],
"durationInMs": 2.2430980000644922
}
} |
---|
16:30:57.160 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
1
],
"durationInMs": 1.9263820005580783
}
} |
---|
16:30:57.161 | 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": [
582038,
454860
],
"durationInMs": 4.087327999994159
}
} |
---|
16:30:57.161 | 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": [
582038,
454860
],
"durationInMs": 4.149493000470102
}
} |
---|
16:30:57.161 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
188,
"fr"
],
"durationInMs": 1.6448420006781816
}
} |
---|
16:30:57.161 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?)",
"parameters": [
389554,
389338,
457287,
457290
],
"durationInMs": 3.158168999478221
}
} |
---|
16:30:57.162 | 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": [
389554,
389338,
457287,
457290
],
"durationInMs": 3.3925919998437166
}
} |
---|
16:30:57.162 | 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": [
389554,
389338,
457287,
457290
],
"durationInMs": 3.577625000849366
}
} |
---|
16:30:57.162 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
188
],
"durationInMs": 2.6838119998574257
}
} |
---|
16:30:57.163 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
169
],
"durationInMs": 1.7114549996331334
}
} |
---|
16:30:57.163 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
384
],
"durationInMs": 1.2491699997335672
}
} |
---|
16:30:57.163 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
183,
"fr"
],
"durationInMs": 0.48003700003027916
}
} |
---|
16:30:57.163 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
165
],
"durationInMs": 0.2087349994108081
}
} |
---|
16:30:57.184 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "ci",
"userId": "260226",
"userSlug": "cris-dayoro"
},
"clientAddress": "35.151.58.139",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "2GQT3sKJymCLpJ4wj0cK",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": "https://www.goa.goafrica.syazen.cloud/user/260226-cris-dayoro",
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
"accept-encoding": "gzip, deflate, br, zstd",
"accept-language": "en-US,en;q=0.9",
"connection": "close",
"cookie": "PHPSESSID=84895dd07c258db62c8653b6cee977df; goafrica-ad-id=68a33920853f82.25150822; GOAFRICA_NEXT_SESSION_ID=pF3h5O1hNCjqHm2Yl12eBFdXTYGrZrE_wfYrkYWc",
"host": "www.goa.goafrica.syazen.cloud",
"referer": "https://www.goa.goafrica.syazen.cloud/user/260226-cris-dayoro",
"sec-ch-ua-platform": "\"macOS\"",
"sec-fetch-dest": "empty",
"sec-fetch-site": "same-origin",
"sec-fetch-user": "?1",
"upgrade-insecure-requests": "1",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"x-forwarded-for": "35.151.58.139",
"x-real-ip": "35.151.58.139",
"x-scheme": "https"
}
},
"response": {
"bytes": 197248,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
"accept-encoding": "gzip, deflate, br, zstd",
"accept-language": "en-US,en;q=0.9",
"connection": "close",
"cookie": "PHPSESSID=84895dd07c258db62c8653b6cee977df; goafrica-ad-id=68a33920853f82.25150822; GOAFRICA_NEXT_SESSION_ID=pF3h5O1hNCjqHm2Yl12eBFdXTYGrZrE_wfYrkYWc",
"host": "www.goa.goafrica.syazen.cloud",
"referer": "https://www.goa.goafrica.syazen.cloud/user/260226-cris-dayoro",
"sec-ch-ua-platform": "\"macOS\"",
"sec-fetch-dest": "empty",
"sec-fetch-site": "same-origin",
"sec-fetch-user": "?1",
"upgrade-insecure-requests": "1",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"x-forwarded-for": "35.151.58.139",
"x-real-ip": "35.151.58.139",
"x-scheme": "https"
}
}
},
"user_agent": {
"original": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36"
},
"url": {
"full": "https://www.goa.goafrica.syazen.cloud/ci/user/260226-cris-dayoro",
"original": "https://www.goa.goafrica.syazen.cloud/ci/user/260226-cris-dayoro",
"path": "/ci/user/260226-cris-dayoro",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 251621376,
"memoryUsageHuman": "240 MiB",
"requestTimeInMs": 50
}
} |
---|