• I found that my child theme styling was disabled with the default options, and had disable merging of CCS and JS files. Also defer parsing of JS didn’t work for me, but that was expected.

    Otherwise, seems to do a decent job. It has a well balanced set of options — not too many, just the ones you need. Hopefully, this plugin will get better with further development.

    Couple of questions though:

    How does this plugin work with caching? (I’m using Simple Cache).

    What’s the impact of using this going to be on CPU load? (Been having a problem with this, and there’s only me using my site at the moment while I set it up, so I’m always concerned about plugins using CPU.)

    And, hopefully it will delete its options in the DB and clean up properly if I remove it? (Haven’t tried this yet, but it’s something I’m pretty tight on.)

    Anyway, good job on this plugin!

Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    If you had to disable both merging on css and javascript, then most functionality has been disabled.

    The child theme should have not been removed, unless it’s exactly the same as the parent theme (I’ve seen this happening before, where the child css file, has the same exact url as the parent).

    Have you tried the latest 1.0.1 version?
    Also, did you check the logs and does the child css style show on the list somewhere on one of those css files?

    If you would like me to have a look at your theme, let me know.

    It works fine with caching, all files are made static anyway.

    In terms of cpu load, it’s mostly disk and network based (open, merge, send to api, write to cache) and once done, it stays there until there’s a need for an update.

    There are a few fields in the options table, all prefixed.
    You could remove those from the database, but the plugin only deletes the cache files.

    I took that approach because
    1) the data that is saved is very small (basically yes or no) and
    2) if you accidentally disable the plugin, you don’t need to redo all settings again (but I might add an option to delete the options soon).

Viewing 1 replies (of 1 total)
  • The topic ‘Seems to mostly work. Good effort!’ is closed to new replies.