Optimizing (boost) (tag)
Queries Caching: WP_Query (WP 6.1 ) WP_Term_Query (WP 6.4)

This article discusses the caching improvements in WP_Query introduced in WordPress 6.1, including how to enable, disable, and manage caching effectively.
Meta tags: dns-prefetch, preconnect, prefetch, prerender, preload

Explanation of meta tags such as dns-prefetch, preconnect, prefetch, prerender, and preload for the browser and their usage.
Connecting jQuery from Google CDN with Auto-detection of Version

This article explains the correct way to connect jQuery in WordPress and the advantages of using Google CDN for jQuery.
Disabling the creation of copies of images in WordPress

By default, WordPress generates four sizes for each original image we upload and another 2 copies when a huge image is uploaded. Also, themes and plugins can create...
SHORTINIT constant: WordPress environment with minimal load

I was worried about a question: how can I use $wpdb
object and site database with which I work, but with minimal loading of WP environment. Sometimes it is...