25
techdoc
7y

Hey guys, if you have some time, can you provide feedback on a new website I launched. It aggregates online product reviews and applies AI to them.

http://diducheck.com

Do you think this is a useful website? Thanks in advance!

Comments
  • 4
    Hey this is actually really cool. I would use this. Nice UI/UX too.
  • 2
    Doesn't load on my mi4i. Gonna check(get it?) when I get home.
  • 2
    @techdoc just opend it on my android phone (chrome) and there's just a white page displayed, no content, no failure message. Is your site down or is this intentionally? (Is intentionally written with one or two `l`?)
  • 0
    @corscheid Thanks for the feedback!
  • 3
    @mirnapls @pascalwacker Sorry guys, but the site loads a bit slow, especially on mobile (I need to put a loading icon or something). That's a bad UX on my part, will improve it.
  • 3
    Awesome design and really useful service you got there.

    Pro: easy to understand
    - nice effect on the search bar
    - useful information
    - intuitive
    Cons:
    - review time (not that i complain but other people might)

    That's it
  • 2
    I saw white for a few secs initially but it then loaded. Android 6 Chrome latest stable.
  • 2
    @techdoc now it's loading fine (well a bit slow but still) before I waited about 30 sec, but nothing happened.

    If you're looking to optimize the site, get yourself something like YSlow (firefox extension). Check if Gzip is working and if expire headers are set properly. If you're looking for something really serious, get yourself a varnish server and just cache every thing. (I haven't took a deep look yet, but I think caching all content should be fine in your case. Otherwise use Memcache to cache DB queries oder full html responses.)
  • 1
    @crackroach Thanks for the feedback. And yea I realize the review time is a pain-point as of right now, the long term goal is to pre-cache all product reviews, but that's only if the website picks up.
  • 1
    @pascalwacker it's still in Beta. It's running on AngularJS 2, and the JS files are not merged into one file. Will work on that of course, thanks for the feedback!
  • 2
    1-merge Your Scripts in to One File
    2-Gzip compress Your Merged Files
    3-Do TreeShaking on Your Bundle file
    4- Your UI/UX is So Nice <3
  • 1
    I like it nice job!
  • 3
    Really nice job with this! Incredibly impressive how it groups the most popular keywords - this is very useful and straight to the point. I searched for Moto 360 and the first negative keyword that appeared was 'battery' - I can vouch for that!

    A few things you could do to improve general SEO and stuff would be to add a head title (currently just says diducheck.com for me) and a few fav icons.

    Great design, love the use of big images and the like. My only other nit-pick would be to add a footer just to show the user that this is the end of the page - I initially thought I was waiting on something to load with Ajax or whatever!

    All in all though, incredibly nice site! Well done!
  • 3
    Looks really good, might actually use this sometimes 😀. One tip (maybe for later, can't help myself, sorry), maybe add SSL in the future somewhere? (letsencrypt.org for example (freeeeee)) just my 2 cents :).
    But yeah, looks really great!
  • 1
    @linuxxx this is a good point, or you can always use CloudFlare for free SSL if your host doesn't like LetsEncrypt
  • 2
    @sambenge Someone who agrees with me.... I could get used to this 😜
  • 2
    @linuxxx I definitely agree with you! SSL is becoming incredibly important even for basic sites with Chrome now branding sites without it as 'not secure'!
  • 3
    @sambenge I have to correct you to "Chrome and Firefox"* 😉. But yes indeed!
  • 1
    @linuxxx ah sorry, I don't really keep up with Firefox. Glad they're pushing it too though!
  • 1
    Great site and a really good idea.
    You need to sort that homepage load speed. Once I've searched, I'm happy waiting while it grabs the reviews, but the homepage should load immediately.
    Apart from that it's pleasant to use. Good work.
  • 1
    @sambenge Thats alrighty haha, I hardly keep up with Chrome/Chromium myself :). But he they rolled it out around the same time as Chrome/Chromium!
  • 3
    @techdoc I hate you... Every time I want to buy smth I check multiple reviews to make sure I'm not gonna buy crap... What am I gonna do with all that spare time?
  • 1
    I think you should make mote obviuos a buy now button instead of relying on users clicking on the price
  • 1
    The good:
    Very intuitive and clean. I got how it woeks and saw the value in seconds.

    The bad:
    Slow loading time.

    Overall it seems like a good idea :)
  • 2
    Shows a blank page when JavaScript is disabled...
  • 1
    This is awesome man! Worked well on my iPhone 6 safari and chrome. Hope you post the final product when it's out beta man. Keep up the good work.
  • 1
    @techdoc was playing with it some more this morning and noticed the pricing you display doesn't seem to correspond to Amazon's price when you click on the amount? Just thoughts..
  • 1
    @wglenn probably because amazon are changing prices based on your "profile", weekday, time, how much is in stock and so on. There isn't just " one" price...
  • 1
    @pascalwacker yeah I figured as much but just seems a hair confusing if I was an end user..
  • 1
    @techdoc Such A Nice UI. Though I Would Say Place Pictures Above The Keywords, Just A Suggestion.
  • 0
    Thanks for all the feedback everyone! This is really amazing, it really helps me clarify what needs to be improved! DevRant is awesome!
  • 0
    @linuxxx will add SSL soon for sure. @FoxTobs, I think that's the best comment I've gotten for this product :). @krlooss yup, the UI needs a slight update. @gnaaah will add a message for users without JS. @revDant this was put together really quickly, that's why, but thx for the suggestion. @wglenn @pascalwacker I plugged into Amazon API to get pricing, might be pulling the wrong price or something, will look into it. And like most people mentioned, I'll work on decreasing load time as well.
Add Comment