Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Don't go through building sequences for all collections.
Browse files Browse the repository at this point in the history
Speeds things up by about 25%.
  • Loading branch information
tpendragon authored and Jon Stroop committed Feb 1, 2017
1 parent 33410b1 commit 9376c19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/services/sparse_member_collection_manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ def apply(manifest)
def child_manifest_factory
OnlyPropertyManifestBuilder
end

def sequence_builder
nil
end
end
1 change: 1 addition & 0 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

require ::File.expand_path('../config/environment', __FILE__)
run Rails.application
# use Rack::RubyProf, :path => '/tmp/profile', printers: {::RubyProf::CallStackPrinter => 'call_stack.html'}

0 comments on commit 9376c19

Please sign in to comment.