- Issue created by @kazah
- 🇧🇪Belgium nonom Brussels
The branch 8.x1.x-dev still in development,
It will be released for ^8 || ^9 || ^10 as soon as possible.
- 🇷🇺Russia kazah
Thanks for the answer.
I just wanted to speed up the output of the module as best I can.
I used boost on Drupal 6 and it worked very well despite a bunch of settings.
Now Drupal 9 lacks this module.
Thanks for your work.
- 🇧🇪Belgium nonom Brussels
Hi @kazah we haven't already an alpha release but a dev branch.
We are working testing on huge sites and trying to get the best approach for this, I guess it will be released soon (tm) ;-)
Contributions are always welcome!
- 🇩🇪Germany c-logemann Frankfurt/M, Germany
The main problem ist already reported by myself in issue: 🐛 Boost Cacheability Settings seems not to work properly Active
But because of the following problem I keep this issue open but currently a support Request:
@kazah
> If I paste over 2000 pages in Boost Cacheability SettingsOh, this isn't a good idea to use this setting in this way because of many reasons. The idea of this feature (setting) is following the code for block visibility. So we maybe we should add a warning or also add a filed limit.
Background situation:
First of all everything of this field is stored in config and loaded very often in the current code. I'm already thinking of implementing a bypass of this config when not even remove it. Because it's currently used on every page load I think it's already a performance problem even when used with only some path setting. And as your error message shows this setting is used with an regex code on paths. - 🇩🇪Germany c-logemann Frankfurt/M, Germany
> But in logs I see Retrieve route public://boost/.html can not be done.
This is already fixed and available in dev release.