-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove scrollback.io and other cruft #96
Conversation
👍 for removing scrollback. I agree it doesn't add much value. 👎 for removing google analytics without replacing with the new Universal Analytics. It isn't that hard. Server logs are great, but we head back to the issue of who's gonna maintain a server for goaccess etc. 👍 for zepto. |
Kai, Why are you removing scrollback.io?
On 09/11/2014 02:41 PM, Kai Hendry wrote:
|
Erm, why is Google Analytics being pulled?
On 09/11/2014 02:58 PM, Chinmay Pendharkar wrote:
|
As mentioned in the description, and as a longtime IRC user, it provides no utility @rolandturner Read the description. I used |
@rolandturner, @notthetup: @kaihendry doesn't have access to Google Analytics, but that doesn't give him an excuse to pull Google Analytics from the site. :P @kaihendry, please update the Google Analytics code to this.
or if anyone is feeling adventurous - Google Tag Manager:
|
Just added @kaihendry and @notthetup to Analytics. |
1832178
to
36e9831
Compare
I've amended and put the GA universal snippet in there. We must submit to Google. 😺 |
Must. Have. Data. ℹ️ |
@kaihendry may I suggest you break down this commit to three different pull request? ga, davis, and scrollback.io Smaller atomic pull request get merged faster |
@chernjie no, it will be faster if you merge it right now. These changes are trivial. |
remove scrollback.io and other cruft
On 09/11/2014 03:07 PM, Kai Hendry wrote:
Apologies, the description didn't appear in the email (something is
If Scrollback is integrated correctly, it can't slow the site down. It's I note that the pull has happened, can we please undo this?
|
@rolandturner it does slow the site down. Have a look at the paint refreshes in Google chrome dev tools and its esp bad on mobile. If you need a Web client, (i.e. you don't want to install an IRC client locally I'll happily help setup a Web IRC client like shout. In the interim there is http://webchat.freenode.net/ |
I can add a data point as someone who's quite regularly in the IRC room. I have yet to have a conversation with anyone who ended up on the #hackerspacesg IRC channel using scrollback.io. Most scrollback.io users usually just say "hello" and soon leave the room. Point being it hasn't really added much interactivity to the website or hasn't gotten new regulars to our hackerspacesg channel. |
I noticed that the mailing list was cc'ed by @rolandturner. Goodness! I agree with the removal of Scrollback widget. We can continue to link to Scrollback directly, but the widget should go! |
On 09/11/2014 09:25 PM, Chinmay Pendharkar wrote:
That does point to Scrollback not being a good fit for HackerspaceSG. Thanks.
|
scrollback.io and davis is slowing down the site. This is especially apparent on the mobile site. This is a purge of it to make the site faster.
We have tried scrollback.io over the last year. I for one think it has brought zero utility. There are better Web logging applications, e.g. https://botbot.me/ There are better Web IRC clients https://news.ycombinator.com/item?id=8285832
google analytics was removed too since this is the older slower method and should be probably using its new Universal API or just use the server logs, e.g. with http://goaccess.io/
I also took the liberty of updating jquery. Though we should probably replace jquery with the even saner http://zeptojs.com/