PHPackages                             agoat/contao-deferredimages - 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. [Image &amp; Media](/categories/media)
4. /
5. agoat/contao-deferredimages

ActiveContao-bundle[Image &amp; Media](/categories/media)

agoat/contao-deferredimages
===========================

Contao 4 deferred images library

1.4.1(7y ago)2276[4 issues](https://github.com/agoat/contao-deferredimages-bundle/issues)LGPL-3.0+PHPPHP ^7.1

Since Aug 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/agoat/contao-deferredimages-bundle)[ Packagist](https://packagist.org/packages/agoat/contao-deferredimages)[ RSS](/packages/agoat-contao-deferredimages/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (5)Versions (26)Used By (0)

Deferred images library for Contao 4
====================================

[](#deferred-images-library-for-contao-4)

[![Version](https://camo.githubusercontent.com/f8f61e258dd6caf718e6ad555ffc733bd22e8ddd78966a1f3cdb9b9d399483e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61676f61742f636f6e74616f2d6465666572726564696d616765732e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/agoat/contao-deferredimages)[![License](https://camo.githubusercontent.com/fa596a55744aa5498834d30af868303c5ba5609414288ecafd33d3163c9e5d30/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61676f61742f636f6e74616f2d6465666572726564696d616765732e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/agoat/contao-deferredimages)[![Downloads](https://camo.githubusercontent.com/1836134e73fea6e859eaed0a2c06059e886dfca49ec4106715ea270b6055b8b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61676f61742f636f6e74616f2d6465666572726564696d616765732e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/agoat/contao-deferredimages)

#### Now compatible with Contao 4.6 !!

[](#now-compatible-with-contao-46-)

About
-----

[](#about)

Contao normally generates (resizes) the images on a page during page generation. This can lead to long page load times or, in the worst case, script timeouts due to server restrictions.

This library shifts the image calculation from page generation to the time when the image is loaded in the browser. As a result, pages will have very short loading times and script timeouts are avoided, even with hundreds of images on a page.

Install
-------

[](#install)

### Contao manager

[](#contao-manager)

Search for the package and install it

```
agoat/contao-deferredimages
```

### Managed edition

[](#managed-edition)

Add the package

```
# Using the composer
composer require agoat/contao-deferredimages
```

Registration and configuration is done by the manager-plugin automatically.

### Standard edition

[](#standard-edition)

Add the package

```
# Using the composer
composer require agoat/contao-deferredimages
```

Register the bundle in the AppKernel

```
# app/AppKernel.php
class AppKernel
{
    // ...
    public function registerBundles()
    {
        $bundles = [
            // ...
            // after Contao\CoreBundle\ContaoCoreBundle
            new Agoat\DeferredImagesBundle\AgoatDeferredImagesBundle(),
        ];
    }
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~35 days

Recently: every ~80 days

Total

25

Last Release

2681d ago

Major Versions

0.4.1 → 1.0.02017-06-24

PHP version history (3 changes)0.2.0PHP &gt;=5.5.0

1.0.0PHP ^5.6|^7.0

1.4.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/997c86a9469c2c980383535f7da7aa11a81e083249fc3af9ed2a13150b5ce731?d=identicon)[aGoat](/maintainers/aGoat)

---

Top Contributors

[![agoat](https://avatars.githubusercontent.com/u/1402434?v=4)](https://github.com/agoat "agoat (9 commits)")

---

Tags

contaocontao-bundlecontao-imagescontao4imageimage-processingpluginimage processingimagescontaocontao-bundlecontao4

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/agoat-contao-deferredimages/health.svg)

```
[![Health](https://phpackages.com/badges/agoat-contao-deferredimages/health.svg)](https://phpackages.com/packages/agoat-contao-deferredimages)
```

###  Alternatives

[humanmade/gaussholder

Fast and lightweight image previews for WordPress

196119.7k](/packages/humanmade-gaussholder)

PHPackages © 2026

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