lp:~jsing/mailman3-web-charm/+git/mailman3-web-charm

Owned by Joel Sing
Get this repository:
git clone https://git.launchpad.net/~jsing/mailman3-web-charm/+git/mailman3-web-charm
Only Joel Sing can upload to this repository. If you are Joel Sing please log in for upload directions.

Branches

Name Last Modified Last Commit
readme 2018-07-03 08:28:30 UTC
Remove the README example and add a barebones README instead.

Author: Joel Sing
Author Date: 2018-07-03 08:28:30 UTC

Remove the README example and add a barebones README instead.

compressor 2018-07-03 08:15:37 UTC
Reconfigure django compressor to reduce sass overhead.

Author: Joel Sing
Author Date: 2018-07-03 08:15:37 UTC

Reconfigure django compressor to reduce sass overhead.

The sass tool is written in ruby, which means that for every request to the site we're
forking and loading a ruby interpreter in order to compile static content. Furthermore,
compress has been disabled. Enable compression, switch to the sassc tool (written in C)
and enabling caching based on content hashing. This reduces request overhead substantially.

In the longer term we really should be using COMPRESS_OFFLINE = True, however this is
more complex and needs more integration than the current approach.

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers