mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #22448] feat: Show response generation time per message #58380
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fuleinist on GitHub (Mar 8, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22448
Problem Description
When comparing different models or troubleshooting slow responses, I have no visibility into how long each response took to generate. I need to estimate performance differences between models but there's no timing information displayed.
Desired Solution
Display a small timestamp or duration (e.g., "2.3s") next to each AI response, showing how long the generation took. This could be a subtle indicator similar to how some chat apps show message timestamps.
Use Case
Alternatives Considered
Browser DevTools network tab - but this requires technical knowledge and doesn't show per-message timing in the UI context.
@Classic298 commented on GitHub (Mar 8, 2026):
Can be done using filters - should be done using filters
@Classic298 commented on GitHub (Mar 8, 2026):
https://docs.openwebui.com/features/extensibility/plugin/functions/filter
example: https://openwebui.com/posts/token_usage_display_a94ea72f