Web development tips, tricks and tutorials for web developers of all levels.
A better solution is to only disable lazy loading for selected images by class, particularly for images which increase the LCP metric.
Read moreRather than manually creating a visual representation of your database schema, which can be extremely time-consuming and error-prone, MySQL Workbench simplifies this task using their database reverse engineer functionality.
Read moreWhen you set a cookie you should specify an expire time and a path. If you don’t specify a path the cookie is accessible only by the current page.
Read moreIf you have a website where it is possible to serve multiple versions of the site using the same URL, you may run into problems where NGINX returns from cache the incorrect version. For example, if your site has multiple themes or you use browser user agent sniffing to provide different content to users.
Read moreIf you’re not using the Gutenberg editor (introduced in WordPress version 5), it is a good idea to remove the Gutenberg CSS which is automatically loaded.
Read moreWhen you create your first import installation in WP Synchro on your local site, it defaults to verifying the SSL certificate on your local setup.
Read moreIn this article, we will look at CLS (Cumulative Layout Shift) and how sliders/carousels such as Owl Carousel negatively impact CLS scores and provide a fix.
Read moreAre you constantly getting notifications on your WordPress blog that you have received a trackback or pingback? Are you unsure about whether to approve them or trash them or spam them? In this article I will attempt to explain what trackbacks and pingbacks are, and point out that in the majority of cases they are […]
Read moreWordpress and many of its plugins add shortcodes to your theme which you can then use in your pages and posts. A shortcode looks something like [myshortcode].
Read more