If you are looking for a way to automatically generate a post index page, with all the post title & link in a WordPress website, the simple way is to use WP_Query, with “posts_per_page=-1” as $args. There are ways to…
Tag: Performance
Many of WordPress users install Jetpack plugin on their WordPress websites. I am not going to discuss whether you should or should not install Jetpack, but reminding you to revisit the Jetpack plugin configuration page, and tailor down to meet…
If you are keen to WordPress performance, you should have known CDN (Content Delivery Network). The purpose is to deploy website content across multiple servers, to make webpage load faster from end user’s perspective. I am not writing this to…
Most blog owners block comment spam in their WordPress blog heavily relying on anti-spam plugin or built-in Comments Blacklist. While this provides easy solution that works, it does have drawbacks. Because it does NOT stop spammer from doing this, but…
WP Engine is a recommended premium WordPress hosting provider for super duper fast performance. Its package is pricy because it is a managed hosting service solution. The company dedicates resources in providing added service specially for WordPress than regular hosting…
Sooner or later, you will deal with page speed, loading time, and other performance related subjects. Running developer tools, such as Yahoo YSlow, or Google Page Speed, “Add Expires Headers” can be one advice you won’t miss if you are…
If you found yourself spending too much time watching the loading icon on your WordPress website, it is time to consider a performance optimization. WordPress loves memory! Insufficient memory can lead to slow response, and in the worst case (I’ve…