{"id":15413298,"url":"https://github.com/gavinr/lazy-load-arcgis-js-api-experiments","last_synced_at":"2026-02-11T10:01:50.531Z","repository":{"id":147783219,"uuid":"249610441","full_name":"gavinr/lazy-load-arcgis-js-api-experiments","owner":"gavinr","description":"Experiments in lazy loading the ArcGIS API for JavaScript","archived":false,"fork":false,"pushed_at":"2020-03-25T03:35:14.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-01T14:06:41.837Z","etag":null,"topics":["arcgis-js-api","arcgis-js-api-4","intersection-observer","lazy-loading","maps","performance"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gavinr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-24T04:12:22.000Z","updated_at":"2020-04-08T00:46:48.000Z","dependencies_parsed_at":"2023-04-09T01:36:43.030Z","dependency_job_id":null,"html_url":"https://github.com/gavinr/lazy-load-arcgis-js-api-experiments","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.46153846153846156","last_synced_commit":"fccd1f2b8769b1d4ccce8eaef197fee8d878d1d8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gavinr/lazy-load-arcgis-js-api-experiments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinr%2Flazy-load-arcgis-js-api-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinr%2Flazy-load-arcgis-js-api-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinr%2Flazy-load-arcgis-js-api-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinr%2Flazy-load-arcgis-js-api-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gavinr","download_url":"https://codeload.github.com/gavinr/lazy-load-arcgis-js-api-experiments/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinr%2Flazy-load-arcgis-js-api-experiments/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269518428,"owners_count":24430625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arcgis-js-api","arcgis-js-api-4","intersection-observer","lazy-loading","maps","performance"],"created_at":"2024-10-01T16:56:28.221Z","updated_at":"2026-02-11T10:01:50.524Z","avatar_url":"https://github.com/gavinr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lazy Load ArcGIS JS API Experiments\nExperiments in lazy loading the ArcGIS API for JavaScript to get faster page loads.\n\n## Paragraphs Test\n\nLong page of text with four maps interspersed throughout.\n\n- **control** ([2D](https://gavinr.github.io/lazy-load-arcgis-js-api-experiments/paragraphs/2d/control/) | [3D](https://gavinr.github.io/lazy-load-arcgis-js-api-experiments/paragraphs/3d/control/))\n  - no lazy loading\n- **intersection-observer** ([2D](https://gavinr.github.io/lazy-load-arcgis-js-api-experiments/paragraphs/2d/intersection-observer/) | [3D](https://gavinr.github.io/lazy-load-arcgis-js-api-experiments/paragraphs/3d/intersection-observer/))\n  - Lazy Loading with Intersection Observer\n\n## 100 Maps Test\n\nLoading 100 map controls on a single page.\n\n- **control** ([2D](https://gavinr.github.io/lazy-load-arcgis-js-api-experiments/100-maps/2d/control/) | [3D](https://gavinr.github.io/lazy-load-arcgis-js-api-experiments/100-maps/3d/control/))\n  - No lazy loading\n  - On most browsers last n maps load because only n WebGLRenderingContexts allowed\n- **intersection-observer** ([2D](https://gavinr.github.io/lazy-load-arcgis-js-api-experiments/100-maps/2d/intersection-observer/) | [3D](https://gavinr.github.io/lazy-load-arcgis-js-api-experiments/100-maps/3d/intersection-observer/))\n  - Lazy Loading with Intersection Observer\n- **scroll-stop** ([2D](https://gavinr.github.io/lazy-load-arcgis-js-api-experiments/100-maps/2d/scroll-stop/) | [3D](https://gavinr.github.io/lazy-load-arcgis-js-api-experiments/100-maps/3d/scroll-stop/))\n  - Lazy Loading by checking which maps are in view when scrolling stops\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinr%2Flazy-load-arcgis-js-api-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgavinr%2Flazy-load-arcgis-js-api-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinr%2Flazy-load-arcgis-js-api-experiments/lists"}