mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[GH-ISSUE #112] Use CacheLayer for index and QR pages #69
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @matze on GitHub (Feb 5, 2025).
Original GitHub issue: https://github.com/matze/wastebin/issues/112
Originally assigned to: @matze on GitHub.
We should not only cache HTML fragments for rendered pastes but everything to avoid re-computing the same index or QR codes. This can be done by adding a tower/axum CacheLayer instead of the bespoke way it's done now.
@matze commented on GitHub (Feb 14, 2025):
Since it's an additional dependency with further transitional dependencies
lrushould then be replaced bycached.