Nicolas Juen

Results 46 comments of Nicolas Juen

This is due to the evolution handling the uploaded medias. Solution possible on `display_svg` method, ignore file type "media" because we use the URL and not the svg embeded. ```php...

First : Quick win with a patch for the HTML page size. Second : More profound changes for the medias from the attachment pages (use of comment_count), ony use URLs

By the way, we need to store that there is no relation into the cache with a `false` value and not forget to clear cache on relation creation after this.

@dingo-d I've replicated the behaviour. It seems that you are using the Symfony command library, you can get the return code of the command from the $outpout variable you pass...

Hi, Yes you can do something with the media queries but you cannot load a different image size base on the browser size or pixel ratio. This is why you...

Tu as du matériel à lire là dessus ? J'ai cherché pas mal de fois mais je n'ai jamais trouvé le benchmark etc. mais rien de concluant.

Ok, mais ça ne compare pas les perfs entre les 4-5 méthodes. Je check la vidéo.

Bon son arugmentaire : "on a du http2 ne faites plus de sprites" me semble léger quand même. Tu peux faire un bench avec les 2 techniques sur la même...

Hey, J'ai fait des ptits tests de mon côté : - https://devnico.beapi.space/test-svg/ : fichiers individuels - https://devnico.beapi.space/test-svg/index2.php : un sprite Au final, la différence se situe sur le temps du...

Partir sur un mix des deux pratiques : 1. Pour les icônes "d'interface" utiliser un sprite 2. Pour les icônes contribuées en plus : utiliser les fichiers + le sprite...