Skip to content

Instantly share code, notes, and snippets.

View varunashanbhag's full-sized avatar

Varun Shanbhag varunashanbhag

  • Mumbai
View GitHub Profile
@varunashanbhag
varunashanbhag / Impact.txt
Created September 22, 2023 19:04
Core Web Vitals
MOBILE
Before | After
38.43 | 52.92
34.56 | 89.56
40.9 | 74
30.82 | 50.8
DESKTOP
Before | After
84 | 95.11
@varunashanbhag
varunashanbhag / Instructions.sh
Last active March 2, 2024 13:49 — forked from GhazanfarMir/Instructions.sh
Install PHP7.4 NGINX and PHP7.4-FPM on Ubuntu 18.04
########## Install NGINX ##############
# Install software-properties-common package to give us add-apt-repository package
sudo apt-get install -y software-properties-common
# Install latest nginx version from community maintained ppa
sudo add-apt-repository ppa:nginx/stable
# Update packages after adding ppa