Logo de Go Africa Online

GET
https://www.goa.goafrica.syazen.cloud/c307621-aziz-abdala/feed/932

Response:
200
IP:
82.97.199.137
Date:
17 août 2025 à 16:45:13
Total execution time:
86 ms
Token:
WW7X5Vyj_rFbIzsECiIH

Log Messages

Time Level Message Context
16:45:13.415
info
http.request
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[participantId=participantIdWithPrefix]-[[participantSlug]]/feed/[id]"
        },
        "params": {
            "participantId": "c307621",
            "participantSlug": "aziz-abdala",
            "id": "932"
        },
        "clientAddress": "82.97.199.137",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "WW7X5Vyj_rFbIzsECiIH",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept-language": "en-US,en;q=0.9",
                "connection": "close",
                "host": "www.goa.goafrica.syazen.cloud",
                "user-agent": "Brightbot 1.0",
                "x-forwarded-for": "82.97.199.137",
                "x-real-ip": "82.97.199.137",
                "x-scheme": "https"
            }
        }
    },
    "user_agent": {
        "original": "Brightbot 1.0"
    },
    "url": {
        "full": "https://www.goa.goafrica.syazen.cloud/c307621-aziz-abdala/feed/932",
        "original": "https://www.goa.goafrica.syazen.cloud/c307621-aziz-abdala/feed/932",
        "path": "/c307621-aziz-abdala/feed/932",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 286945280,
        "memoryUsageHuman": "273.7 MiB"
    }
}
16:45:13.470
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `feed_post` where `id` in (?)",
        "parameters": [
            932
        ],
        "durationInMs": 1.6067900005728006
    }
}
16:45:13.472
debug
kysely.query
{
    "kysely": {
        "sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
        "parameters": [
            "questions-go-africa",
            1
        ],
        "durationInMs": 0.19904799945652485
    }
}
16:45:13.472
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `user` where `user`.`id` in (?)",
        "parameters": [
            307621
        ],
        "durationInMs": 0.4435900002717972
    }
}
16:45:13.475
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
        "parameters": [
            932
        ],
        "durationInMs": 1.1931260004639626
    }
}
16:45:13.475
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
        "parameters": [
            36
        ],
        "durationInMs": 3.254177000373602
    }
}
16:45:13.476
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
        "parameters": [
            932
        ],
        "durationInMs": 1.5496759992092848
    }
}
16:45:13.476
debug
kysely.query
{
    "kysely": {
        "sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ? and `c`.`parent_id` is null",
        "parameters": [
            932
        ],
        "durationInMs": 1.6377579998224974
    }
}
16:45:13.476
debug
kysely.query
{
    "kysely": {
        "sql": "select `r`.`type`, count(`r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ? group by `r`.`type`",
        "parameters": [
            932
        ],
        "durationInMs": 1.7241280004382133
    }
}
16:45:13.476
debug
kysely.query
{
    "kysely": {
        "sql": "select `feed_media`.`media_id`, `feed_media`.`feed_post_id` from `feed_media` where `feed_media`.`feed_post_id` in (?)",
        "parameters": [
            932
        ],
        "durationInMs": 1.5377929992973804
    }
}
16:45:13.476
debug
kysely.query
{
    "kysely": {
        "sql": "select `pl`.`feed_post_id`, `l`.`related_feed_post_id` from `feed_post_link_meta_data` as `pl` inner join `link_meta_data` as `l` on `l`.`id` = `pl`.`link_meta_data_id` where `pl`.`feed_post_id` in (?) and `l`.`related_feed_post_id` is not null group by `pl`.`feed_post_id`",
        "parameters": [
            932
        ],
        "durationInMs": 1.6441289987415075
    }
}
16:45:13.476
debug
kysely.query
{
    "kysely": {
        "sql": "select `pl`.`feed_post_id`, `pl`.`link_meta_data_id` from `feed_post_link_meta_data` as `pl` where `pl`.`feed_post_id` in (?)",
        "parameters": [
            932
        ],
        "durationInMs": 1.7673169989138842
    }
}
16:45:13.476
debug
kysely.query
{
    "kysely": {
        "sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
        "parameters": [
            307621
        ],
        "durationInMs": 1.4336200002580881
    }
}
16:45:13.476
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": [
            307621
        ],
        "durationInMs": 1.46064000017941
    }
}
16:45:13.476
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": [
            307621
        ],
        "durationInMs": 1.212091000750661
    }
}
16:45:13.477
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
        "parameters": [
            197232
        ],
        "durationInMs": 1.068324999883771
    }
}
16:45:13.477
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            598,
            "fr"
        ],
        "durationInMs": 1.4297230001538992
    }
}
16:45:13.477
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category` where `category`.`id` in (?)",
        "parameters": [
            598
        ],
        "durationInMs": 1.502208000048995
    }
}
16:45:13.477
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?)",
        "parameters": [
            285850,
            285851,
            285853
        ],
        "durationInMs": 1.4332599993795156
    }
}
16:45:13.479
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            478
        ],
        "durationInMs": 2.3502849992364645
    }
}
16:45:13.480
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
        "parameters": [
            197,
            "fr"
        ],
        "durationInMs": 2.257532998919487
    }
}
16:45:13.480
debug
kysely.query
{
    "kysely": {
        "sql": "select `bi`.`target_feed_post_id`, `bi`.`id` from `bookmark_item` as `bi` inner join `bookmark` as `b` on `b`.`id` = `bi`.`bookmark_id` where `bi`.`target_feed_post_id` in (?) and (? is not null and `b`.`user_id` = ?) group by `bi`.`target_feed_post_id`",
        "parameters": [
            932,
            null,
            null
        ],
        "durationInMs": 1.4458830002695322
    }
}
16:45:13.481
debug
kysely.query
{
    "kysely": {
        "sql": "select `r`.`target_feed_post_id`, `r`.`id` from `reaction` as `r` where `r`.`target_feed_post_id` in (?) and (? is not null and `r`.`user_author_id` = ?) group by `r`.`target_feed_post_id`",
        "parameters": [
            932,
            null,
            null
        ],
        "durationInMs": 1.5663959998637438
    }
}
16:45:13.481
debug
kysely.query
{
    "kysely": {
        "sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
        "parameters": [
            177
        ],
        "durationInMs": 1.1713259983807802
    }
}
16:45:13.501
info
http.response
{
    "svelte": {
        "route": {
            "id": "/(frontend)/[participantId=participantIdWithPrefix]-[[participantSlug]]/feed/[id]"
        },
        "params": {
            "participantId": "c307621",
            "participantSlug": "aziz-abdala",
            "id": "932"
        },
        "clientAddress": "82.97.199.137",
        "isDataRequest": false,
        "isSubRequest": false
    },
    "http": {
        "request": {
            "id": "WW7X5Vyj_rFbIzsECiIH",
            "method": "GET",
            "bytes": null,
            "mime_type": null,
            "referrer": null,
            "headers": {
                "accept-language": "en-US,en;q=0.9",
                "connection": "close",
                "host": "www.goa.goafrica.syazen.cloud",
                "user-agent": "Brightbot 1.0",
                "x-forwarded-for": "82.97.199.137",
                "x-real-ip": "82.97.199.137",
                "x-scheme": "https"
            }
        },
        "response": {
            "bytes": 117063,
            "mime_type": "text/html",
            "status_code": 200,
            "headers": {
                "accept-language": "en-US,en;q=0.9",
                "connection": "close",
                "host": "www.goa.goafrica.syazen.cloud",
                "user-agent": "Brightbot 1.0",
                "x-forwarded-for": "82.97.199.137",
                "x-real-ip": "82.97.199.137",
                "x-scheme": "https"
            }
        }
    },
    "user_agent": {
        "original": "Brightbot 1.0"
    },
    "url": {
        "full": "https://www.goa.goafrica.syazen.cloud/c307621-aziz-abdala/feed/932",
        "original": "https://www.goa.goafrica.syazen.cloud/c307621-aziz-abdala/feed/932",
        "path": "/c307621-aziz-abdala/feed/932",
        "domain": "www.goa.goafrica.syazen.cloud",
        "port": null,
        "username": null,
        "query": null,
        "scheme": "https"
    },
    "profiling": {
        "memoryUsage": 287338496,
        "memoryUsageHuman": "274 MiB",
        "requestTimeInMs": 86
    }
}