Paperclip performance hit

Hi,

In order to customize my app in a web admin page, I’d like to create an
@application object that will be fetched from DB and hold various
customization values, it will be fetched for each request.

I’d like to add some files using that web admin and paperclip. Adding
4-5 has_attached_file to this @application object, will there be a
performance drop?