Reducing Total Blocking Time (TBT) is crucial for improving webpage interactivity and providing a better user experience. TBT measures the total time during which…
Latest posts - Page 3
13 Tips on how to reduce Largest Contentful Paint (LCP)
Reducing Largest Contentful Paint (LCP) is essential for improving webpage performance and providing a better user experience. LCP measures the loading time of the…
13 Tips on how to reduce First Contentful Paint (FCP)
Reducing First Contentful Paint (FCP) is crucial for improving webpage performance and providing a better user experience. FCP measures the time it takes for…
Boost Legal Compliance and User Trust with the Terms and Conditions Popup Plugin for WordPress
As website owners, it’s essential to follow the rules and gain the trust of your users. A practical way to achieve both goals is…
Link Click Tracking with Tag manager and GA4
Adding this to my archives. Pretty good step by step explanation on how to track link clicks with Tag manager and provide it to…
Lando Update of drupal core failed RuntimeException
I use Lando to set up most of my local environments. While I really like the ease of use and uniformity of Lando for…
jQuery open all external links in a new Tab
This is a very common request by clients, mostly for SEO reasons they want a jQuery solution to open all external links in a…
How to create a new WordPress user on WP Engine
When it comes to creating a new user for any WordPress website the easiest way I found is using WP CLI command line tool.…
OCI runtime exec failed: exec failed: starting container process caused: exec: “wp”
Lando was not able to run wp cli, and gave me the following error: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process…
Uikit Navbar by a WordPress Menu Walker
Here is a code snippet that you can use to have your WordPress website generate Uikit navigation bar or navigation menu. Once you include…