The Wordpress Plugin
WP ImageHost is a simple and easy to configurable plugin to host your images inside your blogposts on a separate subdomain to reduce the number of requests.
By default, the most Web browser will create from two to four connections to the Web server, for downloading a Web page. This will results in slow Web page displaying, especially if the requested Web page contains more than one image. However, we can actually trick the Web browser, by hosting the requested images in other domains. The imageurl has not to be a real domain, we can host images on a subdomain!The Web browser will download the images in parallel with the rest of the Web pages.
You can see the plugin in action on my
Weblog. The mainsite is runnung under
www.milchrausch.de and the images are served by
images.milchrausch.de
I would be the happiest guy in the world if you write a little blogpost about my plugin :-)
This section describes how to install the plugin and get it working.
- Upload the plugin folder folder to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress