gitlab-org--gitlab-foss/app/uploaders
Sean McGivern 79dd92c818 Optimise upload path calls
String#underscore isn't particularly slow, but it's possible for us to
call it many times in a users autocomplete request, with mostly-static
values ('User', 'Group', etc.). We can memoise this and save a
surprising amount of time (around 10% of the total request time in some
cases).
2019-05-14 11:01:48 -05:00
..
attachment_uploader.rb Optimise upload path calls 2019-05-14 11:01:48 -05:00
avatar_uploader.rb Optimise upload path calls 2019-05-14 11:01:48 -05:00
external_diff_uploader.rb
favicon_uploader.rb
file_mover.rb
file_uploader.rb Run rubocop -a on CE files 2019-05-05 03:24:28 -07:00
gitlab_uploader.rb
import_export_uploader.rb Clean up CarrierWave's import/export files 2019-05-07 01:27:50 -07:00
job_artifact_uploader.rb
legacy_artifact_uploader.rb Drop legacy artifacts usage 2019-04-04 16:19:43 +07:00
lfs_object_uploader.rb
namespace_file_uploader.rb
object_storage.rb Remove deprecated uses of attribute_changed? 2019-04-30 15:24:25 +08:00
personal_file_uploader.rb Optimise upload path calls 2019-05-14 11:01:48 -05:00
records_uploads.rb Speed up avatar URLs with object storage 2019-04-04 11:32:42 +01:00
uploader_helper.rb
workhorse.rb