Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/gn/user/299373-francoise-kamano

Response:
200
IP:
216.73.216.111
Date:
13 août 2025 à 11:19:21
Total execution time:
40 ms
Token:
3MXLW2eQV5t2yxgkAVCY

Log Messages

Time Level Message Context
11:19:21.027
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "gn",
            "userId": "299373",
            "userSlug": "francoise-kamano"
        },
        "clientAddress": "216.73.216.111",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "3MXLW2eQV5t2yxgkAVCY",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": "https://www.goa.goafrica.syazen.cloud/gn/user/299373-fran-oise-kamano",
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=VZ02vTO7hUTqUT3LzBuCe6zQJeFjCHgjRMB9xFez; PHPSESSID=d3bdf92a1a4cc4231df5fb75e24f1854; goafrica-ad-id=689c587883b0d8.33513081",
                "host": "www.goa.goafrica.syazen.cloud",
                "referer": "https://www.goa.goafrica.syazen.cloud/gn/user/299373-fran-oise-kamano",
                "user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
                "x-forwarded-for": "216.73.216.111",
                "x-real-ip": "216.73.216.111",
                "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/gn/user/299373-francoise-kamano",
        "original": "https://www.goa.goafrica.syazen.cloud/gn/user/299373-francoise-kamano",
        "path": "/gn/user/299373-francoise-kamano",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 260870144,
        "memoryUsageHuman": "248.8 MiB"
    }
}
11:19:21.033
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.6864090003073215
    }
}
11:19:21.033
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "GN",
            true
        ],
        "durationInMs": 0.824023999273777
    }
}
11:19:21.033
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.3181780017912388
    }
}
11:19:21.034
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            299373
        ],
        "durationInMs": 1.3645440004765987
    }
}
11:19:21.041
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            299373
        ],
        "durationInMs": 3.87296300008893
    }
}
11:19:21.041
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": [
            299373
        ],
        "durationInMs": 4.108789000660181
    }
}
11:19:21.041
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            299373
        ],
        "durationInMs": 4.1594219990074635
    }
}
11:19:21.042
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": [
            299373,
            2
        ],
        "durationInMs": 4.7637199983000755
    }
}
11:19:21.042
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": [
            299373,
            299373,
            299373,
            1
        ],
        "durationInMs": 5.153760999441147
    }
}
11:19:21.042
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": [
            299373,
            299373,
            299373,
            299373,
            1,
            1
        ],
        "durationInMs": 5.335386998951435
    }
}
11:19:21.043
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": [
            299373
        ],
        "durationInMs": 4.948832001537085
    }
}
11:19:21.043
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": [
            299373
        ],
        "durationInMs": 5.065847996622324
    }
}
11:19:21.043
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            299373
        ],
        "durationInMs": 5.261250000447035
    }
}
11:19:21.043
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            299373
        ],
        "durationInMs": 5.421716000884771
    }
}
11:19:21.043
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            299373
        ],
        "durationInMs": 2.526682998985052
    }
}
11:19:21.044
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            299373
        ],
        "durationInMs": 2.5137879997491837
    }
}
11:19:21.044
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            299373
        ],
        "durationInMs": 2.573929999023676
    }
}
11:19:21.044
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            299373
        ],
        "durationInMs": 2.4802369996905327
    }
}
11:19:21.045
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            299373
        ],
        "durationInMs": 2.340658001601696
    }
}
11:19:21.045
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            299373,
            ""
        ],
        "durationInMs": 2.198836002498865
    }
}
11:19:21.045
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,
            175,
            1
        ],
        "durationInMs": 2.1632600016891956
    }
}
11:19:21.045
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            175,
            "fr"
        ],
        "durationInMs": 2.363942001014948
    }
}
11:19:21.045
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            268202
        ],
        "durationInMs": 2.3766350001096725
    }
}
11:19:21.047
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": [
            108934,
            39915,
            594233,
            579819
        ],
        "durationInMs": 3.1700619980692863
    }
}
11:19:21.047
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": [
            108934,
            39915,
            594233,
            579819
        ],
        "durationInMs": 3.1472899988293648
    }
}
11:19:21.047
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            172,
            "fr"
        ],
        "durationInMs": 1.9398779980838299
    }
}
11:19:21.047
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            1063
        ],
        "durationInMs": 1.8468350023031235
    }
}
11:19:21.048
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?)",
        "parameters": [
            108934,
            39915,
            594233,
            579819
        ],
        "durationInMs": 4.320700000971556
    }
}
11:19:21.049
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            155
        ],
        "durationInMs": 1.7934670001268387
    }
}
11:19:21.049
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            177,
            "fr"
        ],
        "durationInMs": 0.46995900198817253
    }
}
11:19:21.049
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            175,
            177
        ],
        "durationInMs": 0.6364069990813732
    }
}
11:19:21.049
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            141010
        ],
        "durationInMs": 0.8101279996335506
    }
}
11:19:21.050
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            160
        ],
        "durationInMs": 0.5098030008375645
    }
}
11:19:21.067
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "gn",
            "userId": "299373",
            "userSlug": "francoise-kamano"
        },
        "clientAddress": "216.73.216.111",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "3MXLW2eQV5t2yxgkAVCY",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": "https://www.goa.goafrica.syazen.cloud/gn/user/299373-fran-oise-kamano",
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=VZ02vTO7hUTqUT3LzBuCe6zQJeFjCHgjRMB9xFez; PHPSESSID=d3bdf92a1a4cc4231df5fb75e24f1854; goafrica-ad-id=689c587883b0d8.33513081",
                "host": "www.goa.goafrica.syazen.cloud",
                "referer": "https://www.goa.goafrica.syazen.cloud/gn/user/299373-fran-oise-kamano",
                "user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
                "x-forwarded-for": "216.73.216.111",
                "x-real-ip": "216.73.216.111",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 135726,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=VZ02vTO7hUTqUT3LzBuCe6zQJeFjCHgjRMB9xFez; PHPSESSID=d3bdf92a1a4cc4231df5fb75e24f1854; goafrica-ad-id=689c587883b0d8.33513081",
                "host": "www.goa.goafrica.syazen.cloud",
                "referer": "https://www.goa.goafrica.syazen.cloud/gn/user/299373-fran-oise-kamano",
                "user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
                "x-forwarded-for": "216.73.216.111",
                "x-real-ip": "216.73.216.111",
                "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/gn/user/299373-francoise-kamano",
        "original": "https://www.goa.goafrica.syazen.cloud/gn/user/299373-francoise-kamano",
        "path": "/gn/user/299373-francoise-kamano",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 268931072,
        "memoryUsageHuman": "256.5 MiB",
        "requestTimeInMs": 39
    }
}