Post nr. 369
|
Also, something that has nothing to do with the site itself, but which is very nifty is thumbnail caching.
Thumbnails are used everywhere, not only in the registry. They're used in the forums, the classifieds section and in several other places. The webserver had to resize the original image for you each time you requested a page with a thumbnail on it. This isn't the only site that runs on the server, so when it get busy thumbnails were slow to load.
But now thumbnails are cached, the server will resize them once and keep a resized copy handy in case it is requested again. It will only re-resize the original image if it has modified since the last resize. This should considerably speed things up. |