Skip to content

Commit df1e62d

Browse files
Tux82claude
andcommitted
v1.24.1 — Dashboard speed + www ServerAlias for apex vhosts
### Performance - Dashboard load (5+s with 31 domains) — /api/accounts?action=list was running du + db_size for every user on every dashboard load. Added ?limit=N and ?skip_disk=1 query params; dashboard now uses limit=6&skip_disk=1. ### Bug Fixes - Apex vhosts missing www ServerAlias — the CF tunnel auto-creates the www CNAME but the Apache vhost only listened on ServerName. add_domain.sh and restore_account.sh now add ServerAlias www.{domain} for apex domains. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 809d222 commit df1e62d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TiCore/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Version
1010
{
11-
const APP_VERSION = '1.24';
11+
const APP_VERSION = '1.24.1';
1212

1313
/**
1414
* Return current version string (strips stacked beta suffixes if present).

0 commit comments

Comments
 (0)