Hi, I recently created a website. Since is an url shortener service I'm focused on the page speed. When you short an url it will give you a stats page where you can see the redirect details (os, mobile?, browser & country) + a nice small QR code. Please let me know what do you think: lru.io Thank you, Alexandru
Looks nice, I like the barebones screen. Seemed reasonably fast to load but when I viewed the source I was surprised to see all the javascript in the page and not cached in a separate file. Same goes for the stats page. The actual stats should be pulled from the db as a json feed and fed to the graphs, if not that js on the page is fine. This stuff, however, should be kept separate