20+ Must Have WordPress Plugins 2019 – Essential Plugins for Professional WordPress Websites

Facebook Twitter Shares WordPress plugins are great tools for adding and extending functionality to WordPress.  In this post, I will discuss 20+ best WordPress plugins you should have on your WordPress website. These plugins will add awesome functionality to your site and make it ‘great’. Although the kind/ niche of your website mostly determines what plugins [...]

How to cache ajax queries in WordPress to improve performance

Hello! Working with wordpress for a while now, we noticed that many actions, whether administrative in nature or building a WordPress query on the front end, are dependent on the built-in admin-ajax.php or WordPress AJAX API. Since many 3rd party plugins depend on this Ajax API to dynamically push and pull data, it is unfortunately [...]

How to cache static files in varnish

One of the best performance stacks out there is Varnish + Nginx coupled with PHP-FPM. If we run a site using this setup, all the requests would go through Varnish. Varnish is a great caching solution to speed up any website. But does it need to cache static files which are already fast to deliver? Let’s talk about best approaches to deliver static...

Best WordPress Price Calculator Plugin in May 2019

  Do you want to show different cost calculation on your website? Then, you don’t have to look anywhere else. We have collected some useful WordPress price calculator plugin which allows you to easily create quote or price estimation forms for your WordPress powered website. These cost calculator plugins can be used for creating both single and complex calculations such...

Best WordPress Contact Form Plugins for May 2019

A ‘contact us’ page is an essential part of every website. It helps you to make your communication with the website visitors easy, efficient and effective.  The idea of creating contact us page is as old as the idea of website making, however, design and technique of creating it has changed over time, especially with [...]

How to backup and restore chats from one phone to another in HelloTalk App

Hello folks, I am an user of HelloTalk App and I've seen many times these messages: - "I lost my chat messages because I got a new phone" - "My chat converstation were lost when I reset my phone" - "I lost all my messages. if you know me, send me a message" as you can see, many people lost their messages when...

Migrating from old letsencrypt SSL to cerbot tool in nginx web server, ubuntu 18

I recently noticed that let's Encrypt has new tool to renew ssl certs.  if you can see: https://github.com/letsencrypt/letsencrypt redirect to: https://github.com/certbot/certbot so we have to migrate from old tool to new tool to renovate ssl certs. here it goes: first deactivate nginx and varnish if you have activated service nginx stop (optional) service varnish stop make a backup of your nginx files inside on the next dir: /etc/nginx/sites-available /etc/nginx/sites-enabled then delete files...

Best Contact Forms For WordPress in 2019

Contact forms is an essential element of every website as that is the place or source that makes visitors reach and communicate with you easily. Apparently if your WordPress site is missing contact form, then you could be blowing out a way that can raise you bigger business opportunities. Online form builder is the solution to this and will help you...

How To Install Webmin, nginx on Ubuntu 16.04 or 18.04

Webmin is a web-based control panel for any Linux machine which lets you manage your server through a modern web-based interface. With Webmin, you can change settings for common packages on the fly, including web servers and databases, as well as manage users, groups, and software packages. In this tutorial, you'll install and configure Webmin on your server and secure...

How to secure nginx on ubuntu 18.10

Nginx is a lightweight, high-performance web server/reverse proxy and e-mail (IMAP/POP3) proxy. It runs on UNIX, GNU/Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows. According to Netcraft, 13.50% of all domains on the Internet use nginx web server. Nginx is one of a handful of servers written to address the C10K problem. Unlike traditional servers, Nginx doesn’t...