
ArtsHacker’s Guide To Combating Post Net Neutrality Slowdowns: Minification and Reducing HTTP Requests
By
One of the most common problems WordPress users run into over time are slowdowns resulting from an overload of HTTP requests. In English, those requests are the sum of getting and sending data, which could be something simple like files and images to something quite complex like social sharing, analytics tracking, and eCommerce functionality. The more stuff a user can interact with on any given page, the more HTTP requests it generates. The more HTTP ...

ArtsHacker’s Guide To Combating Post Net Neutrality Slowdowns: Database Optimization
By
At the heart of a website is its database. Different publishing platforms will opt for one database format over another but this installment will focus on the MySQL database management system as used inside a WordPress environment. Although most of the optimization tasks we’ll be reviewing rely on running SQL queries, we’re also include a list of WordPress plugin resources you can use for implementing some of these tasks. The good news there is none ...

ArtsHacker’s Guide To Combating Post Net Neutrality Slowdowns: Image Compression
By
Among the wide array of options available for improving page load speeds and server performance, image compression is one of the most important. The best part is regardless your skillset, there are options at your disposal for making improvements. We’ll be examining both plugin based and direct methods. In most cases, you’ll be able to use one, the other, or both to maximize effectiveness. 1. Manual Image Compression One of the most common bear traps ...
Thank you for the authoritative read on this issue. To me, being able to actually see the icon in the…