christianwgd/django-bootstrap-icons

Performance issues if many icons on one page

christianwgd opened this issue · 0 comments

I noticed performance issues, if i have a long list of objects in a template, that use the same icon. Each icon is completely new rendered.

To avoid this, build some sort of cache, so that icons are only rendered once and simply loaded for each subsequent use.