Turned out it was quite complicated to make these wave bars with the mouse user interaction. This is the final player functioning now. Soon to be made into an #NPM package as a @vuejs#component customisable colours and gradient for the wave bars. #wdyt#vuejs#audio
Been making an interface for HTML Audio, based on the wave forms and inspired by the soundcloud scrubber. I'm up to here, WDYT? I'll publish as an NPM component when finished #vuejs@vuejs#typescript#javascript
#Symfony 7.3 comes with a new JSON encoder component that is super efficient (10 times faster than the Serializer component with 2 times less memory). Great way to stream JSON payloads from your #PHP apps when combined with StreamedResponse which now supports the iterable type.
Away from my life of coding and websites here is a snapshot of my life of drumming. 5 days on tour supporting the Delta Bombers. What a ride. Ok. Back to work now.
🚀Just released Souin v1.7.4 that includes a lot of fixes for the cache-handler HTTP cache (@caddyserver) and boost the performances for @traefik. Thank you to all contributors (especially @developer_west that made his first #golang PR). 🙏
We've updated our list of contributors and are now close to reaching 900 people: api-platform.com/community/c…. Thank you for your support and for helping the framework grow!
When you've built something from the ground up to be f*****g fast, and then you get to a point where... well.. tell me this isn't fast to navigate! preview.cwa.rocks/
I feel I should write a blog on all the techniques we used in this framework.
Performance testing the @cwa_rocks playground landing page (which loads many resources server-side) and another test for loading individual resources. 50 Virtual Users, 20 secs, 0.3-0.5 CPU, 512MB RAM.
Brand new everything, have a play #shareyourthoughts ? Your new low-code solution for creating feature-rich, totally custom decoupled web apps including an intuitive website builder interface cwa.rocks/#wip Documentation in progress
This is fun! @cwa_rocks website and docs coming soon! Harnessing the power of @symfony@ApiPlatform and @nuxt_js to form a low-code solution for building decoupled web apps. Bridging the gap between traditional DIY website builders and custom-built websites.
Performance testing on the old tech stack vs new (which still hasn't got the static cache layer in yet).
Concurrent clients: 50 over 10 Seconds
Old; Completed requests: 16, Mean latency: 5481.1 ms
New; Completed requests: 1540, Mean latency: 320.1 ms
To @nuxt_js devs... I want to replace anchor links in HTML with NuxtLink Components - used to use `createApp` with a `defineNuxtComponent({})` - now does not have RouterLink in context - any ideas on how to approach??
with the `app` returned from the `createApp` I am registering the `RouterLink` component as well now, so I esentially make a new mini ap for mounting each NuxtLink in the block of text... not sure if this is the optimal way, but it works.
Oh. My. God.
loadtest with 5 concurrent for 10 seconds
FPM 2 requests
Franken PHP 158 requests
With static cache in play it will be back to around 17000. But huge improvements when resources are not initially cached!
I must have had some fpm config wrong too somewhere too…