• Resolved sakuwasan

    (@sakuwasan)


    Today my web hosting provider has changed their severs to lightspeed servers and they have installed LightSpeed Caching plugin to my website.
    The plugin I was using for W3 total cache, now they have disabled it (W3) from my website and installed LS Cache plugin, Now I also like to use Lightspeed Caching plugin, But my website still using minified versions of CSS and Java scripts which were created by W3 total cache. (still I didn’t enabled minification from LS cache)

    <link rel='stylesheet' id='wp-block-library-css'  href='https://domainename/wp-includes/css/dist/block-library/style.min.css?ver=5.8' media='all' />
    <link rel='stylesheet' id='cb70d11b8-css'  href='https://domainname/wp-content/uploads/essential-addons-elementor/cb70d11b8.min.css?ver=1627467897' media='all' />
    <link rel='stylesheet' id='qlwapp-css'  href='https://domainanme/wp-content/plugins/wp-whatsapp-chat/assets/frontend/css/frontend.css?ver=4.8.6' media='all' />
    <link rel='stylesheet' id='elementor-icons-css'  href='https://domainname/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.12.0' media='all' />
    
    <script src='https://domainname/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
    <script src='https://domainname/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
    <script src='https://domainname/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1' id='addtoany-js'></script>

    I think the minified files were created from W3 total cache are still used in my website. If I enable minification from LS caching plugin will it override the files and break my site ? How fix This ?
    How can I remove the old minified Versions and get back to normal and start using LightSpeed caching plugin ?

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

    (@qtwrk)

    the content you provided ,showing these are normal JS , not generated by W3TC

    what makes you think that ?

    Thread Starter sakuwasan

    (@sakuwasan)

    Hi,
    I found “min” before each CSS and java extensions like min.css is that normal ? And I found copies of each css file with and without “min” before extension and without is that normal ? I removed W3 total cache but still some folders like W3tc-config still remain inside wp-content . Is it safe to turn on minification on LS cache just after removing W3 total cache ?
    Thank you !

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    .min.css/js these are normal , some plugin or WP itself will comes with already-minified-files

    yes , it is safe to enable

    best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Cache Plugin’ is closed to new replies.