1

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

Comments
  • 2
    @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.)
  • 3
    @fraktalisman green dots don't get to use the URL feature 👀

    Hi green dot!
  • 3
    I smell spam
  • 6
    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...
  • 1
    @AtuM there are always many things you can optimise
  • 0
  • 0
  • 0
  • 0
    Thanks alot @100110111

    I work on these,.
Add Comment