Jannik Stehle
735ba7aebf
feat: web server compression
...
Adds a compression middleware to the web server to reduce the request size when delivering static files. This speeds up loading times in web clients.
The chi middleware we're using for this currently supports `gzip` as compression algorithm. We might want to extend this to support `br` (Brotli) in the future, since it's a newer and more performant algorithm.
2024-05-31 12:34:12 +02:00
..
2024-05-14 10:30:42 +02:00
2024-05-30 16:01:04 +02:00
2024-05-15 11:26:43 +02:00
2024-04-02 14:06:31 +02:00
2024-05-02 11:48:50 +02:00
2024-05-02 11:40:03 +02:00
2024-05-15 13:30:45 +02:00
2024-03-06 11:52:23 +01:00
2024-03-19 08:06:39 +01:00
2024-04-24 16:28:05 +02:00
2024-05-28 11:32:10 +02:00
2024-03-27 10:30:25 +01:00
2024-03-18 14:26:32 +01:00
2024-04-30 17:09:21 +02:00
2024-05-16 18:20:18 +02:00
2024-04-26 11:36:49 +02:00
2024-04-02 14:06:31 +02:00
2024-05-21 18:58:00 +02:00
2024-05-14 23:54:07 +02:00
2024-04-19 14:47:21 +02:00
2024-03-27 09:59:55 +01:00
2024-03-25 10:16:10 +01:00
2024-05-29 15:48:49 +02:00
2024-03-05 14:11:18 +01:00
2024-05-31 12:34:12 +02:00
2024-04-04 14:39:29 +02:00
2024-03-07 13:46:43 +01:00
2024-04-15 16:35:13 +02:00
2024-04-19 10:08:21 +02:00
2024-04-23 10:28:19 +02:00
2024-05-08 16:57:44 +02:00
2024-04-08 12:34:18 +02:00
2024-04-26 09:24:09 +02:00
2024-04-12 10:09:13 +02:00
2024-04-10 12:09:22 +02:00
2024-03-18 15:23:10 +01:00
2024-03-12 18:02:46 +01:00
2024-03-07 10:26:44 +01:00
2024-04-15 14:43:13 +02:00
2024-03-13 17:26:57 +01:00
2024-04-08 11:23:06 +02:00
2024-03-07 12:12:03 +01:00
2024-03-20 16:42:54 +01:00
2024-04-09 09:34:18 +02:00
2024-05-17 15:43:46 +02:00
2024-04-24 10:39:12 +02:00
2024-05-10 10:54:58 +02:00
2024-04-22 17:24:45 +02:00
2024-04-25 11:54:54 +02:00
2024-03-19 14:00:44 +01:00
2024-04-23 15:06:23 +02:00
2024-04-19 16:01:31 +02:00
2024-04-02 16:38:47 +02:00
2024-05-08 16:28:44 +02:00
2024-03-06 14:29:05 +01:00
2024-04-18 14:26:29 +02:00
2024-04-09 16:10:50 +02:00
2024-03-15 15:59:57 +01:00
2024-05-13 14:50:02 +02:00
2024-04-05 10:19:14 +02:00
2024-03-18 16:56:10 +01:00
2024-04-29 16:54:44 +02:00
2024-03-04 16:30:01 +01:00
2024-04-22 15:36:02 +02:00
2024-03-18 11:53:57 +01:00
2024-04-29 09:42:31 +02:00
2024-04-17 11:40:48 +02:00
2024-03-25 12:26:35 +01:00
2024-05-21 14:12:50 +02:00
2024-05-28 09:29:08 +02:00
2024-05-21 17:19:07 +02:00
2024-04-18 15:28:00 +02:00