News Feed
Jobs Feed
Sections




News Archive
MrPHP.com.au:
Image Cache using phpThumb and .htaccess
October 15, 2008 @ 11:12:14

Brett send in a link to a new post on his "Mr PHP" blog about a method he's come up with to cache images using the phpThumb library.

Generate thumbs by visiting a URL such as your.com/thumbs/images/image.50x50.jpg. This will create a 50x50px thumbnail of your.com/images/image.jpg. The thumb will be stored on your server at your.com/thumbs/images/image.50x50.jpg so the next request for the same image will be loaded without loading php for ultra fast image cache.

The phpThumb tool lets you dynamically resize an image and, if one does not exist for it, make a thumbnail that's output and cached. From then on the script just pulls from that local copy. He includes his code to get it working and the mod_rewrite rule that maps an image request back to it (so it's still "/images/myimage.jpg" instead of "/app/phpThumb.php?src=myimage.jpg&w=100&h=100" in the img src).

0 comments voice your opinion now!
image cache phpthumb modrewrite img src tutorial


blog comments powered by Disqus

Similar Posts

Padraic Brady's Blog: Writing A Simple Twitter Client Using the PHP Zend Framework's OAuth Library

Mfana Ronald Conco's Blog: RabbitMQ and PHP Part 2 - Durable Queues and Persistent Messages

PHP-HTML.net: Creating a Simple PHP Cache Script

Zend Developer Zone: An Introduction to the Art of Unit Testing in PHP

PHPBuilder.com: Getting started with Flex and Zend_Amf


Community Events









Don't see your event here?
Let us know!


api object community example unittest development release phpunit tool framework introduction code database zendframework2 opinion interview podcast composer language testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework