by Tony | Jan 22, 2022 | Troubleshooting
Here are two main causes of a slow backup process: 1. The disk I/O of the web hosting is slow. We have noticed that the disk IO of many web hosting is only 1MB/s, then theoretically backing up a 100MB website would require at least 300s. You can check the disk I/O of...
by Tony | Dec 20, 2021 | Troubleshooting
During the backup process, our plugin will compress your website data into zip files to save storage space. So it is normal that your website is, for example, 5 GB(the calculation result on WPvivid backup page) while the backup will be only 1GB. You can verify a...
by Tony | Dec 20, 2021 | Troubleshooting
It can be because on your target site, there were both index.html and index.php after the restoration. By default, WordPress always reads the index.php, and a default WordPress install does not have the index.html file. The problem is that the target website reads...
by Tony | Dec 10, 2021 | Staging & Dev Environment Pro
Nginx has no directory-level configuration file like Apache’s .htaccess or IIS’s web.config files. All configuration has to be done at the server level by an administrator, and WordPress cannot modify the configuration, like it can with Apache or IIS. Please also see...
by Tony | Dec 4, 2021 | Troubleshooting
First make sure to add https(to be the same as your live site) to the subdomain e.g., dev.yourdomain.com when creating the subdomain or the staging site. If the problem still persists, please contact us.