Improve your site performance


Many times we used to face the issue like visitor are not taking interest in our website(s) or just they are coming and going back. Here are the few tips you need to follow, Try and see the differences

  • First of all we need to look out on our page load time, it must be as minim as could possible. Because our first impression of site is only the loading time. It should not take more than 6 seconds. Try to optimize images and extra codes which increase the time of your loading time.
  • Avoid unnecessary on load code which creates irritation to the end users like sounds on page load, videos or flash intro etc.
  • Visual Impact of your site is major concern about the users to stay or not. Use color, images and quality text in your pages.
  • Your site should be compatible to all users browser, they might be using older version so they will not stay on your site.
  • Use heading with your relevant keywords, what user searches is first targeted to our heading which is used in head tag. So use proper heading with your page.
  • Images are very much concern about your project or about your information. Try to use the images original which you have do not use copied images from anywhere else.
  • Makes your page(s) navigation very simple do not use so much hesitation to think users where to click and what to click. Try to use site map with all pages links.
  • Use alternative text and title in your images and anchor link which also helps crawlers to point to the relevant pages.
  • Add testimonial in your website it shows better result to coming users to positive effect.
  • Add user(s) feedback on your sites, what they actually see and got in your site and how much it was helpful to them
  • Avoid unnecessary link more than one times in pages if not required.
  • Avoid many connection open, close from the database if you are using dynamic data to your pages.
  • Avoid unnecessary session variable or kill it when not in use.
  • Try to pull only that much field in select statements which required, do not try to pull all data from the database table.
  • Avoid query statements in your pages, it‘s time consuming and not compiled it compiles when it runs. Try to use stored procedure which is precompiled and ready to use and less time consuming and faster than SQL queries.


These few above points are very helpful to our website to increase users and good results to them.

Comments