Download the PHP package bnomei/kirby3-bolt without Composer
On this page you can find all versions of the php package bnomei/kirby3-bolt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bnomei/kirby3-bolt
More information about bnomei/kirby3-bolt
Files in bnomei/kirby3-bolt
Package kirby3-bolt
Short Description Kirby 3 Plugin for a fast Page lookup even in big content trees
License MIT
Informations about the package kirby3-bolt
Mainly intended to be used with now deprecated AutoID plugin. Use my Boost plugin instead since that inherited lots of Bolts logic.
Kirby 3 Bolt
Kirby 3 Plugin for a fast Page lookup even in big content trees
Commercial Usage
Support open source!
This plugin is free but if you use it in a commercial project please consider to sponsor me or make a donation.
If my work helped you to make some cash it seems fair to me that I might get a little reward as well, right?
Be kind. Share a little. Thanks.
‐ Bruno
M | O | N | E | Y |
---|---|---|---|---|
Github sponsor | Patreon | Buy Me a Coffee | Paypal dontation | Hire me |
Installation
- unzip master.zip as folder
site/plugins/kirby3-bolt
or git submodule add https://github.com/bnomei/kirby3-bolt.git site/plugins/kirby3-bolt
orcomposer require bnomei/kirby3-bolt
Why is Bolt faster and how much?
Because it does not scan each directory and file but skips as many of them as possible. Once you use the Page-Object in your code Kirby will lazily load uninitalized properties.
How much is gained depends on how many have been skipped. You can in average expect it to be n-times faster by the average folder count in your content tree. Example: 1000 pages in 10 folders 3 levels deep: 10*10*10. If you need a page from the third level Kirby would have to create a page index of 10+10+10=30 pages but Bolt will create only 3.
Usage
Works great with
- kirby3-autoid where it speeds up the page lookup
Alternative
- kirby3-boost which is like Bolt + AutoID but with Caching
Related Plugins
- kirby-resolve by Lukas Kleinschmidt
Disclaimer
This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please create a new issue.
License
It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.
Credits
based on idea in