vupdraft
Forum Replies Created
-
Can I have your site URL?
Hi,
Please run the database optimisations.
Hi,
Can you try changing your cache lifespan to 10 hours?
As a test, can you try excluding one of the pages with the calendar on from caching under Cache >> Url’s to exclude from caching.
Can you then see if this updates?
No problem, just let us know if you have any further questions.
Do get back to us if we can help in any way
- When changes are made, WPO either does a full or partial cache preload
Full cache purge:
- When changing/updating current themes and parent themes (of child themes)
- When changing/updating current plugins
- When turning off the cache feature in WP-Optimize
- When editing widgets
- When saving the customizer settings
- When updating a menu
- When Autoptimize purges its cache
- When updating permalink structure
- When changing cache settings
- When updating string translations in WPML plugin
- When updating the ‘posts_per_page’ option
- When purging Avada theme’s fusion caches
- When saving any of GetWooPlugins’ settings (Premium)
This can be changed by hooking into the filter
wpo_purge_cache_hooks
. E.g.// Add a new action that will trigger a cache purge add_filter( ‘wpo_purge_cache_hooks’, function( $actions ) { $actions[] = ‘my_custom_action’; return $actions; } ); Partial cache purge:- When you publish new content or update/edit existing content, the cache for that post/page will be cleared, as well as associated content (category archives, blog archives)
- When comments are approved, or their status changes
- When terms are created or updated
- When changing/updating stock quantity of WooCommerce product or product variation
- When updating the ‘page_on_front’ option
- When updating ‘page_for_posts’ option
- When updating the ‘URLs to exclude from caching’ WP-Optimize caching configuration
- When trashing a post
- When running importers
- When WooCommerce product is on sale (Premium)
2. In cache >> URL’s to exclude from caching enter this: /products/*
3. Can you post your php error logs using a tools such as pastebin.com These should be in the root of your site
The Premium version of the plugin does have the option to clean the post and post meta table indvidually.
Orphaned post meta data – this is just post meta data that does not belong to any post. Optimising your tables could still provide vast improvements to these tables. Some plugins add a lot of bloat and the WPO can help reduce this.
This SQL did not work for me. I tried through both php MyAdmin and a SQL validator and they both flagged issues.
It’s likely that the issue is with your SQL syntax rather than the restore function of UpdraftPlus.
I suspect if you removed this table, the backup and restore would work without issues.
Can you export a copy of the table, drop it , take a backup of the site and then restore it and post the restoration log using a tool such as pastebin.com?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Restore button doesn’t workHi,
We have released a coupon of updated recently so can you ensure you are still on the latest version.
Can you try deactivating your other plugins to see if the issue persists, if it does not can you reactivate your plugins one by one until you find the offending one?
I would suggest you find the cause rather than just hide the error
There is likely a Must-Use plugin in your?
wp-content/mu-plugins/
?directory – and it’s likely the only?.php
?file in the directory. You could rename it to end with?.php.disabled
, or create?wp-content/mu-plugins/disabled/
?and move the file there, or just delete the file.Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Restore button doesn’t workHi,
Which version of UpdraftPlus have you got installed (we released two updates very close together)
Can you open the JS console whilst trying to use the buttons and take a screenshot of any errors?
Please see here for a guide on this: https://updraftplus.com/faqs/how-do-i-open-my-browsers-developer-tools/
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] wrong/all files are in the backupHi,
It likely that at some point you click the “rescan remote storage” link in the back restore tab on the affected site
You do get a warning about this that you have to click to dismiss. Unfortunately, there is no way to “un-see” these backup once you have clicked this link.
Forum: Plugins
In reply to: [Easy Updates Manager] Triggered and Time QuestionThe time is whenever you set it up. You can set the time with the Premium plugin. EUM does use the wp cron to schedule updates.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] backup with alertsYour warning relates to low visitor numbers.? UpdraftPlus can only make a backup when WordPress is loaded into Memory.? This normally happens when someone visits the site.?
I would recommend setting up a number of dummy visits to the site via an external cronjob.
These are automated tasks performed by the server.
You will need to set up an automated task to visit your site (please set the cron job to visit: https://yourdomain.com/wp-cron.php?doing_wp_cron )every 1-3 minutes (This will also keep the rest of your WordPress scheduler running):
Your hosts may have a tool to set up a cronjob, or you can use an online tool such as EasyCron