I’ve very little to report in terms of my own projects at the moment as I have some not inconsiderably large custom jobs on which have taken up a lot of my time this week, not to mention having to…
Continue ReadingREST Cache is live!
My REST Cache is now live on the WordPress.org plugin directory! This cache is extremely fast and is a very good compliment to any plugin which makes heavy use of the WordPress REST API, such as WP Google Maps. It…
Continue ReadingREST Cache approved!
I’m very pleased to log that my REST Cache plugin has been approved by the WordPress plugin team! I’m having some issues committing to the repository at the moment however I believe I’ve got this resolved, it’s not a particularly…
Continue ReadingRelease day
I’m very pleased to announce the formal release of two of my libraries, comprised of three different modules. EventDispatcher Firstly, my ES6 Event Dispatcher has been formally released, and can be installed via NPM. npm install @perry-rylance/event-dispatcher DataTables Over the…
Continue ReadingREST Cache
REST Cache is a plugin for WordPress, which significantly speeds up calls to the REST API. WordPress’ REST API is nothing especially new, however it’s taken time to mature and really grow in terms of use in popular plugins. Many…
Continue ReadingREST Cache Submitted!
I’m very pleased to log that my REST Cache has been submitted to the WordPress.org plugin team, and should have it’s own repository there shortly, as well as being available for download to the public very soon. I’ve used ES6…
Continue ReadingDataTables and REST Cache
I’ve broken my DataTables library into two parts. The server side package no longer includes any JavaScript or client side assets, and is still available on Packagist. The new client side package is available and has been refactored as an…
Continue Reading