Changeset 2446526
- Timestamp:
- 12/27/2020 10:07:25 PM (5 years ago)
- Location:
- performance-kit/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
performance-kit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
performance-kit/trunk/README.txt
r2446406 r2446526 103 103 Performance Kit allows you to optimize the WordPress core by disabling external requests, optimizing the WordPress admin area, applying security best practises and integrations for the most used components such as CDN and analytics. 104 104 105 = CanPerformance Kit bloat up my website?105 = Will Performance Kit bloat up my website? 106 106 No. The intention of this plugin is the optimizing your website, not the bloat up on your website. We carefully developed Performance Kit in order to not send any request to your front-end. 107 107 108 = Is my settings willbe preserved even I uninstall the plugin?109 No. If you delete plugin, all the settings will be deactivated and then deleted from your website. So there will be no trace that needs to be dealwith.108 = Will my settings be preserved even I uninstall the plugin? 109 No. If you delete the plugin, all settings will be deactivated and then deleted from your website. So there will be no trace that needs to be dealt with. 110 110 111 111 = How can I import settings from one website to another? 112 You can simply use the Import function of Performance Kit which is placed in the right side of the settings menu. You'll be provided a encrypted key of your settings which you can use in the importing process. Everytime you change a setting, encrypted key is re-generated.112 You can simply use the Import function of Performance Kit which is located on the right side of the settings menu. You'll be provided an encrypted key of your settings which you can use in the importing process. Each time you change a setting, encrypted key is re-generated. 113 113 114 = IsCDN settings compatible with my CDN provider?114 = Are CDN settings compatible with my CDN provider? 115 115 Yes. It's compatible with all CDN providers. 116 116 … … 126 126 == Changelog == 127 127 128 = 0.0.1 (2020-12-06 21:40 EET) = 128 = 0.0.2 (2020-12-28 01:05 EET) = 129 * Some internal improvements 130 131 = 0.0.1 (2020-12-28 17:35 EET) = 129 132 * Initial commit 130 133 -
performance-kit/trunk/performance-kit.php
r2446517 r2446526 157 157 'has_addons' => false, 158 158 'has_paid_plans' => false, 159 'menu' => false, 159 'menu' => array( 160 'slug' => 'performance-kit', 161 'first-path' => '/admin.php?page=performance-kit', 162 'account' => false, 163 'contact' => false, 164 'support' => false, 165 ), 160 166 ) 161 167 );
Note: See TracChangeset
for help on using the changeset viewer.