CitationWarning: include( [...] /public_html/wp-content/advanced-cache.php): Failed to open stream: No such file or directory in [...] /public_html/wp-settings.php on line 98
Warning: [...] /public_html/wp-content/advanced-cache.php): Failed to open stream: No such file or directory in [...] /public_html/wp-settings.php on line 98
Warning: include(): Failed opening '/home1/webandse/domains/albatravelitalie.com/public_html/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/php81/lib/php') in [...] /public_html/wp-settings.php on line 98
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for theresponsive-lightboxdomain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinitaction or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in [...] /public_html/wp-includes/functions.php on line 6114
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in [...] /public_html/wp-content/themes/architect/options/php-po/php-po.php on line 187
Notice: La fonction _load_textdomain_just_in_time a été appelée de façon incorrecte. Le chargement de la traduction pour le domainemythemeshopa été déclenché trop tôt. Cela indique généralement que du code dans l'extension ou le thème s'exécute trop tôt. Les traductions doivent être chargées au moment de l'actioninitou plus tard. Veuillez lire Débogage dans WordPress (en) pour plus d'informations. (Ce message a été ajouté à la version 6.7.0.) in [...] /public_html/wp-includes/functions.php on line 6114
Notice: La fonction add_submenu_page a été appelée de façon incorrecte. Le septième paramètre passé àadd_submenu_page()
devrait être un nombre entier représentant une position de menu. Veuillez lire Débogage dans WordPress (en) pour plus d'informations. (Ce message a été ajouté à la version 5.3.0.) in [...] /public_html/wp-includes/functions.php on line 6114
// Activation du mode debug
define( 'WP_DEBUG', true );// Enregistrement des erreurs dans /wp-content/debug.log
define( 'WP_DEBUG_LOG', true );// Non-affichage public des erreurs sur le site WordPress
define( 'WP_DEBUG_DISPLAY', true );
function remove_unused_image_sizes() {
$allowed_sizes = array( 'thumbnail', 'medium', 'large' );
$registered_sizes = get_intermediate_image_sizes();
foreach ( $registered_sizes as $size ) {
if ( ! in_array( $size, $allowed_sizes ) ) {
remove_image_size( $size );
}
}
}
add_action('init', 'remove_unused_image_sizes');function remove_default_image_sizes($sizes) {
unset($sizes['thumbnail']); // Désactiver la taille 'thumbnail'
unset($sizes['medium']); // Désactiver la taille 'medium'
unset($sizes['large']); // Désactiver la taille 'large'
return $sizes;
}
add_filter('intermediate_image_sizes_advanced', 'remove_default_image_sizes');


cd . ; echo "Detail de consommation Inodes pour : $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n"cd ./domains/ ; echo "Detail de consommation Inodes pour : $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n"cd ./domains/example.com/public_html/ ; echo "Detail de consommation Inodes pour : $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n"cd ./domains/example.com/public_html/wp-content/ ; ... ;
cd ./domains/example.com/public_html/wp-content/uploads/ ; ... ;
<?php phpinfo(); ?># Gzip compression through htaccess by MassiveHoster.com,
# src : https://forum.massivehoster.com/massivehoster-academy/
<IfModule mod_deflate.c>
# Active compression
SetOutputFilter DEFLATE
# Force deflate for mangled headers
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
# Don't compress images and other uncompressible content
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g)$ no-gzip dont-vary
</IfModule>
</IfModule>
# Compress all output labeled with one of the following MIME-types
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/xhtml+xml \
application/xml \
font/opentype \
image/svg+xml \
image/x-icon \
text/css \
text/html \
text/plain \
text/x-component \
text/xml \
font/ttf \
font/otf \
font/woff \
font/woff2
</IfModule>
<IfModule mod_headers.c>
Header append Vary: Accept-Encoding
</IfModule>
</IfModule>
<IfModule mod_mime.c>
AddType text/html .html_gzip
AddEncoding gzip .html_gzip
</IfModule>
<IfModule mod_setenvif.c>
SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
</IfModule>
<IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML and fonts
# (optional, more readable and covers a wider range of mime types)
AddOutputFilterByType DEFLATE application/atom_xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-httpd-eruby
AddOutputFilterByType DEFLATE application/x-httpd-fastphp
AddOutputFilterByType DEFLATE application/x-httpd-php
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE font/opentype
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE font/woff
AddOutputFilterByType DEFLATE font/woff2
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
</IfModule>