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(5y ago)014.3k22GPL-2.0+PHP

Since Sep 25Pushed 10mo 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 1mo ago

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

39

—

LowBetter than 86% of packages

Maintenance40

Moderate activity, may be stable

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

2154d 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

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

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

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

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

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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