OXIESEC PANEL
- Current Dir:
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
clwpos
/
optimization_features
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/05/2025 09:34:13 AM
rwxr-xr-x
📄
__init__.py
845 bytes
08/21/2025 03:04:58 PM
rw-r--r--
📁
__pycache__
-
09/05/2025 09:36:39 AM
rwxr-xr-x
📄
configurations.py
4.1 KB
08/21/2025 03:04:58 PM
rw-r--r--
📄
features.py
57.1 KB
08/21/2025 03:04:58 PM
rw-r--r--
Editing: __init__.py
Close
# -*- coding: utf-8 -*- # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2022 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT # optimization_features - definitions and configurations of AccelerateWP optimization features from .configurations import ( convert_features_dict_to_interface, convert_feature_list_to_interface, disable_without_config_affecting, enable_without_config_affecting, DomainName, DocRootPath ) from .features import ( Issue, UniqueId, CompatibilityIssue, MisconfigurationIssue, Feature, _SiteOptimization, _ImageOptimization, ALL_OPTIMIZATION_FEATURES, SITE_OPTIMIZATION_FEATURE, OBJECT_CACHE_FEATURE, CDN_FEATURE, CRITICAL_CSS_FEATURE, IMAGE_OPTIMIZATION_FEATURE )