Chingu-cohorts / voyage-wiki

Centralized Wiki containing Voyage info for teams and a place to report technical Voyage issues
MIT License
65 stars 3 forks source link

Users on slower connections have no indication that Handbook pages are loading #347

Open jdmedlock opened 4 years ago

jdmedlock commented 4 years ago

About You

Issue Description & Expected Outcome: The absence of a page loading indicator in the Voyage and Prospective Chingu Handbooks makes users think that the links to these are dead on slower connections.

Symptoms: Page doesn't immediately display or renders slowly.

Steps to Recreate: Use Chrome DevTools Audit on a simulated slow connection. This highlights slow Time to Interactive and Max Potential First Input Delay metrics.

Resolution: Implement a page loading indicator so the end user is aware that the page is loading.

jdmedlock commented 4 years ago

Status update. Lazy loading along with a page loading indicator is in the process of being added.