许多主题和插件都将googlemapsapi与它捆绑在一起,这可能会破坏您的性能优化工作。虽然googlemapsapi是在异步中加载的,但它确实会大幅增加页面的总加载时间。
functiondisable_google_map_api($load_google_map_api){$load_google_map_api=false;return$load_google_map_api;}$plugins=get_option('active_plugins');$required_plugin='auto-location-pro/auto-location.php';if(in_array($required_plugin,$plugins)){add_filter('avf_load_google_map_api','disable_google_map_api',10,1);}