• Greetings,

    All seems to be working ok but the merging. CSS and JS are not merging. Thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • They are not merging for me, either.

    Plugin Author launchinteractive

    (@launchinteractive)

    Are some of the files merging? There can be few reasons why files aren’t merging. MMR respects the order of the enqueued scripts. It also respects the css media rules so that if you have a style that had a different media rule then a new stylesheet will be created.

    newelement76: It looks like you have javascript requests for files on a different domain.. that is why your scripts are splitting into multiple files.

    Hello @launchinteractive,

    I am testing it too, but how to check it work? I did not find there is some change, would you please have a check on my site?

    my site

    Thanks.

    By the way, does it work with Redis cache?

    Also, do you recommend that it works with other plugins like Autoptimize and Clearfy
    https://www.ads-software.com/plugins/clearfy/
    https://www.ads-software.com/plugins/autoptimize/

    If yes, any recommendation setting please?

    Thanks so much.

    Alex

    • This reply was modified 6 years, 2 months ago by alexlii.
    • This reply was modified 6 years, 2 months ago by alexlii.
    Plugin Author launchinteractive

    (@launchinteractive)

    The reason your CSS isn’t merging is because the files being merged have different media types..

    If you view the page source..
    1cfc0ea9-1526387352.css is media=’all’, 11f60ec3-1531047359.css is media=’screen’ etc.

    If you look at the MMR settings you can expand each merged file and see what files were merged to make that file. That should give you some clues as to what plugin or include is causing this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS and JS are not merging’ is closed to new replies.