Speed up Wordpress: Upload Photos to Flickr
Published on 08-18-2009
1
In an effort to speed up the load time of my Wordpress website, I wanted to share one tip I learned.
Upload Photos to Flickr to Trim Down on Server Requests
There are several reasons why Wordpress web sites get bogged down. One of them is due to requests to the web server.
(The following explanation comes from The Three Easiest Ways to Speed Up Wordpress)
“Every single item on a page generates a separate request to the web server. That would include the HTML page, the CSS page(s), javascripts, images, movies, and any other item. A server can only handle a certain number of requests at a given time, so trimming down the number of items or off-loading content to a second server can dramatically improve performance. For example, if you are going to have a post with several images embedded in it, consider uploading those to an image sharing site like Flickr and then embedding them in your page. That way, when visitors come to your site the images are being served up by Flickr’s giant servers which can easily withstand the load.”
Tutorial: Inserting Flickr Files into Wordpress Blog
2. Upload photos/videos to your Flickr account
3. Create a “set” of photos for each group you upload to keep them organized. I like to create a “set” for each group of images I am going to insert into one blog post.
| 4. When you are on your Flickr account homepage, click “You” in the top navigation, and then “Your Sets” |
| 5. Click on the set that has the image you want to insert into your blog |
| 6. Once you are in your set, click on the image you want to use. Click on “All Sizes” at the top of your image. |
| 7. Scroll down the page to “#2. Grab the photo’s URL” and copy the link in the box. |
| 8. Now, go to your wordpress blog post that you are drafting, click on the “add image” icon, then click the “from URL” tab. |
| 9. Paste the Flickr URL in the “Image URL” box, and then click “insert into post” |
Now you can add any image to your blog without slowing down your server!
Spread the Word:





Hey, thanks for this tip! I just got a wordpress site and am definitely going to give this a try.