Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/tg/user/230002-bandawa-kanakatom

Response:
200
IP:
216.73.216.18
Date:
6 août 2025 à 09:16:47
Total execution time:
74 ms
Token:
_tDSmQIahdmJEGo2DdBX

Log Messages

Time Level Message Context
09:16:47.673
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "tg",
            "userId": "230002",
            "userSlug": "bandawa-kanakatom"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "_tDSmQIahdmJEGo2DdBX",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=dad3ca23d58fe36691f461daef0c6eaa; goafrica-ad-id=6893013dad87e5.86092190; GOAFRICA_NEXT_SESSION_ID=EZEtgzerJEkAP4NeRNBHBTbsvHwYOwfoEB5gdgEU",
                "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/tg/user/230002-bandawa-kanakatom",
        "original": "https://www.goa.goafrica.syazen.cloud/tg/user/230002-bandawa-kanakatom",
        "path": "/tg/user/230002-bandawa-kanakatom",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 254787584,
        "memoryUsageHuman": "243 MiB"
    }
}
09:16:47.682
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.7241190000204369
    }
}
09:16:47.682
debug
kysely.query
{
    "kysely": {
        "sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
        "parameters": [
            1,
            "TG",
            true
        ],
        "durationInMs": 0.8614929999457672
    }
}
09:16:47.682
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 0.33361700002569705
    }
}
09:16:47.684
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            230002
        ],
        "durationInMs": 3.2701459999661893
    }
}
09:16:47.693
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
        "parameters": [
            230002
        ],
        "durationInMs": 1.8171190000139177
    }
}
09:16:47.693
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": [
            230002
        ],
        "durationInMs": 2.1596829999471083
    }
}
09:16:47.693
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `following` where `author_id` = ? order by `date` desc",
        "parameters": [
            230002
        ],
        "durationInMs": 2.295293999952264
    }
}
09:16:47.694
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": [
            230002,
            2
        ],
        "durationInMs": 2.906834999914281
    }
}
09:16:47.694
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": [
            230002,
            230002,
            230002,
            1
        ],
        "durationInMs": 3.3307789999525994
    }
}
09:16:47.694
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": [
            230002,
            230002,
            230002,
            230002,
            1,
            1
        ],
        "durationInMs": 3.598763999994844
    }
}
09:16:47.695
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": [
            230002
        ],
        "durationInMs": 3.0179800000041723
    }
}
09:16:47.695
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": [
            230002
        ],
        "durationInMs": 3.156235000002198
    }
}
09:16:47.695
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
        "parameters": [
            230002
        ],
        "durationInMs": 3.3902080000843853
    }
}
09:16:47.695
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
        "parameters": [
            230002
        ],
        "durationInMs": 3.657502999994904
    }
}
09:16:47.696
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
        "parameters": [
            230002
        ],
        "durationInMs": 3.139545000041835
    }
}
09:16:47.696
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            230002
        ],
        "durationInMs": 3.231033999938518
    }
}
09:16:47.697
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
        "parameters": [
            230002
        ],
        "durationInMs": 2.9238559999503195
    }
}
09:16:47.697
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
        "parameters": [
            230002
        ],
        "durationInMs": 3.153139999951236
    }
}
09:16:47.697
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
        "parameters": [
            230002
        ],
        "durationInMs": 3.2613499999279156
    }
}
09:16:47.698
debug
kysely.query
{
    "kysely": {
        "sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
        "parameters": [
            230002,
            ""
        ],
        "durationInMs": 3.155594000010751
    }
}
09:16:47.698
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,
            546,
            1
        ],
        "durationInMs": 3.2764279999537393
    }
}
09:16:47.699
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            546,
            "fr"
        ],
        "durationInMs": 4.032706000027247
    }
}
09:16:47.699
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
        "parameters": [
            183879,
            183880
        ],
        "durationInMs": 4.0254030000651255
    }
}
09:16:47.700
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": [
            587509
        ],
        "durationInMs": 4.3474390000337735
    }
}
09:16:47.700
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": [
            587509
        ],
        "durationInMs": 3.936939000035636
    }
}
09:16:47.701
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            253985
        ],
        "durationInMs": 3.756686000037007
    }
}
09:16:47.701
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            253985
        ],
        "durationInMs": 3.6928980000084266
    }
}
09:16:47.701
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": [
            253985
        ],
        "durationInMs": 3.658324000076391
    }
}
09:16:47.701
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": [
            253985
        ],
        "durationInMs": 3.6067189999157563
    }
}
09:16:47.702
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_formation` where `id` in (?)",
        "parameters": [
            1142
        ],
        "durationInMs": 2.859256000025198
    }
}
09:16:47.702
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_experience` where `id` in (?)",
        "parameters": [
            1145
        ],
        "durationInMs": 3.2322360000107437
    }
}
09:16:47.703
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user_lang` where `id` in (?)",
        "parameters": [
            7646
        ],
        "durationInMs": 3.2449099998921156
    }
}
09:16:47.703
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            587509
        ],
        "durationInMs": 7.592288000043482
    }
}
09:16:47.704
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            122,
            "fr"
        ],
        "durationInMs": 3.379969000001438
    }
}
09:16:47.704
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            440
        ],
        "durationInMs": 3.5588599999900907
    }
}
09:16:47.704
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            160588
        ],
        "durationInMs": 3.3980829999782145
    }
}
09:16:47.705
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": 3.455108999973163
    }
}
09:16:47.705
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            430
        ],
        "durationInMs": 3.5194670000346377
    }
}
09:16:47.705
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": [
            407
        ],
        "durationInMs": 3.00584700005129
    }
}
09:16:47.706
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `company` where `company`.`id` in (?)",
        "parameters": [
            407
        ],
        "durationInMs": 3.4892110000364482
    }
}
09:16:47.706
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": [
            407
        ],
        "durationInMs": 3.373136999900453
    }
}
09:16:47.706
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            163525
        ],
        "durationInMs": 2.5621079999255016
    }
}
09:16:47.707
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            112
        ],
        "durationInMs": 2.533454000018537
    }
}
09:16:47.707
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            365
        ],
        "durationInMs": 2.2803259999491274
    }
}
09:16:47.707
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.1648020000429824
    }
}
09:16:47.707
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            188
        ],
        "durationInMs": 1.6022629999788478
    }
}
09:16:47.708
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.9416999999666587
    }
}
09:16:47.708
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            124,
            "fr"
        ],
        "durationInMs": 4.517191999941133
    }
}
09:16:47.708
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            124
        ],
        "durationInMs": 4.73475399997551
    }
}
09:16:47.708
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            46
        ],
        "durationInMs": 1.2054089999292046
    }
}
09:16:47.709
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": 1.1097619999200106
    }
}
09:16:47.709
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            169
        ],
        "durationInMs": 1.1070769999641925
    }
}
09:16:47.709
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            114
        ],
        "durationInMs": 0.9514790000393987
    }
}
09:16:47.710
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            165
        ],
        "durationInMs": 0.78782600001432
    }
}
09:16:47.747
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
        },
        "params": {
            "_country": "tg",
            "userId": "230002",
            "userSlug": "bandawa-kanakatom"
        },
        "clientAddress": "216.73.216.18",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "_tDSmQIahdmJEGo2DdBX",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=dad3ca23d58fe36691f461daef0c6eaa; goafrica-ad-id=6893013dad87e5.86092190; GOAFRICA_NEXT_SESSION_ID=EZEtgzerJEkAP4NeRNBHBTbsvHwYOwfoEB5gdgEU",
                "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": 160150,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept": "*/*",
                "accept-encoding": "gzip, br, zstd, deflate",
                "connection": "close",
                "cookie": "PHPSESSID=dad3ca23d58fe36691f461daef0c6eaa; goafrica-ad-id=6893013dad87e5.86092190; GOAFRICA_NEXT_SESSION_ID=EZEtgzerJEkAP4NeRNBHBTbsvHwYOwfoEB5gdgEU",
                "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/tg/user/230002-bandawa-kanakatom",
        "original": "https://www.goa.goafrica.syazen.cloud/tg/user/230002-bandawa-kanakatom",
        "path": "/tg/user/230002-bandawa-kanakatom",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 262455296,
        "memoryUsageHuman": "250.3 MiB",
        "requestTimeInMs": 74
    }
}