Destacada

Publicar en grupos

Mejora tu wp-config.php con estas lineas

 define( 'AUTOSAVE_INTERVAL', 300);

define( 'CONCATENATE_SCRIPTS', true );

define( 'COMPRESS_CSS', true );

define( 'COMPRESS_SCRIPTS', true );

define('WP_MEMORY_LIMIT', '256M');

define('POST_MAX_SIZE', '256M');

define('ALLOW_UNFILTERED_UPLOADS', true);

define( 'WP_CACHE', true );

define( 'EMPTY_TRASH_DAYS', 30 );

Aprende más en https://alvarofontela.com/configurar-wp-config-php-wordpress/


define( 'WP_HOME', 'https://tienda.estilopropiomx.com' );

define( 'WP_SITEURL', 'https://tienda.estilopropiomx.com' );


define( 'CONCATENATE_SCRIPTS', true );

define( 'COMPRESS_CSS', true );

define( 'COMPRESS_SCRIPTS', true );

define('WP_MEMORY_LIMIT', '256000M');

define('POST_MAX_SIZE', '256M');

define('ALLOW_UNFILTERED_UPLOADS', true);

define( 'WP_ENVIRONMENT_TYPE', 'production' );

Post a Comment

Previous Post Next Post