PHPackages                             innocode-digital/wp-deferred-loading - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. innocode-digital/wp-deferred-loading

ActiveWordpress-muplugin[Utility &amp; Helpers](/categories/utility)

innocode-digital/wp-deferred-loading
====================================

Defer loading of JavaScript and CSS files.

1.4.1(6y ago)014.4k22GPL-2.0+PHP

Since Sep 25Pushed 11mo ago12 watchersCompare

[ Source](https://github.com/wp-digital/wp-deferred-loading)[ Packagist](https://packagist.org/packages/innocode-digital/wp-deferred-loading)[ RSS](/packages/innocode-digital-wp-deferred-loading/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (6)Used By (2)

Deferred loading
----------------

[](#deferred-loading)

### Description

[](#description)

WordPress plugin for deferred loading of JavaScript and CSS files.

### Install

[](#install)

Clone this repo to `wp-content/plugins/`:

```
cd wp-content/plugins/
git clone git@github.com:innocode-digital/wp-deferred-loading.git

```

Activate **Deferred loading** from Plugins page or [WP-CLI](https://make.wordpress.org/cli/handbook/): `wp plugin activate wp-deferred-loading`.

Also you could install it as a [Must Use Plugin](https://codex.wordpress.org/Must_Use_Plugins).

### Usage

[](#usage)

To defer JavaScript files, add to `functions.php` of theme:

```
add_filter( 'deferred_loading_scripts', function () {
    return [
        // List of enqueued scripts.
    ];
} );

```

or

```
add_filter( 'deferred_loading_scripts', function () {
    return '*'; // All enqueued scripts.
} );

```

To defer CSS files, add to `functions.php` of theme:

```
add_filter( 'deferred_loading_styles', function () {
    return [
        // List of enqueued styles.
    ];
} );

```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 96.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~90 days

Total

4

Last Release

2200d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b52f801a1cdb5f6622a9e49f4359717b1808ca23e948a243eae225f55e2c7eb?d=identicon)[smfb-dinamo](/maintainers/smfb-dinamo)

---

Top Contributors

[![kuliebiakin](https://avatars.githubusercontent.com/u/6066592?v=4)](https://github.com/kuliebiakin "kuliebiakin (25 commits)")[![MaksVeter](https://avatars.githubusercontent.com/u/5855309?v=4)](https://github.com/MaksVeter "MaksVeter (1 commits)")

### Embed Badge

![Health badge](/badges/innocode-digital-wp-deferred-loading/health.svg)

```
[![Health](https://phpackages.com/badges/innocode-digital-wp-deferred-loading/health.svg)](https://phpackages.com/packages/innocode-digital-wp-deferred-loading)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5721.7k4](/packages/pfefferle-wordpress-activitypub)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
