• Your plugin writes all the code in DB right?

    Isn’t better to write all the code in a file that it will act like a plugin or pseudo functions.php?

    I think it will faster. Is it possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    I think that this would definitely be possible, and it’s something I’ve explored and would like to bring to a future version.

    The problem is that writing to files is a tricky thing to support consistently across different servers, and doing so would mean that this plugin might not work on a number of sites. If every site was configured correctly with file permissions and allowing direct file access then it’d be much more of a priority, but at the moment I’d rather not make an update that broke support for a number of users.

    Thread Starter thedevelopers

    (@thedevelopers)

    If writings permission all good, activate write to file code
    Else
    Write to DB

    This would be an option.

    This seems like a pretty good idea 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Improve speed’ is closed to new replies.