Home » News » 2014

2014

Plone Performance Troubleshooting: ContextState.actions()
In troubleshooting one of our "slow" Plone sites, I found that we were calling a deprecated method that was causing performance issues. This article details the methods used to test performance, how I determined the cause of the performance problems, and how I addressed it.
Responsive Data Tables
NPR recently posted a great article on their method for making data tables responsive for mobile devices. In implementing this method, I came up with two tweaks to make it a little easier, and more responsive.