ArtsHacker’s Guide To Combating Post Net Neutrality Slowdowns: Stability and Security

While open source publishing platforms (WordPress, Drupal, Joomla, etc.) are loaded with positives, one of the growing challenges is making sure the combination of themes and plugins function as designed without conflicts following updates. If you think you can avoid the problem by simply ignoring updates, think again. They often include critical security updates that protect your site from hackers looking to exploit potential vulnerabilities. More often, updates include improvements and new features that keep ...

Coding, Security, Web Tech

2 comments

Read More
Minification

ArtsHacker’s Guide To Combating Post Net Neutrality Slowdowns: Minification and Reducing HTTP Requests

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 ...

Web Tech

Leave a comment

Read More
Database Optimization

ArtsHacker’s Guide To Combating Post Net Neutrality Slowdowns: Database Optimization

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 ...

Web Tech

2 comments

Read More
12 Next