Jaro
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Caching and optimization doesn’t workThank you Erik, I didn’t know about 404 error.
I solved the issue! There were 2 problems. In root folder .htaccess there was WP basic command
# BEGIN WordPress
<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
I removed it and 404s disappeared.
Second, as Tishu suggested to check advanced-cache.php
It was check and when I unchecked it, caching and optimization started to work. There is a code from WP-Rocket that was installed on this site before.Now shell I leave advanced-cache.php off or turn it on and delete all its content?
Thank you for your help!Forum: Plugins
In reply to: [LiteSpeed Cache] Caching and optimization doesn’t workIn the setting, the Caching is on for sure. Before I had WP Rocket on this site, but I had WP Rocket on the others too. As well the same configuration I recently made on another server and worked all fine right away.
I tried to turn off all plugins and no change.
Any other ideas why it doesn’t work?
Thank youForum: Plugins
In reply to: [LiteSpeed Cache] Caching and optimization doesn’t workI have changed it to cache only /wp-content/upload/ but I have another 3 sites on the same server with the same settings and on all LS cache works great from the very first moment.
And I have set up CSS/JS combination, HTML minification and this is not visible in HTML, so to me for some reason, it doesn’t work ??Forum: Plugins
In reply to: [LiteSpeed Cache] Caching and optimization doesn’t workHello Lisa,
no, it’s still not working. Here is .htaccess
Any suggestions I can do to make it work? Thank you!# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
RewriteRule min/\w+\.(css|js) – [E=cache-control:no-vary]### marker CACHE RESOURCE start ###
RewriteRule como/wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php – [E=cache-control:max-age=3600]
### marker CACHE RESOURCE end ###### marker FAVICON start ###
RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
### marker FAVICON end ###</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE
#access from IP only
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} ^(.*)?/como/wp-login\.php(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
RewriteCond %{REMOTE_ADDR} !^*\.*\.*\.*$ /*this is access to site only from my ip, been just anonymised */
RewriteRule ^(.*)$ – [R=403,L]
</IfModule>
#End of access from IP only# BEGIN WordPress
<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
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] HomepageThis works, thank you!
Forum: Plugins
In reply to: [Autoptimize] Deleting cache takes long timeThank you, just emailed them!
Forum: Plugins
In reply to: [Autoptimize] Deleting cache takes long timeSo I tried it. I think the main issue was in overall slow back end. Now when I’m thinking, I wrote I was clearing AO cache from the admnin bar but actually, I was trying to identify problematic css file. So I was deleting few filenames from exclusion list and pressing button Save changes and empty cache. That is up to 18 seconds till the page is refreshed.
I tried the same thing on fresh installation and with fast back-end and it was quite fast – 1.3 sec.So it leads me to reformulate my request: Any chance to list all CSS files that are currently combined and with the click on checkbox I can exclude them, clear cache, and no page refresh? I think that would save a lot of time for many people.
Thank you so much for your interest and work!
Forum: Plugins
In reply to: [Autoptimize] Deleting cache takes long timeFrom tool bar, cache is about 250kb on this particular site. On other site is 1.4mb and time to clear it is about the same.
Thank you!
Forum: Themes and Templates
In reply to: [Azera Shop] Number of products in rowThank you, I’ll have a look.
Forum: Themes and Templates
In reply to: [Azera Shop] Number of products in rowHello,
I’m talking about shop page. Thank you!Forum: Plugins
In reply to: [iQ Block Country] Allow countriesI would be interesting in allowing only certain countries as well. My GA shows still traffic from blocked countries so rather I would block whole world and allow countries I’m interested in. Thank you very much for your effort!
Regards,
Jaro