Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/ci/user/397691-lagnimi-parfait-thio

Response:
200
IP:
216.73.216.18
Date:
10 août 2025 à 17:05:47
Total execution time:
36 ms
Token:
z6zfjYatY2--BXqncMU7

Log Messages

Time Level Message Context
17:05:47.789
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "397691",
            "userSlug": "lagnimi-parfait-thio"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "z6zfjYatY2--BXqncMU7",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=eHXqBInOw9e9hwyv9OaZi6KTPig5nEmKdAW43DSb; goafrica-ad-id=6898b543116392.35598307; PHPSESSID=3d5f49b03d88fb8cec4e217265c82ee3",
                "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/ci/user/397691-lagnimi-parfait-thio",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/397691-lagnimi-parfait-thio",
        "path": "/ci/user/397691-lagnimi-parfait-thio",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 291500032,
        "memoryUsageHuman": "278 MiB"
    }
}
17:05:47.794
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.22815199941396713
    }
}
17:05:47.794
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.36731999926269054
    }
}
17:05:47.794
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.2505240011960268
    }
}
17:05:47.796
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            397691
        ],
        "durationInMs": 2.853576999157667
    }
}
17:05:47.800
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            397691
        ],
        "durationInMs": 0.9597950000315905
    }
}
17:05:47.800
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": [
            397691
        ],
        "durationInMs": 1.1542339995503426
    }
}
17:05:47.801
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": [
            397691,
            2
        ],
        "durationInMs": 1.1095010004937649
    }
}
17:05:47.801
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            397691
        ],
        "durationInMs": 1.27267299965024
    }
}
17:05:47.801
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": [
            397691,
            397691,
            397691,
            1
        ],
        "durationInMs": 1.6659699995070696
    }
}
17:05:47.801
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": [
            397691
        ],
        "durationInMs": 1.4326090011745691
    }
}
17:05:47.801
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": [
            397691
        ],
        "durationInMs": 1.503659998998046
    }
}
17:05:47.801
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": [
            397691,
            397691,
            397691,
            397691,
            1,
            1
        ],
        "durationInMs": 2.010546999052167
    }
}
17:05:47.802
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            397691
        ],
        "durationInMs": 1.7485530003905296
    }
}
17:05:47.802
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            397691
        ],
        "durationInMs": 1.345158001407981
    }
}
17:05:47.802
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            397691
        ],
        "durationInMs": 1.3560080006718636
    }
}
17:05:47.802
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            397691
        ],
        "durationInMs": 1.7774069998413324
    }
}
17:05:47.803
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            397691
        ],
        "durationInMs": 1.7498160004615784
    }
}
17:05:47.803
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            397691
        ],
        "durationInMs": 1.841694999486208
    }
}
17:05:47.803
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            397691,
            ""
        ],
        "durationInMs": 1.8507920000702143
    }
}
17:05:47.803
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,
            430,
            1
        ],
        "durationInMs": 2.0122510008513927
    }
}
17:05:47.804
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            430,
            "fr"
        ],
        "durationInMs": 2.1338359992951155
    }
}
17:05:47.804
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            397691
        ],
        "durationInMs": 4.414473000913858
    }
}
17:05:47.804
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": [
            828360
        ],
        "durationInMs": 2.6133819986134768
    }
}
17:05:47.804
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": [
            828360
        ],
        "durationInMs": 2.3995969984680414
    }
}
17:05:47.805
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?, ?)",
        "parameters": [
            2251,
            2250
        ],
        "durationInMs": 2.0029940009117126
    }
}
17:05:47.805
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?, ?, ?)",
        "parameters": [
            2342,
            2341,
            2340
        ],
        "durationInMs": 2.378157999366522
    }
}
17:05:47.805
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?)",
        "parameters": [
            21067
        ],
        "durationInMs": 2.496355999261141
    }
}
17:05:47.806
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_coordinate` where `id` in (?)",
        "parameters": [
            121051
        ],
        "durationInMs": 2.4128019995987415
    }
}
17:05:47.806
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            49,
            "fr"
        ],
        "durationInMs": 2.3079680018126965
    }
}
17:05:47.806
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            365
        ],
        "durationInMs": 2.301215000450611
    }
}
17:05:47.806
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            828360
        ],
        "durationInMs": 4.757668001577258
    }
}
17:05:47.807
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": [
            70190,
            66708
        ],
        "durationInMs": 1.636125000193715
    }
}
17:05:47.807
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": [
            70190,
            66708
        ],
        "durationInMs": 1.7555860001593828
    }
}
17:05:47.808
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?, ?)",
        "parameters": [
            70190,
            66708
        ],
        "durationInMs": 2.583747999742627
    }
}
17:05:47.808
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            46
        ],
        "durationInMs": 2.012600999325514
    }
}
17:05:47.808
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?, ?)",
        "parameters": [
            653,
            190
        ],
        "durationInMs": 0.7020280007272959
    }
}
17:05:47.809
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": [
            653,
            "fr",
            190,
            "fr"
        ],
        "durationInMs": 0.9634809996932745
    }
}
17:05:47.809
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            430
        ],
        "durationInMs": 2.3406290002167225
    }
}
17:05:47.809
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            268432
        ],
        "durationInMs": 2.457364000380039
    }
}
17:05:47.809
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.5750130005180836
    }
}
17:05:47.809
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
        "parameters": [
            533,
            170
        ],
        "durationInMs": 0.5756240002810955
    }
}
17:05:47.809
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            165
        ],
        "durationInMs": 0.2441720012575388
    }
}
17:05:47.825
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "ci",
            "userId": "397691",
            "userSlug": "lagnimi-parfait-thio"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "z6zfjYatY2--BXqncMU7",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=eHXqBInOw9e9hwyv9OaZi6KTPig5nEmKdAW43DSb; goafrica-ad-id=6898b543116392.35598307; PHPSESSID=3d5f49b03d88fb8cec4e217265c82ee3",
                "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": 201313,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "GOAFRICA_NEXT_SESSION_ID=eHXqBInOw9e9hwyv9OaZi6KTPig5nEmKdAW43DSb; goafrica-ad-id=6898b543116392.35598307; PHPSESSID=3d5f49b03d88fb8cec4e217265c82ee3",
                "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/ci/user/397691-lagnimi-parfait-thio",
        "original": "https://www.goa.goafrica.syazen.cloud/ci/user/397691-lagnimi-parfait-thio",
        "path": "/ci/user/397691-lagnimi-parfait-thio",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 292286464,
        "memoryUsageHuman": "278.7 MiB",
        "requestTimeInMs": 36
    }
}