antoniomanco
Forum Replies Created
-
Excellent. Thank you so much. Jetpack boost is a great alternative, it has greatly improved the performance of my site. I think it will be enhanced with this cookie solution and I am already recommending it to my WordPress colleagues. We remain attentive to the update.
Thanks for your reply, I’m checking the cache’s functionality from the browser. Is there any other way to check the correct functioning of the headers and not receive X-Jetpack-Boost-Cache: miss? When I refer to internal notes, they are only the entries, not pages. Thanks
Hello, thanks for answering my question. The responde in The x-jetpack-boost-cache: miss (cache no working) is only view for internal posts, not sections. For example: https://viajandoporperu.com/2024/03/19/semana-santa-2024-junin-invita-a-vivir-la-devocion-la-cultura-y-disfrutar-del-turismo/
I’ve updated the pages and everything, but miss still appears as a responseForum: Plugins
In reply to: [APCu Manager] Crash dashboardHello, I’m looking forward to any updates, today Monday I have high traffic and I need to activate Cloudflare. APCU is a good complement that keeps my database safe and I am sure that this incompatibility will be resolved soon.
Forum: Plugins
In reply to: [APCu Manager] Crash dashboardHello @pierrelannoy, yes.
Forum: Plugins
In reply to: [APCu Manager] Crash dashboardHello again: I deactivated the plugins one by one and I notice that the error occurs between APCU Manager and Cloudflare. The message is: “The plugin could not be activated because it caused a fatal error.”
Forum: Plugins
In reply to: [APCu Manager] Crash dashboardHello, for me version 3.8.3 continues to cause problems, I deactivated it again. I am running PHP 8.2 on all my site. I see “APCU “Dependencies check failed”
- This reply was modified 6 months, 3 weeks ago by antoniomanco.
- This reply was modified 6 months, 3 weeks ago by antoniomanco.
Forum: Plugins
In reply to: [Dynamic XML Sitemaps Generator for Google] Critical error in all sitemapsHello again, the Google News sitemap is now visible, but the XML sitemap is not visible. Is there a way to just leave the Google News Sitemap? Thank you
- This reply was modified 7 months, 4 weeks ago by antoniomanco.
Hello, I already whitelisted the Jetpack ips, both on Cloudflare and on the server itself. Can you check if xmlrpc.php is no longer locked? Thanks
Hello again, this is the number EYOLRASN
Forum: Plugins
In reply to: [LiteSpeed Cache] x-litespeed-cache: miss and other problemsMost of the settings appeared when LiteSpeed ??was installed, they were placed by the plugin and the suggested presets. Or isn’t it okay to allow LiteSpeed ??to modify htaccess? Can you tell me what is wrong or what should I delete?
Forum: Plugins
In reply to: [LiteSpeed Cache] x-litespeed-cache: miss and other problemsHere to my htaccess, the only thing active is LiteSpeed ??cache.
<filesMatch ".(css|jpg|jpeg|png|gif|js|ico)$"> Header set Cache-Control "max-age=0, public" </filesMatch> BEGIN LSCACHE LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! RewriteEngine on CacheLookup on RewriteRule .* - [E=Cache-Control:no-autoflush] RewriteRule .litespeed_conf.dat - [F,L] marker MOBILE start RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC] RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+ismobile] marker MOBILE end marker CACHE RESOURCE start RewriteRule wp-content/./[^/](responsive|css|js|dynamic|loader|fonts).php - [E=cache-control:max-age=3600] marker CACHE RESOURCE end marker LOGIN COOKIE start RewriteRule .? - [E=Cache-Vary:_lscache_vary] marker LOGIN COOKIE end marker FAVICON start RewriteRule favicon.ico$ - [E=cache-control:max-age=86400] marker FAVICON end marker DROPQS start CacheKeyModify -qs:fbclid CacheKeyModify -qs:gclid CacheKeyModify -qs:utm* CacheKeyModify -qs:_ga marker DROPQS end LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! END LSCACHE BEGIN NON_LSCACHE LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! marker BROWSER CACHE start ExpiresActive on ExpiresByType application/pdf A3600 ExpiresByType image/x-icon A3600 ExpiresByType image/vnd.microsoft.icon A3600 ExpiresByType image/svg+xml A3600 ExpiresByType image/jpg A3600 ExpiresByType image/jpeg A3600 ExpiresByType image/png A3600 ExpiresByType image/gif A3600 ExpiresByType image/webp A3600 ExpiresByType video/ogg A3600 ExpiresByType audio/ogg A3600 ExpiresByType video/mp4 A3600 ExpiresByType video/webm A3600 ExpiresByType text/css A3600 ExpiresByType text/javascript A3600 ExpiresByType application/javascript A3600 ExpiresByType application/x-javascript A3600 ExpiresByType application/x-font-ttf A3600 ExpiresByType application/x-font-woff A3600 ExpiresByType application/font-woff A3600 ExpiresByType application/font-woff2 A3600 ExpiresByType application/vnd.ms-fontobject A3600 ExpiresByType font/ttf A3600 ExpiresByType font/otf A3600 ExpiresByType font/woff A3600 ExpiresByType font/woff2 A3600 marker BROWSER CACHE end LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! END NON_LSCACHE BEGIN HTTPS Redirection personalizada RewriteEngine On RewriteRule ^tags/(.)$ /tag/$1 [R=301,NC,L] RewriteRule ^amp/tag/(.)$ /tag/$1 [R=301,NC,L] RedirectMatch 301 ^/([^/]+)-(\d+)$ https://midomain.com/$1 END HTTPS Redirection personalizada BEGIN WordPress Las directivas (líneas) entre ?BEGIN WordPress? y ?END WordPress? son generadas dinámicamente y solo deberían ser modificadas mediante filtros de WordPress. Cualquier cambio en las directivas que hay entre esos marcadores serán sobrescritas. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] END WordPress Header set Cache-Control "no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires 0 BEGIN WordPress HEADERS SECURITY ADVANCED & HSTS WP VERSION 5.0.21 Header set Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" END WordPress HEADERS SECURITY ADVANCED & HSTS WP VERSION 5.0.21 Headers Security Advanced & HSTS WP 5.0.21 Header always set X-XSS-Protection "1; mode=block" Header always set X-Content-Type-Options "nosniff" Header always set Referrer-Policy "strict-origin-when-cross-origin" Header set Access-Control-Allow-Origin "null" Header set Access-Control-Allow-Methods "GET,PUT,POST,DELETE" Header set Access-Control-Allow-Headers "Content-Type, Authorization" Header set X-Content-Security-Policy "img-src *; media-src * data:;" Header always set Content-Security-Policy "upgrade-insecure-requests;" Header always set X-Frame-Options "SAMEORIGIN" Header always set Permissions-Policy "accelerometer=(), autoplay=(), camera=(), fullscreen=, geolocation=(self), gyroscope=(), microphone=(), payment=" Header set X-Permitted-Cross-Domain-Policies "none" END Headers Security Advanced & HSTS WP BEGIN cPanel-generated php ini directives, do not edit Manual editing of this file may result in unexpected behavior. To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) php_flag display_errors Off php_value max_execution_time 30 php_value max_input_time 60 php_value max_input_vars 1000 php_value memory_limit 512M php_value post_max_size 8M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php81" php_value upload_max_filesize 4M php_flag zlib.output_compression On php_flag display_errors Off php_value max_execution_time 30 php_value max_input_time 60 php_value max_input_vars 1000 php_value memory_limit 512M php_value post_max_size 8M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php81" php_value upload_max_filesize 4M php_flag zlib.output_compression On END cPanel-generated php ini directives, do not edit php -- BEGIN cPanel-generated handler, do not edit Set the “ea-php81” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php81 .php .php8 .phtml php -- END cPanel-generated handler, do not edit
- This reply was modified 1 year, 6 months ago by antoniomanco.
Forum: Plugins
In reply to: [LiteSpeed Cache] x-litespeed-cache: miss and other problemsHello, browser cache is active in the plugin at this moment. Can’t you see it?
Forum: Plugins
In reply to: [LiteSpeed Cache] x-litespeed-cache: miss and other problemsHello, I deleted “private cache and must revalidate” for enlinea.pe and viajandoporperu.com
How do you see it now? Is LiteSpeed ??already working?
Thanks for the support
Forum: Plugins
In reply to: [LiteSpeed Cache] x-litespeed-cache: miss and other problemsHello, I already made changes to enlinea.pe, viajandoporperu.com and cultural13deenero.com. Could you check if LiteSpeed ??is working fine? Thank you