How to optimize Magento cron jobs on shared hosting accounts
Optimizing cron jobs in Magento
By default, Magento runs cron jobs every 15 minutes. However, some of the jobs that Magento runs do not need to be run as frequently, particularly on shared hosting accounts. As a result, the default Magento cron job settings can lead to performance issues on shared servers that not only affect your account, but other accounts as well.
To optimize Magento cron jobs on a shared hosting account, follow these steps:
Log in to Magento using your administraPopularMost Popular Articles
At times BackupBuddy Plugin of wordpress gives error 4001 and cannot zip the backup.
Try going to settings of backupbuddy and look for advanced under settings option.
Search for zip section and select "Force Compatibility" option.
RetryFew readersFor the most part, all scripts in Softaculous install the same way with a few minor differences.Most Popular Articles
For the most part, all scripts in Softaculous install the same way with a few minor differences.
First, scroll down the list on the left until you find the script you want to install.
Let's choose Textpattern.
This first page shows you an overview of the software including a description and average user rating. If you decide this script doesn't fit your needs, simplFew readersHow can I redirect my HTTP site to HTTPS?
Even though You have an SSL certificate for Your website, your visitors will not use HTTPS while accessing your website by default.
You can simply add the following code to your .htaccess file, which is in your public_html folder, in order to force HTTPS:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.co.za [NC]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Just don't forget to change the "example.co.za" to your domainFew readers