Acceleration (performance) (tag)
Speeding up the WordPress admin panel — disabling aggressive update checks
This article explains how to speed up the WordPress admin panel by disabling aggressive update checks, which often cause slowdowns and performance issues. It provides a...
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...
Fill a WordPress Site with Data (a Large Number of Posts) and Comments (for Testing)
Code for quickly filling a WordPress site with a large number of demo posts and comments for testing purposes.
Cutting text and/or replacing the standard the_excerpt() function
This article discusses the trimming of text in WordPress and the replacement of the standard the_excerpt() function with a more efficient method.
404 trap for non-existent files
The article talks about handling 404 errors for non-existent files in WordPress and suggests two methods for dealing with this issue: using .htaccess or in PHP.