feat(activity): add performance metrics and logging #325
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/steeper!325
Loading…
Reference in a new issue
No description provided.
Delete branch "phase07-metrics-logging"
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?
What
Add timing and logging to key operations, completing #266 and Phase 7.
Log output examples
Phase 7 complete
References: #266, #263, #264, #265
Testing
go test -race ./...— all passReview
Result: Approved — no blocking issues.
Summary: Adds timing and diagnostic logging across the activity pipeline.
FetchActivityEventslogs event count, pages, days, duration.RefreshContextlogs cache hit/miss, stale fallbacks, and total refresh duration.RenderPass1logs render time when >1ms (silent for fast renders). ROADMAP2.md updated — Phase 7 fully complete.Checklist:
go test -racepasses[activity]prefix for grep-ability