Forum Replies Created

Viewing 11 replies - 76 through 86 (of 86 total)
  • Thread Starter Jaro

    (@pixtweaks)

    Thank 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!

    Thread Starter Jaro

    (@pixtweaks)

    In 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 you

    Thread Starter Jaro

    (@pixtweaks)

    I 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 ??

    Thread Starter Jaro

    (@pixtweaks)

    Hello 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

    Thread Starter Jaro

    (@pixtweaks)

    This works, thank you!

    Thread Starter Jaro

    (@pixtweaks)

    Thank you, just emailed them!

    Thread Starter Jaro

    (@pixtweaks)

    So 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!

    Thread Starter Jaro

    (@pixtweaks)

    From 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!

    Thread Starter Jaro

    (@pixtweaks)

    Thank you, I’ll have a look.

    Thread Starter Jaro

    (@pixtweaks)

    Hello,
    I’m talking about shop page. Thank you!

    I 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

Viewing 11 replies - 76 through 86 (of 86 total)