Gaël Métais
Gaël Métais
Hi @Swaagie How can I help? Would you like me to help publishing https://github.com/Swaagie/minimize-plugin-uglifyjs on npm (and than transfer the ownership to you)?
Hello, I've added a commit (https://github.com/wp-media/delay-javascript-loading/pull/24/commits/ead18c3586b344c2da70f72aa0f61086ab51e0a9) on the branch `fix-layout-slowness-2` that fixes the bug reported in https://github.com/wp-media/delay-javascript-loading/issues/34. Can you please merge it with the rest? (Thanks for the bug detection...
That's a great news!!
Amazing 😮
Measuring all the metrics while changing from page A to page B sounds definitely interesting to me. I never analyzed webperf on this kind of transition but I'm curious to...
Here are some nice JS snippets that measure some Angular specific metrics: https://github.com/bahmutov/code-snippets#angular-performance (thank you @bahmutov !) This can be a good starting point for transitions measurements. We probably won't...
Last week I saw a great Velocity Conf talk, called "Measuring the performance of SPAs", by @nicjansma and @bluesmoon (hi there!). Both of them are contributors in Boomerang, a RUM...
Yes, still broken for me on the latest devel branch. As you can see in the following verbose log, some `Selector: query for ".foo.bar" returned false` are written, then the...
Maybe I should mention that one of the tests fails every time on my computer. Maybe it could be related to the above bug? ``` /timing.html ✓ should be generated...
``` phantomas http://0.0.0.0:8888/timing.html --verbose 16:41:16.739 phantomas v1.10.2: /Users/gaelmetais/Documents/GitHub/phantomas/ 16:41:16.739 Options: {"version":false,"V":false,"help":false,"h":false,"colors":false,"disable-js":false,"no-externals":false,"progress":false,"silent":false,"spy-eval":false,"verbose":true,"v":true,"stop-at-onload":false,"scroll":false,"film-strip":false,"analyze-css":false,"page-source":false,"reporter":"plain","R":"plain","format":"plain","timeout":15,"url":"http://0.0.0.0:8888/timing.html","user-agent":"phantomas/1.10.2 (PhantomJS/1.9.8; darwin x64)"} 16:41:16.741 Loading: core modules... 16:41:16.744 Core module navigationTiming v1.0 initialized 16:41:16.751 Core module requestsMonitor v1.2 initialized...