Review of run-time performance post the LFS changes
LFS moves code and read-only strings that are represented using various Lua VM record structures into Flash memory. ESP8288 hardware only supports word-aligned data access from flash, so 8 and…
LFS moves code and read-only strings that are represented using various Lua VM record structures into Flash memory. ESP8288 hardware only supports word-aligned data access from flash, so 8 and…
There has been a lot of discussion on the NodeMCU issues list (#2315 et al) about the challenges that many Windows developers having in installing and building luac.cross. To help…
I’ve just finished reading my last update, written just over a year ago. From the ME/CFS perspective, I guess that things are pretty much on a plateau now. For example,…
This is a repost of one of my articles on StackOverflow. Many posters have problems debugging their RewriteRule and RewriteCond statements within their .htaccess files. Most of these are using…
I've just deployed my V3 blog engine to live. In doing so, the time per query jumped from <10 mSec per query to ~2.5s — which meant that the typical page…
This is a follow-up to my article on building a Webfusion test VM. My aim is to create a test environment which reflects my Webfusion environment at a file system…
In previous articles I have discussed how difficult it is for users of a shared web hosting service such as Webfusion's to develop and to debug applications on a service…
I’ve just discovered a bug in my blog: any comment posts get thrown into the bit-bucket and are never passed to me for acceptance / publishing if the user making…
This article is a further discussion how to use rewrite rules on a shared hosting service (SHS) such as the one supplied by Webfusion and that I use. It develops…
I find the issues around of Web performance very interesting. I’ve researched pretty comprehensively and written a few articles in this area. I also routinely use various web tools to…