One thing that might be nice to do with the admin, especially in the context of the fonts but also with jQuery, is to give an easy override to use CDN versions of the files. Django still needs to bundle them for offline work, and the default should be to include Django's own ones, but it would be good on production sites to use CDNs (probably google, or make it configurable). It may be that this is more work than it's worth, but as some of these files, especially jQuery, font awesome and Roboto are widely used around the internet now many users would already have them cached - even if it's just from another Django admin.
On 30 July 2015 at 09:55, Aymeric Augustin < [email protected]> wrote: > Le 29 juil. 2015 à 13:13, elky <[email protected]> a écrit : > > > > I can create small kit which will contain only icons that used in the > project - it will allow us to save about 70KB. But the question is - how to > support this kit in future if someone decide to add new icons ? > > Indeed, it could be difficult to maintain in the medium term. > > If I remember correctly, the new theme already adds ~300kB of fonts. > Saving 70kB of icons doesn't change that much. > > Shipping the entire set sounds easier at this point. > > -- > Aymeric. > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/89C4715B-4CED-469F-A5D7-2F3251CB3AD5%40polytechnique.org > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAMwjO1E0grw%3D3MVo6i81mt%2BfmrYn7UZ9dK_FO7%3D3gXAPuSZVVA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
