What’s the best way to handle images when working with a database?
When i use images, the system creates folders for each newsitem with the image inside.
But this slows down my page because the system still uses the folders to search for the images($page->images() or $page->mydbimg()->tofile()). So the benefits of using a database (speed) dissapears.
Is there another (faster) way or a special trick ?
(I have a table with some newsitems with an image for each newsitem. On the global newspage i have a grid of the newsitems with an image).
thanks.