Options +FollowSymLinks<IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 1 month"
</IfModule>
#Begin gzip and deflate<IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/css application/x-javascript text/plain text/xml image/x-icon</IfModule>
<IfModule mod_pagespeed_ap24.c> ModPagespeed off ModPagespeedEnableFilters rewrite_css,combine_css ModPagespeedEnableFilters recompress_images ModPagespeedEnableFilters collapse_whitespace,remove_comments</IfModule> # BEGIN WordPress<IfModule mod_rewrite.c>RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]RewriteBase /RewriteRule ^index\.php$ - [L] RewriteRule ^favicon.ico$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule># END WordPress###- Hosting Optimization -###### Start<IfModule mod_headers.c> Header unset ETag FileETag None</IfModule><IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/phtml AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE text/javascript</IfModule><IfModule mod_expires.c> ExpiresActive On ExpiresDefault A0 <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$"> ExpiresDefault A29030400 Header append Cache-Control "public" </FilesMatch> <FilesMatch "\.(gif|jpg|jpeg|js|png|swf|css)$"> ExpiresDefault A604800 Header append Cache-Control "public" </FilesMatch> <FilesMatch "\.(xml|txt|html)$"> ExpiresDefault A7200 Header append Cache-Control "proxy-revalidate" </FilesMatch> <FilesMatch "\.(php|cgi|pl|htm)$"> ExpiresActive Off Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform" Header set Pragma "no-cache" </FilesMatch></IfModule>### End# php -- BEGIN cPanel-generated handler, do not edit# NOTE this account's php is controlled via FPM and the vhost, this is a place holder.# Do not edit. This next line is to support the cPanel php wrapper (php_cli).# AddType application/x-httpd-ea-php70 .php .phtml# php -- END cPanel-generated handler, do not edit# 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)<IfModule php7_module> php_flag display_errors Off php_value max_execution_time 600 php_value max_input_time 300 php_value max_input_vars 2000 php_value memory_limit 512M php_value post_max_size 110M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php70" php_value upload_max_filesize 100M php_flag zlib.output_compression Off</IfModule># END cPanel-generated php ini directives, do not edit
--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/0c8c3ab9-536f-459d-8ed0-ea86f17142c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for reply Otto, indeed that fixes the problem, but after some time the issue comes back with all those 404 erros. I tried multiple enable/disable filters, but without luck.
--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/710a9524-633e-4ca2-afb9-174833d24fbd%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/38cd618e-f1ed-4f24-904e-3409277b7fb9%40googlegroups.com.
[Mon, 12 Feb 2018 12:55:10 GMT] [Warning] [9584] Fetch failed for /wp-content/cache/busting/1/wp-includes,_js,_jquery,_jquery-migrate.min-1.4.1.js+wp-content,_plugins,_woocommerce-multilingual,_res,_js,_front-scripts.min-4.2.9.js.pagespeed.jc.O7UBAjt5Dv.js, status=404
[Mon, 12 Feb 2018 12:55:10 GMT] [Warning] [9584] wp-content/cache/busting/1/wp-includes,_js,_jquery,_jquery-migrate.min-1.4.1.js+wp-content,_plugins,_woocommerce-multilingual,_res,_js,_front-scripts.min-4.2.9.js.pagespeed.jc.O7UBAjt5Dv.js resource_404_count: not found (404)
Hello again Otto, i don't know exactly what is happening with pagespeed mode on my wordpress, but for ex today is working and the 2nd day all i get is 404 errors resource not found, and my website is not working properly.
# LBROWSERCSTART Browser Caching<IfModule mod_expires.c>ExpiresActive OnExpiresByType image/gif "access 1 year"ExpiresByType image/jpg "access 1 year"ExpiresByType image/jpeg "access 1 year"ExpiresByType image/png "access 1 year"ExpiresByType image/x-icon "access 1 year"ExpiresByType text/css "access 1 month"ExpiresByType text/javascript "access 1 month"ExpiresByType text/html "access 1 month"ExpiresByType application/javascript "access 1 month"ExpiresByType application/x-javascript "access 1 month"ExpiresByType application/xhtml-xml "access 1 month"ExpiresByType application/pdf "access 1 month"ExpiresByType application/x-shockwave-flash "access 1 month"ExpiresDefault "access 1 month"</IfModule># END Caching LBROWSERCEND<IfModule pagespeed_module> # Turn on mod_pagespeed. To completely disable mod_pagespeed, you # can set this to "off". ModPagespeed onModPagespeedEnableFilters add_headModPagespeedEnableFilters inline_imagesModPagespeedEnableFilters inline_javascriptModPagespeedEnableFilters rewrite_imagesModPagespeedDomain botezdepoveste.roModPagespeedEnableFilters local_storage_cache</Ifmodule># BEGIN WordPress<IfModule mod_rewrite.c>RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]RewriteBase /RewriteRule ^index\.php$ - [L] RewriteRule ^favicon.ico$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !pagespeed--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/0049abb1-063d-4c4d-94b0-b745e2302bf8%40googlegroups.com.
The host told me that they set the path to wp-content and i'm using a cache plugin (wp -rocket) for transforming dynamic to static.
[Sat, 17 Feb 2018 17:43:54 GMT] [Warning] [21752] x/wp-content/cache/busting/1/wp-includes,_js,_jquery,_jquery-migrate.min-1.4.1.js+wp-content,_plugins,_woocommerce-multilingual,_res,_js,_front-scripts.min-4.2.9.js.pagespeed.jc.O7UBAjt5Dv.js resource_404_count: not found (404)
[Sat, 17 Feb 2018 17:43:54 GMT] [Warning] [21752] Fetch failed for x/wp-content/cache/busting/1/wp-includes,_js,_jquery,_jquery-migrate.min-1.4.1.js+wp-content,_plugins,_woocommerce-multilingual,_res,_js,_front-scripts.min-4.2.9.js.pagespeed.jc.O7UBAjt5Dv.js, status=404
[Sat, 17 Feb 2018 17:43:54 GMT] [Info] [21752] HTTPCache key=x/wp-content/cache/busting/1/wp-content/plugins/woocommerce-multilingual/res/js/front-scripts.min-4.2.9.js fragment=botezdepoveste.ro: remembering recent failure for 228 seconds.
[Sat, 17 Feb 2018 17:43:54 GMT] [Info] [21752] HTTPCache key=x/wp-content/cache/busting/1/wp-includes/js/jquery/jquery-migrate.min-1.4.1.js fragment=botezdepoveste.ro: remembering recent failure for 227 seconds.
[Sat, 17 Feb 2018 17:43:53 GMT] [Warning] [21752] x/wp-content/cache/busting/1/wp-includes,_js,_jquery,_jquery-migrate.min-1.4.1.js+wp-content,_plugins,_woocommerce-multilingual,_res,_js,_front-scripts.min-4.2.9.js.pagespeed.jc.O7UBAjt5Dv.js resource_404_count: not found (404)
[Sat, 17 Feb 2018 17:43:53 GMT] [Warning] [21752] Fetch failed for x/wp-content/cache/busting/1/wp-includes,_js,_jquery,_jquery-migrate.min-1.4.1.js+wp-content,_plugins,_woocommerce-multilingual,_res,_js,_front-scripts.min-4.2.9.js.pagespeed.jc.O7UBAjt5Dv.js, status=404
--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/ce0b9da5-a6c2-4f58-a190-1b5c012094c3%40googlegroups.com.
Hey again Otto i have done what you've told me.. but without luck...