- flag nocache deactivates the use of cache
- the graph adapts to the screensize (after re-redering)
- the server automatically generates a json with the current cpu usage.
- Added description for cleanup function
- Removed unused variable clean and moved assignment of cleanup-function
- removed index parameter from deleteFolder function in caching.js
- Removed caching_dump.json
- Added cleanup function that is called on
process exit.
- .cache directory will be deleted on cleanup
- The server can now respond with error 403 or 404 depending on the
request
- Changed exit in testing mode to 10 seconds
- Added package.json with dependencies
- Cleaned up unreachable code
- Moved a function definition in caching.js to the top of the file
- Added some comments
SASS, HTML and other Files that are preprocessed will be stored in their
processed form in the .cache directory for faster access. When a file is
called more than 10 times in the last minute, it will be loaded into the
memory and stays there for an hour. This allows the server to respond
even faster to requests.