gitlab-org--gitlab-foss/lib/banzai
Yorick Peterse 84b0ab7766 Added & use Gitlab::Routing for URL helpers
Rails' "url_helpers" method creates an anonymous Module (which a bunch
of methods) on every call. By caching the output of this method in a
dedicated method we can shave off about 10 seconds of loading time for
an issue with around 200 comments.
2016-04-01 11:13:48 +02:00
..
filter Added & use Gitlab::Routing for URL helpers 2016-04-01 11:13:48 +02:00
pipeline Remove redundant requires from Banzai files 2016-03-24 13:23:47 -04:00
cross_project_reference.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
filter.rb Remove redundant requires from Banzai files 2016-03-24 13:23:47 -04:00
filter_array.rb Add FilterArray class to Banzai 2016-03-01 15:54:35 -05:00
lazy_reference.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
pipeline.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
querying.rb Optimize CSS expressions produced by Nokogiri 2015-12-31 15:46:47 +01:00
reference_extractor.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
renderer.rb Add a PreProcessPipeline 2016-03-02 22:19:36 -05:00