How to use PageSpeed Insigths in localhost
PageSpeed Insights is a powerful tool that analyzes our web pages and give us useful data. Is it possible to use it in localhost?
March 23, 2022PageSpeed Insights is a powerful tool that analyzes our web pages and give us useful data. Is it possible to use it in localhost?
March 23, 2022When developing a website, caching is a serious thing. Here’s how to specify an efficient cache policy for our static assets.
March 22, 2022Let’s learn how to write and edit the htaccess file dynamically in WordPress, using insert_with_markers().
March 21, 2022In this article we will learn how to use lazy load for background images in WordPress, a useful solution to speed up loading times.
March 19, 2022In this tutorial we will learn how to add a thousands separator in PHP, to make our prices prettier than ever before.
December 4, 2021In this post we will learn how to secure our WordPress website using HTTPS, first by activating an SSL certificate.
November 26, 2021In this tutorial we will learn how to limit the length of a given string, by creating a function that will do all of that for us.
January 3, 2021In this post we will learn how to restrict WordPress content by user role, both by using a core functionality, or some PHP code for more versatility.
February 10, 2020In this tutorial we will learn how to insert post programmatically in WordPress, by using wp_insert_post(). It’s also possible to edit existing posts.
February 7, 2020In this tutorial we will learn a very easy way to get the current user ID in WordPress, using a core function that will give us what we’re looking for.
February 5, 2020