boneskull / bugmonkey-markdown

BugMonkey customization for FogBugz which allows for Markdown in editor
http://boneskull.github.io/bugmonkey-markdown
MIT License
3 stars 0 forks source link

CDN too slow #16

Closed boneskull closed 10 years ago

boneskull commented 10 years ago

add a build step to curl everything and uglify it.

jimaek commented 10 years ago

Check this out if you are interested http://www.cdnperf.com/

boneskull commented 10 years ago

@jimaek Thanks. Unfortunately this system is a bit unlike others in that I don't have control over when the CDNs are hit. My code is run in some sandbox at some arbitrary time. If this weren't the case I'd use them, but any further loading of Ajax scripts (which is what I have to do) will just make things slower.

jimaek commented 10 years ago

I see :)