andrerom
Repos
33
Followers
70
Following
13

Symfony standard with changes to run on simple docker setup

5
2

Symfony Demo Application

2
4

Demo code used at Symfony Con 2019 for demoing Symfony Cache, cache tagging, Redis and RedisTagAware, this is a fork of symfony/demo

1
1

Events

delete branch
andrerom delete branch update_libavif_aom
Created at 2 weeks ago
issue comment
Update libavif (v0.12-main) and AOM (3.6) for improved compression and speed

Great! And yes, might be there are incoming changes in libavif worth waiting for, and/or libavif / AOM features Squoosh could easily take advantage of for more speed/quality or feature wise.

Created at 3 weeks ago
issue comment
Update libavif (v0.12-main) and AOM (3.6) for improved compression and speed

Since Google bot does not update it's comment with this: CLA has been signed, either click link above and click "Refresh", or the new invocation url.

Created at 3 weeks ago

Minor fixes to package-lock done by NPM, also trigger new build

Created at 3 weeks ago
pull request opened
Update libavif (v0.12-main) and AOM (3.6) for improved compression and speed

Noticed there are several newer AOM and libavif releases where out that have focused a lot on compression quality and speed. There is no libavif tag yet using AOM 3.6 so used latests commit here.


Some quick comparison locally:

Sustainable Development Goal 3 graphic, iprt.uneca.org

  • Default settings (Quality: 30, Effort: 4): dev (3.1) at 22kb vs update_libavif_aom (3.6) 14.8kb, similar perceived compression artifacts on edges of hearth (305% zoom)
  • Higher settings (Quality: 40, Effort: 7): Artifacts goes away on 3.6 build (20.4kb) but not yet on 3.1 build (19kb)
  • Speed: 3.6 build seem maybe 5-10% faster on all mentioned quality/effort levels.

People crossing street in Vienna, unsplash.com Credit: https://unsplash.com/photos/PMxT0XtQ--A

  • Default settings (Quality: 30, Effort: 4): dev (3.1) at 425kb vs update_libavif_aom (3.6) 438kb, similar perceived smoothing artifacts on skin (especially when zoomed in)
  • Higher settings (Quality: 40, Effort: 7): Smoothing effect goes away on 3.6 build (714kb) but not yet on 3.1 build (644kb)
  • Speed: 3.6 build seem maybe 10-20% faster on all mentioned quality/effort levels.
Created at 1 month ago
create branch
andrerom create branch update_libavif_aom
Created at 1 month ago
Created at 1 month ago

NPM/Yarn: Fixes to be able to build package

Created at 1 month ago
pull request closed
EZP-32242: Improve default platform.sh config for common usecases

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
  • Monthly HTTPS cert renewable in cron before it expires
  • Redis config tweaks
  • smaller tweaks to inline doc

Log rotation is done by tweaking monolog settings, so this will also benefit non p.sh setups (incl local).

Todo on merge up:

  • ~For 3.x add PHP preloading config~ (will need to start to use separate build dir for that as server starts before deploy hook runs so as long as this is in a mount it is out of date or missing prior to deploy hook runs and clears cache)
Created at 1 month ago
issue comment
EZP-32242: Improve default platform.sh config for common usecases

I'm assuming this is no longer relevant ;)

Created at 1 month ago

Toggle menus on server status, and let PHP Server icon show if show if server is running or not

Created at 2 months ago
pull request opened
Toggle menu options on server status, visualize server status with icon

This closes #121

This improves usability by giving you a grey icon if server is not running, and a blue icon (the existing one) if server is running. It also changes to trigger openFileInBrowser when clicking icon when server is running so you don't get error about that, but instead get what you expect.

Server not running vs Server running:

Screenshot 2023-01-20 at 13 46 37 Screenshot 2023-01-20 at 13 45 55

Looking for feedback on approach before attempting to improve on test coverage.

Created at 2 months ago
andrerom create branch server_status_indication
Created at 2 months ago
Created at 2 months ago