Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

This module provides an HTMX-powered lazy loading solution for Views blocks, improving performance by initially rendering lightweight placeholders and then using HTMX to load the full content via AJAX when the block becomes visible on screen.

This module provides an HTMX-powered alternative to the Views Ajax Lazy Load Blocks module.

It generates a copy of every Views block on your site that can be placed independently. These copies render a lightweight placeholder initially and then use HTMX (fully integrated into Core as of 11.3) to lazy load the heavy View content via an Ajax request when the block enters the viewport (using `intersect` trigger).

Why This Module?

  • Performance: ideal for "Dashboard" pages with multiple heavy Views. The initial page load is fast because the heavy queries run in separate requests after the page loads.
  • Modern Architecture: Uses native HTMX attributes (`hx-get`, `hx-trigger="intersect"`) instead of custom Drupal Ajax commands.
  • Zero JavaScript: Removes the need for custom JavaScript files to handle the intersection observers; HTMX handles this natively.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Jan 2026
Latest release
7 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Core Release date
1.0.x-dev Dev 11 Jan 23, 2026