-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Volt cache for view fragments does not work in version 4.0.* #14907
Comments
Show how do you declare |
@brucelin You are correct. the Actually you found an area where we missed removing the service so thanks for that - it will be sorted out shortly. You can use services such as varnish, cloudflare etc. to cache pages as an alternative. For fragments you can always use the |
Resolved in #14914 |
* '4.0.x' of github.com:phalcon/cphalcon: (62 commits) [#13655] - Added more tests [#13655] - Added one more test for get/set [#13655] - Hangout test!! [4.0.x] - Minor refector [4.0.x] - Correcting test [4.0.x] - Minor correction [4.0.x] - Updated Request tests [#14639] - Added test for model paginate [#14639] - Trying phpunit 8.5 [#14639] - Removed sqlite from test [#14639] - Added test [#14907] - Updated changelog [#14907] - Removed cache parsing from Volt [#14912] - Updated changelog [ci-skip] [#14912] - Updated changelog [#14912] - Removed iconv from Volt::convertEncoding Deleted Makefile [#14866] - Enabling tests [#14866] - Updated changelog [#14866] - Changed the friendlyTitle to not rely on iconv ...
"You can use services such as varnish, cloudflare etc. to cache pages as an alternative." this is very bad solution, i too have the same issue, how can you just remove cache from the templating service and say to use "cloudflare" ... :( |
Volt cache for view fragments does not work in version 4.0.*
When i try to cache the view fragments
It throw the error
Then I registered the
viewCache
service in the Di container with a redis adapter. But it throw the errorDid I miss some config or this functionality of volt cache has been removed in version 4.0.* ?
The text was updated successfully, but these errors were encountered: