Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter caersbart

    (@caersbart)

    With a bit trial and error the following code fixed the problem

    #bookingAffiliateWidget_01030f25-680a-xxx-xxx-548e31e65b75 {

    z-index: 99 !important;
    }

    Thanks for your help and the plug-in

    Thread Starter caersbart

    (@caersbart)

    Hello Marko, that did help, thank you for the solution.
    I do get another warning:

    Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
    A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
    To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
    Note that for performance reasons, only the first access to one of the properties is shown.
    1 bron
    lazyload.min.js:1
    Thread Starter caersbart

    (@caersbart)

    Thank you for your help @vmarko.
    Have a nice weekend.

    Thread Starter caersbart

    (@caersbart)

    The problem seems to be resolved
    I removed this code in the .htaccess in the themes folder.
    Don’t now how it got there but I guess it’s harmless to delete it. My site doesn’t brake down any more and the CWV en speed seems oke.

    # BEGIN Expire headers

    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/mp4 “access plus 1 year”
    ExpiresByType video/mpeg “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 application/x-shockwave-flash “access plus 1 month”

    # END Expire headers`

    # BEGIN Cache-Control Headers
    
    <filesMatch "\.(ico|jpeg|jpg|png|gif|swf|pdf|svg|js|flv)$">
    Header set Cache-Control "max-age=84600, public"
    
    # END Cache-Control Headers
    Thread Starter caersbart

    (@caersbart)

    @vmarko, I’ve got a lot of net::ERR_ABORTED 500 cache errors
    I didn’t purched but removed some clutter from the .htaccess and the website seems to be fine again, no idea if that did the trick. I will follow it up.

    Weird is goes fine and than after 24h the style is broken, only the front page.

    I appreciate your help, thanks

    • This reply was modified 4 years, 11 months ago by caersbart.
    • This reply was modified 4 years, 11 months ago by caersbart.
    • This reply was modified 4 years, 11 months ago by caersbart.
    Thread Starter caersbart

    (@caersbart)

    Hello @vmarko,

    As I tought the problem is back after 24h, I didn’t purched the caches so you could see the brake-down (it’s only the frontpage, mobile and desktop).

    I use the proxy cache plugin and have Varnish and Redis installed on my server.

    When I will purche all my caches the problem will be away for 24h

    • This reply was modified 4 years, 11 months ago by caersbart.
    • This reply was modified 4 years, 11 months ago by caersbart.
    Thread Starter caersbart

    (@caersbart)

    Hello @vmarko,

    thanks for the fast reply. I’ve purched the caches this morning and then the problem is gone. Probably tomorrow after the renewal the problem will occur again. I will give you notice when the problem is coming up again.

    The reverse proxy is enabled (altough I also have the proxy cache plugin witch state: Plugin: W3-total-cache : This type of caching plugin does not work well with server side caching. (Active)) But I guess this is not related to my problem?

    Thread Starter caersbart

    (@caersbart)

    Hallo @maybellyne,

    I figured out I just had to update profile page. Thanks for your reply.

    Have a nice day,

    Bart

    Thread Starter caersbart

    (@caersbart)

    So I guess there is no solution for my problem? The people at Colorlib advised me to use another plug-in but I like WP-Optimize.

    Thread Starter caersbart

    (@caersbart)

    @bornforphp Thanks for the reply. It didn’t help.

    At this moment the toggle Proces HTML and CSS are ON, The JavaScript toggle is OFF. The hamburger menu works fine now. If I turn the JavaScript toggle On the menu doesn’t collapse any more.

    Colorlib advised me to use another Cahing plug-in because they don’t see problems there. Bit I like the WP-Optimize plug-in. This said, I hope there is a solution because it doesn’t benefits my pagespeed score

    • This reply was modified 5 years, 5 months ago by caersbart.
    • This reply was modified 5 years, 5 months ago by caersbart.
    • This reply was modified 5 years, 5 months ago by caersbart.
Viewing 10 replies - 1 through 10 (of 10 total)