Ross ROSS = Recommend OSS · open-source software intelligence for agents

getify/LABjs

Loading And Blocking JavaScript: On-demand parallel loader for JavaScript with execution order dependencies observed · 2026-08-28

github.com/getify/LABjs · homepage · HTML · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6142
  • days_rel: n/a
  • days_push: 2604
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2259 stars · 305 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

LABjs is a dynamic JavaScript script loader that loads all scripts in parallel while allowing explicit execution-order dependencies via a chained .wait() API. It was designed to replace blocking <script> tags with a performance-optimized loading approach for the browser.

Use cases

  • load javascript files in parallel in the browser
  • control script execution order with dependencies
  • speed up page load by avoiding blocking script tags
  • chain inline scripts to run after loaded scripts
  • optimize legacy website script loading performance

When to choose

  • maintaining an older codebase that already uses LABjs
  • supporting very old browsers where native async/defer handling is unreliable
  • you need fine-grained parallel loading with explicit execution-order control

When to avoid

  • starting a new modern project - use native ES modules, async/defer, or a bundler instead
  • you need actively maintained software - the repo was archived in 2022
  • you rely on modern module bundling or tree-shaking workflows

Facets

library · maturity abandoned

http-client developer-tools web-development frontend performance browser script-loader parallel-loading async-scripts legacy-browser-support archived javascript

2 sources

Member repositories

RepositoryRoleHealth v2
getify/LABjsmain10

For agents

markdown · JSON · MCP: product_card(name="getify/LABjs")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem