'psCacheWarmer', 'title' => 'psCacheWarmer', 'description' => [ 'de' => 'Website anhand der XML-Sitemap automatisch aufrufen, z. B. zum "Aufwärmen" eines Caches.', 'en' => 'Automatically calling urls using the xml-sitemap, eg. for cache warmup.', ], 'thumbnail' => 'logo_pc-os.jpg', 'version' => '3.1.2', 'author' => 'ProudCommerce', 'url' => 'https://github.com/proudcommerce/psCacheWarmer', 'email' => '', 'extend' => [ ], 'controllers' => [ ], 'templates' => [ ], 'blocks' => [ ], 'settings' => [ [ 'group' => 'psCacheWarmerConfig', 'name' => 'psCacheWarmerSitemapUrl', 'type' => 'str', 'value' => 'sitemap.xml', ], [ 'group' => 'psCacheWarmerConfig', 'name' => 'psCacheWarmerKey', 'type' => 'str', 'value' => md5(time()), ], [ 'group' => 'psCacheWarmerConfig', 'name' => 'psCacheWarmerUser', 'type' => 'str', 'value' => '', ], [ 'group' => 'psCacheWarmerConfig', 'name' => 'psCacheWarmerPass', 'type' => 'str', 'value' => '', ], [ 'group' => 'psCacheWarmerConfig', 'name' => 'psCacheWarmerHttpCodes', 'type' => 'arr', 'value' => [200, 302], ], [ 'group' => 'psCacheWarmerConfig', 'name' => 'psCacheWarmerWriteCsv', 'type' => 'bool', 'value' => false, ], [ 'group' => 'psCacheWarmerConfig', 'name' => 'psCacheWarmerWriteCsvOnlyError', 'type' => 'bool', 'value' => true, ] ], ];