Skip to content

feat: lazy loading implemented#131

Open
JoaoCoelho2003 wants to merge 1 commit intomainfrom
jc/lazy-loading
Open

feat: lazy loading implemented#131
JoaoCoelho2003 wants to merge 1 commit intomainfrom
jc/lazy-loading

Conversation

@JoaoCoelho2003
Copy link
Copy Markdown
Contributor

@JoaoCoelho2003 JoaoCoelho2003 commented Oct 24, 2025

A simple, and yet efficient, lazy loading was implemented:

  • Only the map tiles are loaded when someone opens the website;
  • The images for each marker are loaded only when someone interacts with them;
  • This prevents the 100+ images (more than 100 MB in transfer) from being loaded when the page opens

closes #121

@JoaoCoelho2003 JoaoCoelho2003 self-assigned this Oct 24, 2025
@netlify
Copy link
Copy Markdown

netlify bot commented Oct 24, 2025

βœ… Deploy Preview for cesium-pelo-mundo ready!

Name Link
πŸ”¨ Latest commit 910f9bc
πŸ” Latest deploy log https://app.netlify.com/projects/cesium-pelo-mundo/deploys/68fba36662dcd400089a4d74
😎 Deploy Preview https://deploy-preview-131--cesium-pelo-mundo.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

Implement lazy loading to images

1 participant