Alexander Makarov

Results 1745 comments of Alexander Makarov

1. Higher latency. 2. Reduced concurrency. 3. Potential for deadlocks.

I see no other immediate solutions to empty-cache problem i.e. around https://github.com/yiisoft/cache/blob/master/src/Cache.php#L79 we can do the following: ```php public function getOrSet( mixed $key, callable $callable, DateInterval|int|null $ttl = null, Dependency...

It's not an extension. It's an application. Are there any specific issues that prevent you to run it on particular system?

I'm not going to host it. That's 5$ DigitalOcean server that hosts about 10 projects :)

https://github.com/yiisoft/router/blob/master/README.md#route-groups

I think it's OK considering the options: 1. Abandon the plugin. 2. Make it a paid one to be able to allocate some time for support. I'd like to thank...

There are two modes: development/debug and production. In development mode: 1. It's a good idea to rebuild config every request. 2. There's no need to write cache to disk. In...

In case `rebuild()` is done in debug mode we are already doing that so there will be a bit less time spent since we'll not write to files and read...