Site a wee bit faster (maybe)
In an effort to do less and offer more, I have continued on a quest to make WordPress run faster on my server. Hopefully it’s a bit snappier. First I installed WP Super Cache which seems to help quite a bit. The idea is it caches dynamic content into a static html page to be served up to visitors and totally bypassing mySql and php in the process. Of course it comes with it’s own caveats but does seem to help. Second I tweaked Apache’s config file to process more http requests at a time. This also seemed to help some. At any rate … the quest goes on.
Categories: General