Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preloading placeholder #1666

Open
romaric-siri opened this issue Jan 8, 2025 · 0 comments
Open

Preloading placeholder #1666

romaric-siri opened this issue Jan 8, 2025 · 0 comments

Comments

@romaric-siri
Copy link

Hello,

I want to reproduce gatsby-like image placeholder prefetching but I don't understand why the placeholder is being requested AFTER the page loads. Using

Current behavior: Placeholder image loads in a separate request after initial page load:

  1. Page loads (blank image)
  2. Placeholder requested and displayed
  3. Full image loads

What I expect : Placeholder loads in the same time the page loads

  1. Page loads with placeholder image
  2. Full image loads
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

No branches or pull requests

1 participant