© 2022 Hashnode
Originally posted at Serverless on December 20th, 2016 Shifter is a SaaS hosting product that turns any type of WordPress website or blog into a static site. In one click your site can be converted i…
WooComerce is one of the leading eCommerce solutions that can turn your regular WordPress site into a dynamic eCommerce site. The greatest strength of WooCommerce is its ability to customize the site …
People search the internet to get answers and voice search is steadily becoming a common way to get answers to questions. In fact, according to a PwC survey, 71% of consumers would rather use a voice …
You have probably already used the revalidation feature on statically generated pages. Revalidation on Next.js means that the server will cache a version of your page for a number of seconds, so every…
Wordpress is one of the most used CMS ever. It's easy to use, considerably easy to develop and everybody knows it, so it's easy to find answers to whatever question you may have about it. However, usi…
Amazon Lightsail offers dedicated Databases. You can make use of it instead of an on-instance database. It's easy, managed, secure, and most importantly it's not tied to the instance. So, your databas…
In this article, I want to give you a crisp guide on the topic "How to create new custom user roles in WordPress" because this problem was often brought up in my circle of developer and content manage…
WordPress is a Content Management System primarily coded using the PHP programming language. PHP scripts have a maximum execution time to keep your site healthy, for example, if there were no maximum execution time, Attackers could use neve…
You will need your account's SSH user to have /bin/bash access for the following setup. Consult with your shared hosting provider and make sure that your SSH user has /bin/bash access. If you have adm…
Do not attempt this on a production website, create a staging and try debugging there 1. Create a list with all the active plugins wp plugin list --status=active --field=name > plugins.txt 2. Deactiv…