André R.

Results 12 issues of André R.

Includes: - PHP ini tweaks for performance and higher default upload limit - Log rotation to make sure log does not consume gigabytes of disk space - Asset caching -...

Feature: https://twig.symfony.com/doc/3.x/tags/cache.html Often when working with cache in templates you'd like to define variables that are persisted to scope outside cache block, both when generated and later when retrieved from...

Feature: https://twig.symfony.com/doc/3.x/tags/cache.html Often cache tags are determined when generation the cache, so support for setting tags inside the block would be beneficial. Example would be loading data either by means...

I choose to view Vulcain as a possible REST maturity models level 4. So I'm wondering if it should be possible to specify accepted media-type on pushes / preloads via...

As discussed in the original [Fastly PR](https://github.com/FriendsOfSymfony/FOSHttpCache/pull/403#issuecomment-425948975) in order to generalize TTL handling across backends like Varnish, Fastly, Symfony, it could be an idea to: 1. abstract it on client...

Recent use case popped up that we have been thinking about some years now is to add support for several context hashes. In order to allow our end users to...

Just to start the discussion, anyone looked into feasibility of Akamai support? Might also be interesting to support other CDN's as well, but Akamai is typically preferred choice among media...

Would it make sense to switch to Symfony HttpClient to reduce setup time with the lib/bundle? Technically library would only need to rely on symfony/http-client-contracts **OR** just PSR-18 as proposed...

Redis already supports MSET and MSETNX, however if you'd like to set several in one operation with a shared expiry, you are currently left with having to resolve to Lua...

Today it's left to the user to keep track of if server is running or not with not visual clue on this besides errors if you click wrong icon /...