| Extension |
Status |
Description |
Recommended For |
Performance Impact |
| INTL |
✅ Installed
|
Internationalization extension for locale-aware formatting of dates, numbers, and currencies |
Recommended for multilingual sites or sites needing locale-aware date, number, and currency formatting
|
Low impact: Enables Twig intl filters (format_date, format_number, format_currency)
|
| IMAGICK |
✅ Installed
|
Advanced image processing library with support for 200+ image formats |
Recommended for sites with heavy image processing, advanced image effects, or PDF generation needs
|
High impact for image operations, no impact if not used
|
| OPCACHE |
✅ Installed
|
PHP bytecode cache that dramatically improves performance |
Recommended for all production sites - provides 2-5x performance improvement with no downsides
|
Very high impact: 2-5x faster page loads, 50% less memory usage
|
| APCU |
⚠️ Not Installed
|
Fast in-memory user cache for single-server applications |
Recommended for most sites - zero-config caching that works immediately on single-server setups
|
Medium-high impact: Much faster than filesystem cache, instant setup
|
| REDIS |
✅ Installed
|
In-memory data structure store for caching and session storage |
Recommended for high-traffic sites needing advanced caching, session clustering, or real-time features
|
Medium-high impact: Fast caching, improved session performance
|
| MEMCACHED |
⚠️ Not Installed
|
High-performance, distributed memory object caching system |
Recommended for high-traffic sites (1000+ daily visitors) or multi-server setups requiring shared caching
|
Medium impact: Faster template caching, reduced database load
|
| Config | Value |
| env |
prod |
| template |
/www/htdocs/v075328/sandbox.brockert.de/site-assets/stacks/ws.tcms3.core/tcms/resources/templates |
| datadir |
/www/htdocs/v075328/tcms-data |
| tmpdir |
/www/htdocs/v075328/sandbox.brockert.de/site-assets/stacks/ws.tcms3.core/tcms/tmp |
| cachedir |
/www/htdocs/v075328/sandbox.brockert.de/site-assets/stacks/ws.tcms3.core/tcms/cache |
| domain |
www.sandbox.brockert.de |
| url |
https://www.sandbox.brockert.de |
| api |
/site-assets/stacks/ws.tcms3.core/tcms |
| locale |
de_DE |
| timezone |
Europe/Berlin |
| notfound |
/404 |
| debug |
false |
| cache |
apcu: true
filesystem: true
redis: true
memcached: true
redisConfig: {
host: 127.0.0.1
port: 6379
timeout: 1
password: null
database: 0
}
memcachedConfig: {
host: 127.0.0.1
port: 11211
}
|
| session |
name: null
cookie_domain:
cookie_path: /
cookie_samesite: Lax
cache_expire: 0
cache_limiter:
cookie_secure: true
cookie_httponly: true
cookie_lifetime: 0
gc_maxlifetime: 86400
use_trans_sid: false
use_only_cookies: true
conflictStrategy: preserve
|
| logger |
name: totalcms
path: /www/htdocs/v075328/sandbox.brockert.de/site-assets/stacks/ws.tcms3.core/tcms/config/../logs
filename: totalcms.log
level: 100
maxFiles: 10
permissions: 509
|
| error |
display_error_details: false
log_errors: true
log_error_details: true
|
| imageworks |
watermarksGallery: watermarks
watermarkFontsDepot: watermark-fonts
defaults: {
fm: jpg
q: 92
}
presets: {
small: {
w: 300
h: 200
}
small-crop: {
w: 300
h: 300
fit: crop-focalpoint
}
medium: {
w: 600
h: 400
}
medium-crop: {
w: 600
h: 600
fit: crop-focalpoint
}
}
|
| auth |
enable: false
collection: auth
maxAttempts: 10
downloadMaxAttempts: 25
deniedTimeout: 7
deniedDefaultRedirect: /
persistentLoginDays: 30
forgotPasswordMailerId:
resetTokenExpiry: 30
|
| htmlclean |
enabled: true
allowed_css_properties: [
color
background-color
font-size
font-weight
font-style
font-family
text-align
text-decoration
margin
margin-left
margin-right
margin-top
margin-bottom
padding
padding-left
padding-right
padding-top
padding-bottom
border
line-height
list-style-type
width
height
max-width
max-height
display
]
|
| dashboard |
pagination: 50
title: Brockert Total CMS Admin
accent: #4d91e2
keepIdOnDuplicate: false
|
| smtp |
host: v075328.kasserver.com
port: 25
secure: tls
from: stephan.brockert@brockert.de
fromName: Stephan Brockert
to: stephan.brockert@brockert.de
username: v07532816
password: 4UNrVrFGgpQHou4k
password-confirm: 4UNrVrFGgpQHou4k
|
| mailer |
ratePerIp: 10
ratePerTemplate: 50
rateWindow: 300
|