diff --git a/includes/Performance.php b/includes/Performance.php index f7e73b5..6a1c260 100644 --- a/includes/Performance.php +++ b/includes/Performance.php @@ -10,7 +10,6 @@ use Automattic\Jetpack\Current_Plan; use NewfoldLabs\WP\Module\Performance\Data\Constants; -use NewfoldLabs\WP\Module\Performance\Images\ImageManager; /** * Performance Class @@ -76,8 +75,8 @@ public function __construct( Container $container ) { $cacheManager = new CacheManager( $container ); $cachePurger = new CachePurgingService( $cacheManager->getInstances() ); - new ImageManager(); new Constants( $container ); + new ImageManager(); add_action( 'admin_bar_menu', array( $this, 'adminBarMenu' ), 100 ); new LinkPrefetch( $container );