Month: May 2021

Why does Next.js use Server-Side Rendering AND Client-Side Rendering

The whole point of React was to make website navigation faster with client-side rendering (CSR). So why does the React framework Next.js actually use server-side rendering (SSR)? This seems like it is taking a step backward, and eliminating the benefit of React. But Next.js actually performs both CSR and SSR on a page-by-page basis, allowing …

Why does Next.js use Server-Side Rendering AND Client-Side Rendering Read More »

Conversation with NameCheap to Activate SSL Certificate on cPanel

Your Question: Hello! I am trying to activate an SSL certificate for a friend. I thought I had done it a while ago, but after several days the site is still insecure. Could you please assist? Namecheap support pin: xxxxMy name: Omar ShishaniOwner of site: Brittany NealPlease wait and one of our operators will be with …

Conversation with NameCheap to Activate SSL Certificate on cPanel Read More »

Running cheetah.

How to Add Font Files to Your WordPress Server to Increase Load Speed

Adding font files to your WordPress server can speed up the load time of slow-loading fonts. Adding new fonts to your server involves two main steps: Adding the font files to the appropriate WordPress folder Adding a ‘font-face’ for each font file somewhere in one of your stylesheets Neither of these processes are particularly difficult, …

How to Add Font Files to Your WordPress Server to Increase Load Speed Read More »