Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Im on skype now.
Stiofan
Hi Alex,
I have not used that service, intheory if it just gives you a url like MaxCDN then you can just place it where the MaxCDN url goes and it will work.
Let us know if it works for you.
Thanks,
Stiofan
Check under “ApartmentComplex” meta, all your info is there, as far as i know its all as it should be, if you can show me something that shows its not then we will look at it.
Thanks,
Stiofan
I would need FTP and wp-admin to find the problem.
Stiofan
This reply has been marked as private.This reply has been marked as private.I mean your GT site DB, if you can give me phpMyAdmin access i can get it with an export r if you have cpanel u can easily export it through backup>export DB option.
Stiofan
even if u can send me a copy of ur GT DB i can run my own conversions and weed out any bugs?
Stiofan
Monday?
This reply has been marked as private.May 13, 2016 at 3:05 pm in reply to: Memory Consumption, CPU Usage Off the Chart and Tag Sync Doesn't work #190057I have added the changes now, there migh be some i missed but it all seems faster so far for adding reviews and listings, let me know how it is for you.
For future reference below is the code i have added to your theme functions file
//disable some GD features remove_filter( 'geodir_count_reviews_by_terms_before', 'geodir_get_loc_review_count_action',10); remove_action( 'geodir_update_postrating', 'geodir_term_review_count_update', 100); remove_filter( 'geodir_get_term_count_array', 'geodir_get_loc_term_count_filter' ); remove_action('geodir_update_postrating', 'geodir_term_review_count_force_update_single_post', 100); remove_action('transition_post_status', 'geodir_term_review_count_force_update', 100); remove_action('edited_term', 'geodir_term_review_count_force_update', 100); remove_action('delete_term', 'geodir_term_review_count_force_update', 100); remove_filter('get_terms', 'gd_get_terms', 10); add_filter( 'geodir_count_reviews_by_terms_before', 'my_geodir_get_loc_review_count_action',10); function my_geodir_get_loc_review_count_action(){ return 1; }Stiofan
#1 This could be a setting, i would need to see your database to be able to tell.
Stiofan
May 13, 2016 at 2:08 pm in reply to: Memory Consumption, CPU Usage Off the Chart and Tag Sync Doesn't work #190034I would need to test but some widgets you would not be able to use or would have to remove the count from the category as it would be wrong, not too much functionality lost.
Stiofan
May 13, 2016 at 1:41 pm in reply to: Memory Consumption, CPU Usage Off the Chart and Tag Sync Doesn't work #189956The import is slow because of the number of cats again. It might be best to disable this functionality that we apply to count cat listings and ratings. I would concentrate on one site and get it right first. I dont have time at the moment but a quick chat about things might help, early next week would be the earliest.
Stiofan
Sorry i missed your replies, wp-admin login is not working: ERROR: Invalid username
Stiofan
-
AuthorPosts