Changes between Version 1 and Version 2 of Ticket #43308, comment 13
- Timestamp:
- 02/14/2018 11:33:43 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43308, comment 13
v1 v2 11 11 Changes noop.php to function_exists check each function definition. 12 12 13 Performs 'SHORTINIT' of WordPress (up to) 2 times on an uncached requests to `wp-admin/load-scripts.php` and `wp-admin/load-styles.php`. 13 Performs 'SHORTINIT' of WordPress (up to) 2 times on uncached requests to `wp-admin/load-scripts.php` and `wp-admin/load-styles.php`. 14 Permanent (HTTP 301) redirect and fully cached result is browser friendly. 14 15 15 16 Let me know if I messed up any code styling or anything.