nystudio107 / craft3-eagerbeaver
Allows you to eager load elements from auto-injected Entry elements on demand from your templates.
Fund package maintenance!
khalwat
Installs: 596
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 2
Forks: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0
- v1.x-dev
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/docs/follow-redirects-1.14.7
- dev-dependabot/npm_and_yarn/docs/url-parse-1.5.3
- dev-dependabot/npm_and_yarn/docs/prismjs-1.25.0
- dev-dependabot/npm_and_yarn/docs/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/docs/postcss-7.0.36
- dev-dependabot/npm_and_yarn/docs/ws-6.2.2
- dev-dependabot/npm_and_yarn/docs/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/docs/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/docs/lodash-4.17.21
- dev-dependabot/npm_and_yarn/docs/ssri-6.0.2
- dev-dependabot/npm_and_yarn/docs/y18n-4.0.1
- dev-dependabot/npm_and_yarn/docs/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/docs/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/docs/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/docs/acorn-6.4.1
- dev-develop
This package is not auto-updated.
Last update: 2022-02-01 13:11:18 UTC
README
Allows you to eager load elements from auto-injected Entry elements on demand from your templates.
Related: Eager Beaver for Craft 2.6.x
Learn More: Speed up your Craft CMS Templates with Eager Loading
Requirements
This plugin requires Craft CMS 3.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require nystudio107/craft-eagerbeaver
-
Install the plugin via
./craft install/plugin eager-beaver
via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Eager Beaver.
Documentation
Click here -> Eager Beaver Documentation
Eager Beaver Roadmap
Some things to do, and ideas for potential features:
- Release it
Brought to you by nystudio107