On large sites, this plugin gets slow in two places, eaching adding about a minute to render time on a complex site with about 500 posts. - [Matching urls to posts](https://github.com/developmentseed/jekyll-ga/blob/master/jekyll-ga.rb#L54-L57) - [Overriding the comparator](https://github.com/developmentseed/jekyll-ga/blob/master/jekyll-ga.rb#L65-L79), which is slow even when only returning the original function Need to figure out how to optimize these.
On large sites, this plugin gets slow in two places, eaching adding about a minute to render time on a complex site with about 500 posts.
Need to figure out how to optimize these.