I understand that the server, the theme, and the plugins I choose can contribute to this issue, and that I need to use a caching plugin like Litespeed or W3 Total Cache.
But if I’ve done all of the following – chosen optimized themes and plugins, reduced the number of plugins, improved my server settings, and installed and configured a caching plugin – and Lighthouse still says reduce the javascript and css, what other steps can I take?
With different caching plugins, when I minify, combine, and delay the javascript or choose similar options for css, I find it negatively impacts the display of my site. Is there a plugin or tool that allows for optimizing java and css with minimal impact on the site? Or is there something else I can do or try?
]]>Your site may not be ready for Site Kit
Looks like Site Kit is unable to place or detect tags on your site. This can be caused by using certain caching or maintenance mode plugins or your site’s frontend is configured on a different host or infrastructure than your administration dashboard.
Can another caching plugin be used instead of the basic Bunny one for normal cache integration?
Like WP Rocket or LS Cache [for LiteSpeed Enterprise server environment]?
They have a section for CDN configuration, so I assume it should work, or?
And if implementing your plugin as well as the normal Bunny WP optimizations/asset caching is there a need for a caching plugin to optimize stuff as well, or just to purge when updates occur?
What are your suggestions for LiteSpeed server, as LS has a bunch of caching going on.
Thanks in advance!
]]>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_expires.c>
ExpiresActive On
# Images
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/webp "access plus 1 year"
ExpiresByType image/svg+xml "access plus 1 year"
ExpiresByType image/x-icon "access plus 1 year"
# Video
ExpiresByType video/webm "access plus 1 year"
ExpiresByType video/mp4 "access plus 1 year"
ExpiresByType video/mpeg "access plus 1 year"
# Fonts
ExpiresByType font/ttf "access plus 1 year"
ExpiresByType font/otf "access plus 1 year"
ExpiresByType font/woff "access plus 1 year"
ExpiresByType font/woff2 "access plus 1 year"
ExpiresByType application/font-woff "access plus 1 year"
# CSS, JavaScript
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
# Others
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType image/vnd.microsoft.icon "access plus 1 year"
</IfModule>
<ifModule mod_headers.c>
Header set X-Endurance-Cache-Level "2"
</ifModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
I currently use Bluehost and I know that the following section in my .htaccess is from Bluehosts’ built in caching system:
<ifModule mod_headers.c>
Header set X-Endurance-Cache-Level "2"
</ifModule>
<IfModule mod_rewrite.c>
Could this be overriding my caching settings? If so, should I just disable Bluehosts’ built-in caching system completely and install a caching plugin like WP Rocket?
Thanks!
]]>Tried different settings in LiteSpeed Cache, such as Enable/Disable ESI and Turning off the Cache Comment Form option.
Any other suggestions on how to have LiteSpeed and wpDiscuz be able to be used on the same site?
]]>However, the mini-cart on all other pages updates correctly.
This behavior occurs when WooCommerce is used with either “WP Fastest Cache”, “A2 Fixed W3 Total Cache” or “W3 Total Cache”.
I have contacted support for “W3 Total Cache”, and he is not seeing the /?wc-ajax=get_refreshed_fragments on the homepage.
The site is currently using:
Aside from downloading a cache plugin, how complex is the code to integrate into .htaccess? I don’t use a caching plugin because I implement browser caching, expiry headers and gzip compression all with basic code.
Has there been a release of code that can be implemented the same way, without having to install and run another plugin? I searched the www.remarpro.com forums but could not find anyone talking about this particular inquiry. Thanks!
]]>Now that it’s been over 8 months since the last update, it’s telling as Google has been changing a lot of things up and this plugin isn’t keeping up with the times. Caching plugins like WP Rocket have stepped on their turf giving customers exactly what they need while W3TC languishes. It’s a shame since it was always a powerful one.
]]>I was attempting to install WP Super Cache. I can download it after clicking on the WP Super Cache link, from the popup, but then when inside the WordPress plugin list it has a big question mark icon and says not available. This also happens when I attempt to upload it from my computer. It is not the hosting, GoDaddy, I talked with them and they duplicated my setup and had no problem getting and installing it. Other people say they have no issues. What can be causing this?
]]>