codingteam / loglist

Reincarnation of the famous service
https://loglist.xyz/
MIT License
7 stars 4 forks source link

Optimize or drop JavaScript #161

Closed ForNeVeR closed 7 years ago

ForNeVeR commented 8 years ago

I wouldn't call our little scala.js experiment as completely successful: currently every our user have to download the whole 1.2 MiB of loglist-scalajs-fastopt.js. That's not acceptable.

We have to found a way to optimize it dramatically (to be no more than 400 kiB, preferably to 100 kiB or less) or completely rewrite it in plain JavaScript or some lighter language.