Mark Scherer
Mark Scherer
@netkuup Are you interested in making the PR here?
It looks more like sth PHPUnit9+ related for some reason..
Yeah, now its green :) PHP 8 passes. ``` There was 1 warning: 1) Decoda\DecodaTest::testCustomConfigPath The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit...
I have seen https://github.com/markstory/asset_compress/issues/230 and this one And I am also a bit annoyed about the warnings in prod env. I wonder if we could also just add a processor...
@gunner1095 What would be the advantage of this custom Gzip filter over letting the apache/nginx setting apply browser-dependent auto-gzip-ing?
Is this still an issue currently? I would find that useful for development - where you could then invalidate the cache, and have a valid current version upon next page...
@sebastienbarre Are you still interested in that feature? Maybe a PR with your proposed changes would speed things up and gets it merged in quicker.
Ops ;) Well then the PR advice goes to him then.
If that is still useful, @rchavik , maybe a PR with the proposed changes would resolve this in a reasonable timeframe for 2.x?
hey guys I also worked on this idea of fixing the probably biggest remaining bottleneck of all :) with a paginated view there are usually 100-200 links. 100-200% gain in...