mirror of
https://github.com/miniflux/v2.git
synced 2025-08-26 18:21:01 +00:00
Instead of blindly compiling all the common/ templates for every view/ ones, let's be explicit about the dependencies. This should significantly decrease the resident memory consumption, as ParseTemplate is responsible for ~10M of the current 11M of heap memory on my instance, so any win there is interesting. This will also allow better factorization of templates, now that everything is explicit. Another side-effect is that it'll make testing easier, as we now have a comprehensive list of views/ templates affected by a change in a file in common/ |
||
---|---|---|
.. | ||
common | ||
views |