Blog: Making Matomo UI faster
…public initialization methods in your Piwik_Plugin class with the following signature function getCssFiles( $notification ) { } See https://github.com/piwik/piwik/blob/0.8/plugins/CoreHome/CoreHome.php#L37 function getJsFiles( $notification ) { } See https://github.com/piwik/piwik/blob/0.8/plugins/CoreHome/CoreHome.php#L50 3) Declare the…