• Resolved Guillermo77

    (@guillermo77)


    If I understand good, I have activated the inline UCSS, one time is processed, the load file UCSS .css will be removed? Yes or not?

    If is not, how I can preload the file .css

    Also I like know if this is necesary, for out ucss before the /head

    add_filter(‘litespeed_optm_html_after_head’,’__return_true’)

    One idea is use the critical css by post type, until the UCSS is processed completely.

    Another question, I remove the query versions, but the UCSS file have one ?version Why no remove it? Just one idea

    • This topic was modified 3 months, 2 weeks ago by Guillermo77.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support qtwrk

    (@qtwrk)

    if you enable inline UCSS, then the UCSS will be embedded into the header section as inline style

    I am not sure what do you mean on your 2nd question

    Thread Starter Guillermo77

    (@guillermo77)

    Thank you for your answer

    I like know if the combined CSS external file no load more after the UCSS Inline is processed.

    I dont no how many URL the system process by day, how many days need fo complete the UCSS, in that time maybe is posible use preload in the head or htaccess.

    I use preload as style and script in the .htpaccess for the external file css of my theme and some critical js, maybe the plugin can use the preload or put one option, just one idea.

    The question was why no quit the version of the css for use the preload
    litespeed/css/asdfgh4bf3bd843c4b157db316970968.css?ver=3716a

    Thread Starter Guillermo77

    (@guillermo77)

    and about this filter is necessary? For what is this?

    add_filter(‘litespeed_optm_html_after_head’,’__return_true’)

    Plugin Support qtwrk

    (@qtwrk)

    that add_filter just move the position of UCSS, it doesn’t change its content

    once UCSS is generated, the combined CSS won’t be used anymore , and only use UCSS only since it contains all the used CSS

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.