• Resolved sporbillis

    (@sporbillis)


    Hey guys,

    So I have been using the plugin and I started doing some optimizations/configurations to it but I don’t seem to improve the speed.

    When looking at gtmetrix the Speed Index and LCP are super slow. When I look at the waterfall there are many admin ajax lines that all of them show the litespeed plugin as the source. Take a look here: https://shorturl.at/exyDT

    This is my .htaccess in case you need it:

    # 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 \.litespeed_conf\.dat - [F,L]
    
    ### marker CACHE RESOURCE start ###
    RewriteRule 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 ###
    
    ### marker WEBP start ###
    RewriteCond %{HTTP_ACCEPT} "image/webp"
    RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
    RewriteCond %{HTTP_USER_AGENT} iPhone.*Version/(\d{2}).*Safari
    RewriteCond %1 >13
    RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
    ### marker WEBP end ###
    
    ### marker DROPQS start ###
    CacheKeyModify -qs:fbclid
    CacheKeyModify -qs:gclid
    CacheKeyModify -qs:utm*
    CacheKeyModify -qs:_ga
    ### marker DROPQS end ###
    
    </IfModule>
    ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
    # END LSCACHE
    # BEGIN NON_LSCACHE
    ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
    ### marker BROWSER CACHE start ###
    <IfModule mod_expires.c>
    ExpiresActive on
    ExpiresByType application/pdf A31557600
    ExpiresByType image/x-icon A31557600
    ExpiresByType image/vnd.microsoft.icon A31557600
    ExpiresByType image/svg+xml A31557600
    
    ExpiresByType image/jpg A31557600
    ExpiresByType image/jpeg A31557600
    ExpiresByType image/png A31557600
    ExpiresByType image/gif A31557600
    ExpiresByType image/webp A31557600
    
    ExpiresByType video/ogg A31557600
    ExpiresByType audio/ogg A31557600
    ExpiresByType video/mp4 A31557600
    ExpiresByType video/webm A31557600
    
    ExpiresByType text/css A31557600
    ExpiresByType text/javascript A31557600
    ExpiresByType application/javascript A31557600
    ExpiresByType application/x-javascript A31557600
    
    ExpiresByType application/x-font-ttf A31557600
    ExpiresByType application/x-font-woff A31557600
    ExpiresByType application/font-woff A31557600
    ExpiresByType application/font-woff2 A31557600
    ExpiresByType application/vnd.ms-fontobject A31557600
    ExpiresByType font/ttf A31557600
    ExpiresByType font/otf A31557600
    ExpiresByType font/woff A31557600
    ExpiresByType font/woff2 A31557600
    
    </IfModule>
    ### marker BROWSER CACHE end ###
    
    ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
    # END NON_LSCACHE
    
    # 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_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    RewriteEngine On
    RewriteRule .* - [E=Cache-Control:no-cache]
    # BEGIN LiteSpeed
    # The directives (lines) between "BEGIN LiteSpeed" and "END LiteSpeed" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule Litespeed>
    SetEnv noabort 1
    define("LITESPEED_CFG_HTACCESS", "/home/fitlywel/public_html/.htaccess");
    
    </IfModule>
    # END LiteSpeed

    I have also removed cloudflare from LS and it seems to have improved the situation a bit.

    Can you please help out? Have I misconfigured something? I can also provide access to you on the site if you need it!

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support qtwrk

    (@qtwrk)

    action=snp_popup_spend_time

    the admin ajax call contains this info , does this snp_popup ring bell to you ?

    Thread Starter sporbillis

    (@sporbillis)

    This is the ninja popup that appears when “user spends X amount of time on specific page”. I have already changed its settings to “load based on scroll” as soon as I submitted this request here. But it still feels a bit slow, is there anything else affecting something maybe due to missconfiguration?

    Plugin Support qtwrk

    (@qtwrk)

    are you setting up site URL and site path in different path ?

    please provide the report number , you can get it in toolbox -> report -> click “send to LiteSpeed”

    Thread Starter sporbillis

    (@sporbillis)

    I am not sure I follow the question, can you please clarify about this url and path what do you mean?

    Report:
    Report number:?EBFABQLE
    Report date:?05/20/2023 06:05:52

    Plugin Support qtwrk

    (@qtwrk)

    okay ? after you remove that pop up , the result looks all good to me https://gtmetrix.com/reports/www.fitlywell.com/SQOFWjTP/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible issues or misconfiguration’ is closed to new replies.