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

TASK 15 - Avoid enormous network payloads - no. 1 - Google Maps (Part 1) #1522

Open
dimaz09 opened this issue Mar 12, 2025 · 0 comments
Open
Assignees
Labels
SEO SEO Request for website 💪🏼 User Request L1 Requested by User

Comments

@dimaz09
Copy link

dimaz09 commented Mar 12, 2025

Avoid enormous network payloads - no. 1 - Google Maps - PS: similar to TASK 7 - Reduce unused JavaScript - no.5

Image

Suggestions to check & fix:

  • Defer Google Maps loading until needed (using defer or trigger on interaction)
  • Only load the APIs/libraries you need (avoid unnecessary libraries like places)
  • Consider using Google Maps Embed API for static or basic maps
  • Use server-side rendering for static maps (serve as images)
  • Ensure fast and reliable CDN delivery (Google’s default CDN works well)
@github-project-automation github-project-automation bot moved this to Backlog in Aiku Mar 12, 2025
@dimaz09 dimaz09 changed the title TASK 15 - Avoid enormous network payloads - no. 1 - Google Maps TASK 15 - Avoid enormous network payloads - no. 1 - Google Maps (Part 1) Mar 12, 2025
@inikoo inikoo added SEO SEO Request for website 💪🏼 User Request L1 Requested by User labels Mar 12, 2025
@inikoo inikoo added this to the SEO milestone Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SEO SEO Request for website 💪🏼 User Request L1 Requested by User
Projects
None yet
Development

No branches or pull requests

3 participants