Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/bj/user/237988-world-light-benin

Response:
200
IP:
3.141.107.8
Date:
11 août 2025 à 04:14:51
Total execution time:
33 ms
Token:
o0UugVL8pjSkppQ1GNll

Log Messages

Time Level Message Context
04:14:51.078
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "bj",
            "userId": "237988",
            "userSlug": "world-light-benin"
        },
        "clientAddress": "3.141.107.8",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "o0UugVL8pjSkppQ1GNll",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=EeJV9GBtzu42tf5j14JuWnrXTqRX8sSwKy0r8oE0; goafrica-ad-id=68995219308ea8.14663982; PHPSESSID=a3bdfe8dc218ee789b236ec457facfd3",
                "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": "3.141.107.8",
                "x-real-ip": "3.141.107.8",
                "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/bj/user/237988-world-light-benin",
        "original": "https://www.goa.goafrica.syazen.cloud/bj/user/237988-world-light-benin",
        "path": "/bj/user/237988-world-light-benin",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 276013056,
        "memoryUsageHuman": "263.2 MiB"
    }
}
04:14:51.083
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.2348640002310276
    }
}
04:14:51.085
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            237988
        ],
        "durationInMs": 1.8086850009858608
    }
}
04:14:51.089
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": [
            237988
        ],
        "durationInMs": 0.8515450023114681
    }
}
04:14:51.089
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 5.52352299913764
    }
}
04:14:51.089
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "BJ",
            true
        ],
        "durationInMs": 6.046180002391338
    }
}
04:14:51.090
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            237988
        ],
        "durationInMs": 2.254168000072241
    }
}
04:14:51.090
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": [
            237988,
            2
        ],
        "durationInMs": 2.284274000674486
    }
}
04:14:51.090
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            237988
        ],
        "durationInMs": 2.455621000379324
    }
}
04:14:51.091
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": [
            237988
        ],
        "durationInMs": 2.437066998332739
    }
}
04:14:51.091
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": [
            237988,
            237988,
            237988,
            1
        ],
        "durationInMs": 2.975772000849247
    }
}
04:14:51.091
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            237988
        ],
        "durationInMs": 2.315320998430252
    }
}
04:14:51.091
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            237988
        ],
        "durationInMs": 2.1728379987180233
    }
}
04:14:51.091
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            237988
        ],
        "durationInMs": 1.2747079990804195
    }
}
04:14:51.092
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            237988
        ],
        "durationInMs": 1.3136999979615211
    }
}
04:14:51.092
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            237988
        ],
        "durationInMs": 1.4529169984161854
    }
}
04:14:51.092
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            237988
        ],
        "durationInMs": 1.2522550001740456
    }
}
04:14:51.092
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            237988
        ],
        "durationInMs": 1.375313002616167
    }
}
04:14:51.093
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": [
            237988,
            237988,
            237988,
            237988,
            1,
            1
        ],
        "durationInMs": 4.779238000512123
    }
}
04:14:51.093
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,
            624,
            1
        ],
        "durationInMs": 1.7811139971017838
    }
}
04:14:51.093
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            624,
            "fr"
        ],
        "durationInMs": 1.89351100102067
    }
}
04:14:51.093
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            287648
        ],
        "durationInMs": 2.0349030010402203
    }
}
04:14:51.094
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            583583
        ],
        "durationInMs": 2.012390997260809
    }
}
04:14:51.094
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": [
            583583
        ],
        "durationInMs": 2.1514380015432835
    }
}
04:14:51.094
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": [
            583583
        ],
        "durationInMs": 1.9798710010945797
    }
}
04:14:51.094
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?, ?)",
        "parameters": [
            594,
            593
        ],
        "durationInMs": 2.0153059996664524
    }
}
04:14:51.095
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            237988,
            ""
        ],
        "durationInMs": 4.042003996670246
    }
}
04:14:51.095
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": [
            237988
        ],
        "durationInMs": 6.700160000473261
    }
}
04:14:51.095
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            160,
            "fr"
        ],
        "durationInMs": 2.1723870001733303
    }
}
04:14:51.095
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            504
        ],
        "durationInMs": 2.164021000266075
    }
}
04:14:51.096
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            531
        ],
        "durationInMs": 1.605068001896143
    }
}
04:14:51.096
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            531,
            "fr"
        ],
        "durationInMs": 1.7641020007431507
    }
}
04:14:51.096
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": [
            394633
        ],
        "durationInMs": 0.8892549984157085
    }
}
04:14:51.096
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": [
            394633
        ],
        "durationInMs": 0.9878269992768764
    }
}
04:14:51.096
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            394633
        ],
        "durationInMs": 1.2930510006844997
    }
}
04:14:51.097
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?, ?, ?)",
        "parameters": [
            1666,
            1667,
            1668
        ],
        "durationInMs": 3.874874997884035
    }
}
04:14:51.097
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            147
        ],
        "durationInMs": 1.5574099980294704
    }
}
04:14:51.097
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            431
        ],
        "durationInMs": 1.2610919997096062
    }
}
04:14:51.097
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            188
        ],
        "durationInMs": 0.7945290021598339
    }
}
04:14:51.097
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.0320580005645752
    }
}
04:14:51.097
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.28067899867892265
    }
}
04:14:51.098
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            169
        ],
        "durationInMs": 0.27449700236320496
    }
}
04:14:51.098
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            165
        ],
        "durationInMs": 0.21660000085830688
    }
}
04:14:51.111
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "bj",
            "userId": "237988",
            "userSlug": "world-light-benin"
        },
        "clientAddress": "3.141.107.8",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "o0UugVL8pjSkppQ1GNll",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=EeJV9GBtzu42tf5j14JuWnrXTqRX8sSwKy0r8oE0; goafrica-ad-id=68995219308ea8.14663982; PHPSESSID=a3bdfe8dc218ee789b236ec457facfd3",
                "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": "3.141.107.8",
                "x-real-ip": "3.141.107.8",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 154751,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=EeJV9GBtzu42tf5j14JuWnrXTqRX8sSwKy0r8oE0; goafrica-ad-id=68995219308ea8.14663982; PHPSESSID=a3bdfe8dc218ee789b236ec457facfd3",
                "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": "3.141.107.8",
                "x-real-ip": "3.141.107.8",
                "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/bj/user/237988-world-light-benin",
        "original": "https://www.goa.goafrica.syazen.cloud/bj/user/237988-world-light-benin",
        "path": "/bj/user/237988-world-light-benin",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 276799488,
        "memoryUsageHuman": "264 MiB",
        "requestTimeInMs": 33
    }
}