lananas1
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Slow to return search resultsHi Mike, ok – there is no real difference, just time it again and still took just under 18 seconds! ..
Forum: Plugins
In reply to: [WP Job Manager] Slow to return search resultsYep, it said: 441 transients (785 records) in the database.
They said 24000 queries, I think they were referring to the amount of jobs/listings on the site? Or should the pluging pick these up as queries? I simply checked all the clear boxes on the transient pluging and clicked clear..Forum: Plugins
In reply to: [WP Job Manager] Slow to return search resultsHi Mike,
Thanks – I installed that lluhing and it cleared 441 transients to 0 – againg doesn’t seem to have made any impact?Forum: Plugins
In reply to: [WP Job Manager] Slow to return search resultsHi Mike,
I have made this change, it has been over 24hours.
Unfortunately, it doesn’t seem to have made any difference…?Thanks
Forum: Plugins
In reply to: [WP Job Manager] Slow to return search resultsHi Mike,
Thanks, I will try it.
Just to confirm, am I editing the ‘wp-job-manager-functions.php’ file and updating the below to this:if ( false === ( $result = get_transient( $query_args_hash ) ) ) {
$result = new WP_Query( $query_args );
set_transient( $query_args_hash, $result, DAY_IN_SECONDS);
}Also, can I do this in a way so that it doesn’t get reverted when I do an update on the plugin?
ThanksForum: Plugins
In reply to: [WP Job Manager] Slow to return search resultsHi Mike,
Thanks for your response.
I downloaded those plugins and the only function that was in there was ‘clear_expired_transients’ I had the following under custom events?:Next Execution Hook Interval Hook Interval Value Args
2016-05-03 13:28:17
1462282097
1 min ago action_scheduler_run_queue every_minute 60s
1m
0.0166666666667h No Args
2016-05-03 13:32:37
1462282357
4 mins job_manager_check_for_expired_jobs hourly 3600s
60m
1h No Args
2016-05-03 13:32:47
1462282367
4 mins wpbackitup_queue_scheduled_jobs hourly 3600s
60m
1h No Args
2016-05-03 15:31:17
1462289477
2 hours woocommerce_cleanup_sessions twicedaily 43200s
720m
12h No Args
2016-05-03 15:32:37
1462289557
2 hours job_manager_clear_expired_transients twicedaily 43200s
720m
12h No Args
2016-05-04 00:55:06
1462323306
11 hours redirection_log_delete daily 86400s
1440m
24h No Args
2016-05-04 01:00:00
1462323600
12 hours woocommerce_scheduled_sales daily 86400s
1440m
24h No Args
2016-05-04 01:50:27
1462326627
12 hours wp_scheduled_auto_draft_delete daily 86400s
1440m
24h No Args
2016-05-04 03:31:17
1462332677
14 hours woocommerce_tracker_send_event daily 86400s
1440m
24h No Args
2016-05-04 03:32:37
1462332757
14 hours job_manager_delete_old_previews daily 86400s
1440m
24h No Args
2016-05-04 04:07:22
1462334842
15 hours jp_purge_transients_cron daily 86400s
1440m
24h No Args
2016-05-05 07:16:04
1462432564
2 days updraft_backup weekly 604800s
10080m
168h No Args
2016-05-05 07:16:04
1462432564
2 days updraft_backup_database weekly 604800s
10080m
168h No Args
2016-05-05 12:00:00
1462449600
2 days woocommerce_geoip_updater monthly 2635200s
43920m
732h No Args
2016-05-09 03:42:07
1462765327
6 days woocommerce_cancel_unpaid_orders Single Event Single Event No Args
2016-05-10 04:30:32
1462854632
7 days job_manager_verify_no_errors weekly 604800s
10080m
168h No ArgsHi Mike,
Thanks for your response.
They use case is that it is one business with two locations e.g a burger restaurant, may have two locations.
I guess duplicating the profile might work – but then they will have to manage two separate profiles, when all the information is the same other than the address.
Can you suggest a ‘duplicate post’ plugin? I will look at this as an option.Thank you
Lana