Website Maintenance
Let's talk about the different steps we can take to run our application smoothly over the long run.
We'll cover the following...
In the previous lesson, we briefly discussed the concept of server maintenance. Now, let’s focus on the site itself. In order to efficiently handle traffic and provide the ultimate user experience, we need to keep it clean and safe.
Here are some of the things to consider while maintaining your website.
Frequent Backups
We must make sure that the latest version of our site is backed up in case of data loss. The optimal solution would be to have a history of all the previous states of the website. ...