3 comments

[ 2.1 ms ] story [ 13.2 ms ] thread
FYI: Even slow websites can have a perfect pagespeed score.

PageSpeed score is not a measure of website page loading speed, it's a measure of how well you follow best practices.

And a 1s page load using full page caching and cloudfront to the nth degree is not what I call fast!

Repository: https://github.com/e10jc/wordact

Looks interesting. Curious to learn more (without the investment of installing WordAct) about how it works and what benefits it offers.

hey thanks! wordact author here. i think the main benefit is that it can reduce gobs of boilerplating time. i love the javascript ecosystem, and i think ecmascript keeps getting better and more beautiful, but man is it a pain to set up a proper project, with babel, and webpack, and server-side rendering, and more.

but give it an install and check it out! it's pretty easy. instructions here: http://wordact.io/2017/04/how-to-set-up-your-development-env...