Skip to content

Instantly share code, notes, and snippets.

@mikecmpbll
Created November 7, 2012 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikecmpbll/4030428 to your computer and use it in GitHub Desktop.
Save mikecmpbll/4030428 to your computer and use it in GitHub Desktop.
Slow load
.fields.condition{ "data-object-name" => f.object_name }
%p
= link_to_remove_fields t(:advanced_search_remove_condition), f
= f.attribute_fields do |a|
%span.fields{ "data-object-name" => f.object_name }
= a.attribute_select :associations => %w(account tags activities emails addresses)
= f.predicate_select({:only => [:cont, :not_cont, :blank, :present, :null, :not_null, :matches, :does_not_match, :eq, :not_eq, :lt, :gt], :compounds => false}, :class => "predicate")
= f.value_fields do |v|
%span.fields.value{ 'data-object-name' => f.object_name }
= v.text_field :value
Started GET "/accounts" for 10.0.0.64 at 2012-11-07 09:35:51 +0000
Processing by AccountsController#index as HTML
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/shared/_inline_styles.html.haml (3.6ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_format_buttons.html.haml (2.2ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_title_bar.html.haml (10.7ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/shared/_sort_by.html.haml (5.5ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_basic_search.html.haml (7.4ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_condition_fields.html.haml (385.0ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_condition_fields.html.haml (258.3ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_grouping_fields.html.haml (652.6ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_condition_fields.html.haml (239.1ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_condition_fields.html.haml (220.1ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_grouping_fields.html.haml (466.4ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_advanced_search.html.haml (1128.2ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/entities/_search.html.haml (1138.3ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/shared/_empty.html.haml (1.9ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/shared/_paginate_with_per_page.html.haml (2.2ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/shared/_export.html.haml (2.9ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/accounts/index.html.haml within layouts/application (1165.9ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/layouts/_jumpbox.html.haml (2.2ms)
Rendered layouts/_header.html.haml (4.3ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/accounts/_sidebar_index.html.haml (6.7ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/shared/_recently.html.haml (2.4ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/layouts/_sidebar.html.haml (11.8ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/layouts/_tabbed.html.haml (18.7ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/layouts/_about.html.haml (1.6ms)
Rendered vendor/cache/fat_free_crm-05c994a96309/app/views/layouts/_footer.html.haml (2.9ms)
Completed 200 OK in 1343ms (Views: 1200.0ms | ActiveRecord: 12.8ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment