Skip to content

[08] Reduce not-found render delay from 8s to 1.5s - #27

Open
chondl wants to merge 1 commit into
cph-masterfrom
cph-notfound-delay
Open

[08] Reduce not-found render delay from 8s to 1.5s#27
chondl wants to merge 1 commit into
cph-masterfrom
cph-notfound-delay

Conversation

@chondl

@chondl chondl commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Standalone extraction of the unique qa-fixes commit (1a6b476). The other qa-fixes commits are already in cph-master (verified via git cherry). Part of the cph-staging series.

The not-found placeholder waited 8000ms before rendering, leaving a blank
content area for 8 full seconds on any nonexistent or slow-to-load entity
(/team/99999, /event/2026zzzzz, etc.). The debounce exists only to avoid a
flash of the not-found message before data arrives; 1.5s is ample for that
while no longer looking like a hung page. (The comment already described the
intent as 'one second'; the 8000 value grew from 1000 over prior commits.)
@chondl chondl changed the title [fix] Reduce not-found render delay from 8s to 1.5s [08] Reduce not-found render delay from 8s to 1.5s Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant