Developer

  • What we do to try to keep Simple History fast

    We want Simple History to be fast. Simple History is an activity log (audit log) plugin for WordPress — it records what users and plugins do on a site. It runs on over 300,000 websites, and a logging plugin that slows down 300,000 websites would be a pretty bad logging plugin. So we treat performance…

    Read More

  • How One Import Cost 920 KB on Every Page Load

    Simple History shows a quick-view dropdown in the WordPress admin bar, letting logged-in users see recent activity without leaving the page. Since the admin bar loads on every frontend page, keeping this bundle small matters. We discovered that a single import — import { HStack } from ‘@wordpress/components’ — was pulling in wp-components (787 KB)…

    Read More

  • New Examples Repository: Example Plugin for Simple History Extensions

    The Simple History community has been asking for practical examples of how to extend the plugin’s functionality, particularly around forwarding log entries to external systems. Following community feedback in issue #427, we’ve published a dedicated github.com/bonny/simple-history-examples that demonstrates how to do this. What’s in the Examples Repository The new repository at github.com/bonny/simple-history-examples contains a fully…

    Read More

  • Licensing expanded with new plans for users with more sites

    We have updated the licensing options for each individual Simple History add-on plugin. These new options, available as of yesterday, provide greater flexibility for choosing a plan that fits your specific needs. Overview of the new plans: With these updated licensing options, you can now select the plan that best aligns with the number of…

    Read More

  • Simple History 4.14.0 – Introducing detective mode

    Simple History 4.14.0 fixes some bugs but also adds a new useful feature: detective mode! Detective Mode is a setting in Simple History that when enabled adds detailed debug information to each logged event. After updating to the latest version of Simple History you can enable The Detective mode can be in settings: More information…

    Read More