Skip to content

Torque 0.4.0

Compare
Choose a tag to compare
@hexydec hexydec released this 29 Jul 22:15
· 59 commits to master since this release

This release renames the plugin to Torque, and expands the functionality of the plugin to focus on wider transport optimisation. It now includes and array of performance and security settings that can make your Wordpress website faster and more secure:

  • Split the app into a number of classes to make the code more moduler and maintenance simpler
  • Reworked the admin panel to split the configuration options into tabs
  • Updated minification options to match latest available in minifiers
  • Added new configuration options to control lazy loading and cache headers
  • Added ability to combine and minify stylesheets and scripts
  • Added a Security tab and implemented a number of security headers and Content-Security-Policy
  • Added a Preload tab and implemented ability to configure and set the Link header for HTTP/2.0 preload
  • Added application to retrieve the assets a page contains for use in selecting assets to combine or preload
  • Added an Overview tab an build interface to display metrics about your page, along with descriptions and recommendations
  • Improved layout of control descriptions
  • Fixed bug in config::buildConfig() where the current config was not pruned
  • Set function calls to root namespace where possible
  • Added torque logo
  • Enabled field descriptions to be HTML
  • Reworked packages.php to run the dependencies from a subfolder and simplified the cleanup process
  • Updated readme.md to describe new functionalilty
  • Software is now beta