-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Description
Hi,
First, thanks a lot for this Jekyll core extension :)
Issue
After updating to version v1.3.1, I've noticed that generating static websites on my local machine were taking 5 sec to 20 sec. After rolling back to v1.2.1, my website took 0.1 sec to generate.
I started investigating, and found out that the new noscript
fallback feature is to blame (#7), since it depends on a connection, instead of handling everything locally.
I understand that this feature is desirable for RSS feeds and many public facing websites, but Jekyll's speed is one of its great features.
Is it interesting having an option where users could deactivate the noscript
fallback? something like:
{% gist user/1234567 foo.js noscript:false %}