Responsive Image Cache (RIC) is an open source (image) CDN server optimized for high speed caching and delivery of images, in exact optimized pixel sizes of the clients.
Instead of resizing small, medium, large images of the original (e.g. RAW media bank files), RIC can deliver exact sizes to each viewport and device. This
makes images load faster
reduces wasted bandwidth and too large image sizes
reduces rendering time on client by skipping the need to resize the image by the browser
Nice features include
GPU acceleration
Liquid rescale
text watermarks
For client side see src/riclib.js for example usage by Javascript.
etc/ for nginx, ssh etc configs. Can be cp -pr etc/ /etc to the virtual machine during provisioning and matches the os directory structure
results/ test results
reports/ for e.g. code coverage reports
src/ for source code
** Note! Source code should be placed under a single folder (src) that can be mounted over Docker -volume or Vagrant -shared folder inside the virtual machine so that node_modules or vendor directory are not on the shared folder. See https://wiki.phz.fi/Docker and https://wiki.phz.fi/Vagrant for further details how to circumvent the problems.
Note! PHZ Coding Convention: name this environment as dev.
Note! However, please use the default files for dev env, such as docker-compose.yml (instead of docker-compose.dev.yml).
Add here TODO and blockers that you have found related to upgrading to newer versions.
List the library/framework/service, version, and then the error message.