Brady Vercher

Results 68 comments of Brady Vercher

@E-VANCE Thanks! I'm glad to hear SatisPress has been helpful for you. How are you installing SatisPress (Composer or the release zip?). It looks like an older version of `psr/container`...

Do you have another active plugin that's loading an older version of `psr/container`?

This kind of the bummer with relying on dependencies in WordPress. SatisPress or iThemes could prefix the dependencies, but things like `psr/container` are meant to be a global interface used...

There are a few places where caching could be implemented and various ways to do it, so I'm open to any suggestions. Caching the output would likely provide the greatest...

If you're at the point where the request is timing out, it sounds like caching may only be part of the solution. Wouldn't the request time out when the cache...

One reason I asked about the number of plugins being managed is because using [`provider-includes` and `providers-url`](https://getcomposer.org/doc/05-repositories.md#provider-includes-and-providers-url) could be one way to try to optimize the build if people are...

@Tawmu I'm stoked to hear that SatisPress has been helpful! There should be several ways to speed it up depending on how y'all are using it. If you're interested in...

@timnolte The storage layer in SatisPress was abstracted so that you could use other services, you would just need to write an adapter that implements the [Storage](https://github.com/cedaro/satispress/blob/develop/src/Storage/Storage.php) interface. I wrote...

This is somewhat trickier than I first thought. Since a theme needs to be active for its codebase to be loaded (including the bundled updater), an event would need to...

@afragen Thanks! I have some stuff in a local branch, but haven't tested it much. Do you have a link to where GitHub Updater handles updates for inactive themes? Also,...