Kevin Pirnie' Articles
- Home / Archives for July 2016
By: Kevin On: July 1, 2016
Posted In: CSS Design Development Hosting Mobile First PHP Plugins Security Theme Development Updates Wordpress caching compression css design practices development javascript mobile first mobile friendly php speed up the web wordpress wordpress performance
In part I, I walked you through my server setup to achieve a 1 second load time for my site. It is a Wordpress site, with a custom theme I developed. I gandered at the possibility of by-passing Wordpress's front-end engine, however, I found myself needing some of the built-in functionality Wordpress offers. Items like custom posts, pages, and even posts are simple sql queries, however; widgets, shortcodes, and most plugins then become unavailable. So, I delved into the realm of research and found Wordpress core functionality offered the functionality I required, with very little performance hit; so I decided to simply extend some memcached functionality when pulling my pages/posts/widget/etc... The only thing I found that I lost was time, and in the end drastically improved the… Read More