Skip to content

AlfredoRamos/phpbb-ext-lazy-load

Repository files navigation

About

Lazy Load extension for phpBB.

Build Status Latest Stable Version Code Quality License

It will prevent unnecessary image loading to optimize bandwidth usage, as it will load them only when needed.

It doesn't require any configuration.

Dependencies

  • PHP 7.1.3 or greater
  • phpBB 3.3 or greater

Installation

  • Download the latest release
  • Decompress the *.zip or *.tar.gz file
  • Copy the files and directories inside {PHPBB_ROOT}/ext/alfredoramos/lazyload/
  • Go to your Administration Control Panel > Customize > Manage extensions
  • Click on Enable and confirm

Uninstallation

  • Go to your Administration Control Panel > Customize > Manage extensions
  • Click on Disable and confirm
  • Go back to Manage extensions > Lazy Load > Delete data and confirm

Upgrade

  • Go to your Administration Control Panel > Customize > Manage extensions
  • Click on Disable and confirm
  • Delete all the files inside {PHPBB_ROOT}/ext/alfredoramos/lazyload/
  • Download the new version
  • Upload the new files inside {PHPBB_ROOT}/ext/alfredoramos/lazyload/
  • Enable the extension again