Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@samwebstudio if you want to get feedback on a website, it helps to include a link / URL to the site.
(P.S. to the one who downvoted: why did you not bother to comment? I hate "lazy downvotes" on StackOverflow and I don't like them here, either.) -
You want feedback? You’ll get some upon a very quick look (procrastinating here, so why not):
* initial server response time is humongous
* there’s unused JS, which could be easily remedied by some code splitting
* unsafe links to cross-origin destinations, please add noopener and noreferrer rels for those
* pls upgrade to a newer Bootstrap version if you care about security
* I see errors and warnings in the console....
* on mobile time to interactive is even more humongous: after reducing initial server response time and code-splitting some of that JS, you could lazy-load offscreen images
(And all that from just the index page... most of the other pages are much worse - also, a visit to some other pages reveals the usage of jquery 2.2.0 - OUCH)
... and then to the more subjective feedback:
That scrolling reference thing is absolutely HORRIBLE. Also, your typography is inconsistent. The fonts used in the carousel are different from the rest, and not in any good way. The style in general seems not too consistent from page to page. Maybe that’s a conscious choice, but to my eyes it looks chaotic. Personally not a fan of excessive use of animations, but to each their own.
Better start optimizing... doesn’t look good if your page load average is ~ 9 seconds even over a good connection...
Related Rants
Hello Friends,
I Totally Optimized my website regarding Designing and Development.
If you have any suggestions to optimize more. Thanks in advance.
My Website: SAM Web Studio
random
php
js
css
html