<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Thu, Jul 27, 2017 at 8:16 PM, Sean McGinnis <span dir="ltr"><<a href="mailto:sean.mcginnis@gmx.com" target="_blank">sean.mcginnis@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I like this approach. With the size being manageable (large, but<br>
manageable), I would prefer we leave it until we need to free up<br>
some of the space</blockquote><div><br></div><div>You could compress the individual files, configure the webserver to send the correct encoding (<code>Content-Encoding: gzip or deflate) </code>to the client (assuming their browser sends the correct <code>Accept-Encoding header) which</code> can then correctly unpack the content for view. <br><br></div><div>Lots of ways to shave down the capacity of the data-at-rest on the server.<br></div><div>  <br></div></div><br></div></div>