betterangels / better-angels

The Better Angels are a group of anarchists committed to feminist, anti-racist, anti-capitalist struggle who use direct action software development as a technique of liberatory resistance.
https://betterangels.github.io/
55 stars 12 forks source link

Consider bundling assets into the plugin itself rather than loading from CDNs #110

Closed fabacab closed 8 years ago

fabacab commented 8 years ago

Doing this would theoretically improve the privacy of users by ensuring third-parties aren't used to load pages, and it would also mean we don't need to deal with subresource integrity issues.

On the other hand, it could be a lot of framework code and further burden/slow down smaller or less-optimized WordPress sites.

I'm not sure what the best trade-off here is. A discussion about the relevant issues is needed.

fabacab commented 8 years ago

On the other hand, it could be a lot of framework code and further burden/slow down smaller or less-optimized WordPress sites.

This concern would be mitigated by implementing AppCache (#123) and other "progressive web app" features, so that's one for the pro-bundling column.

fabacab commented 8 years ago

This issue has been migrated to betterangels/buoy#47.