You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 🧹 NGINX MIME AND COMPRESSION CLEANUP
- Removed obsolete and irrelevant MIME mappings from `config/etc/nginx/globals/mime-types.conf` for legacy Java Web Start, legacy package formats, and obsolete browser component types.
- Kept modern MIME coverage for WordPress-hosted assets while trimming project-irrelevant legacy entries.
- Updated `config/etc/nginx/globals/compression-gzip.conf` and `config/etc/nginx/globals/compression-brotli.conf` to remove deprecated compression MIME aliases and legacy dead types.
- Aligned gzip and brotli compression type lists to prioritize modern text-based and web-relevant content types.
### 🔧 PHP AND MARIADB TUNING
- Updated the logic across the codebase to better optimize the server for a variety of configuration scenarios, including low an high memory environments.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ All notable changes to EngineScript will be documented in this file.
4
4
5
5
Changes are organized by date, with the most recent changes listed first.
6
6
7
+
## 2026-04-08
8
+
9
+
### 🧹 NGINX MIME AND COMPRESSION CLEANUP
10
+
11
+
- Removed obsolete and irrelevant MIME mappings from `config/etc/nginx/globals/mime-types.conf` for legacy Java Web Start, legacy package formats, and obsolete browser component types.
12
+
- Kept modern MIME coverage for WordPress-hosted assets while trimming project-irrelevant legacy entries.
13
+
- Updated `config/etc/nginx/globals/compression-gzip.conf` and `config/etc/nginx/globals/compression-brotli.conf` to remove deprecated compression MIME aliases and legacy dead types.
14
+
- Aligned gzip and brotli compression type lists to prioritize modern text-based and web-relevant content types.
15
+
16
+
### 🔧 PHP AND MARIADB TUNING
17
+
18
+
- Updated the logic across the codebase to better optimize the server for a variety of configuration scenarios, including low an high memory environments.
19
+
20
+
7
21
## 2026-03-27
8
22
9
23
### 🐛 DEBUG MODE ADDED TO ALL INSTALL AND UPDATE SCRIPTS
0 commit comments