Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Paragraphs Editor Enhancements 10.2.0 Minor update available for module paragraphs_ee (10.2.0). Release: Paragraphs Editor Enhancements 10.1.1 Minor update available for module paragraphs_ee (10.1.1). Release: Trash 3.0.34 Minor update available for module trash (3.0.34). Release: Paragraphs Editor Enhancements 10.0.9 Minor update available for module paragraphs_ee (10.0.9). Release: Trash 3.1.0 Minor update available for module trash (3.1.0). Release: MCP Sentinel 2.22.1 Minor update available for module mcp_sentinel (2.22.1). Release: Menu Autopilot 1.3.2 Minor update available for module menu_autopilot (1.3.2). Release: GraphQL Compose Codegen 1.4.0 Minor update available for module graphql_compose_codegen (1.4.0). Usage Milestone: Schemata Module schemata crossed 1,000 active installs. Module Revived: CVA (Class Variance Authority) 1.0.1 Module cva updated after 7 months of inactivity (1.0.1).

Prelinker

297 sites Security covered Drupal 11 · not 10
View on drupal.org

Prelinker allows you to add preconnect and preload instructions to your Drupal site, helping browsers connect to necessary domains and fetch resources faster. You can specify which pages and resources these instructions apply to, optimizing performance by telling the browser to prepare for or download content ahead of time.

Prelinker provides a simple way to add preconnect and preload headers to either the response header for HTTP/2 compatible servers or via a <Link> element in the <Head> section of the HTML.

A preconnect header tells the browser that a domain will be required for page resources and that it should begin the process of connecting to the server in preparation for downloading these resources.

A preload response header informs the server to push the resources to the browser via HTTP/2 so that they will be available to browser earlier during the rendering process.

A preload <Link> is similar but informs the browser that it should begin downloading the resources as they will be required during rendering.

Page restrictions can be set for both domains and resources, for example you may want to preload a banner image on only the home page.

Release 3.x

Version 3.x is a major release with the following changes:

  • Drupal 11 only: The 3.x branch drops support for Drupal 10 and requires Drupal 11.
  • Visibility conditions: Preload and preconnect entities now support Drupal's condition plugin system to control when each entry is active (e.g. restrict to specific pages, roles, or request contexts).
  • `fetchpriority` attribute: Preload link elements support the `fetchpriority` attribute (`high`, `low`, or `auto`) to hint the browser's resource prioritisation.

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
2
Tracked since
May 2026
Latest release
4 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Core Release date
3.x-dev Dev 11 May 6, 2026
3.0.0 Stable 11 May 6, 2026