NooTheme Premium WordPress Theme › Forums › JobMonster › Speed and load time
- This topic has 16 replies, 3 voices, and was last updated 4 years, 10 months ago by tinhbeng.
-
AuthorPosts
-
4 years, 11 months ago #1082404
Hello jobmonster Team!
Recently I have buy litespeed cache plugin to reduce the load time and speed but no improvement..and yesterday I ahve buy Wp-rocket plugin to improving load time but same issue I think this theme structure does not match to many speed optimizations plugins__ my opinion https://governmentjob.pk/
please help me
Best regard Ozair John
4 years, 11 months ago #1082416Hi,
I checked your site. I think that enable google ad on your site has affected the performance of your site. I think you will need to find a way to optimize them.
I used the Gtmetrix and use function disable ad on your site to check performance.
It is unnecessary for you to use multiple cache plugins on one site (Basically cache plugins use fairly similar methods).
Best regards,
tb.
4 years, 11 months ago #1082443This reply has been marked as private.4 years, 11 months ago #1082460Hi,
- You go to Jobmonster -> Settings -> 3rd API tab -> remove "Google reCaptcha Key".
- You go to Jobmonster -> Settings -> Location tab-> remove "Google API Key" and "Bing API Key".
Set "Map Type" is Bing Map: http://prntscr.com/qf04xl
- You add this function to functions.php file of Child Theme:
function noo_remove_location_script(){
wp_deregister_script('bing-map-api');
wp_deregister_script('bing-map');
wp_deregister_script('google-re-captcha');
}
add_action('wp_enqueue_scripts', 'noo_remove_location_script',99);
Best regards,
tb.
4 years, 11 months ago #1082504I have a similar problem. All speed and optimization plugins make problems. Do you recommend removing Google API keys and adding code with this function to functions.php file? Will the map work on the home page in this case?
Thanks
4 years, 11 months ago #1082507Not resolve this issue still exist ---> https://maps.googleapis.com/maps/api/js?sensor=false&language=en_GB&libraries=places
I want to block this feature because this apis consume high TFFB time
4 years, 11 months ago #1082508You do not use the map on your site?
Or do you want to use a map without google keys?
4 years, 11 months ago #1082510yes
4 years, 11 months ago #1082512Hi, @Ozair
Removing js from Google map is more difficult than Bing Map. Therefore, to remove the Google Map API, you need to set Map Type = Bing Map (I mentioned earlier). Then use the above code to remove the Bing Map API.
@Sofer770: If you remove Google API Key or remove map script then Map API will not work on your site.Best regards,
tb.
4 years, 11 months ago #1082513ok ill try but i have not using Api key
4 years, 11 months ago #1082531This reply has been marked as private.4 years, 11 months ago #1082541This reply has been marked as private.4 years, 11 months ago #1082564This reply has been marked as private.4 years, 11 months ago #1082576Hi,
It looks like you've added the above code, but Bing Map is still active. I'm not sure about this, but you can try updating the theme to the latest version and try again ( you should backup your site before updating ).
Best regards,
tb.
4 years, 11 months ago #1082594I dont want to update theme because in new version embedded elementor page builder thats cause extra load on my site
4 years, 11 months ago #1082598Hello again I have update theme but same result there is no improvement
4 years, 10 months ago #1082610Hi,
You can change 99 to 100 in this hook and try again.
Best regards,
tb.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.