ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How do you optimize and reduce web application load time?

user-image
تم إضافة السؤال من قبل Yasmeen Husam , Web Developer , Al Fahid Systems
تاريخ النشر: 2019/03/26
Sameer Mohamed
من قبل Sameer Mohamed , Web Application Developer , Wheels Lanka (Pvt) Ltd

web users expect a site to load in 2 seconds or less. You have to check following areas,

Minimize HTTP Requests

  • Combining CSS/JS Files
  • Reduce the number of images you use

Utilize CDNs & Remove Unused Scripts/Files

A CDN is a collection of web servers distributed across multiple locations so content can be more efficiently delivered to users. CDNs are typically used for static content or files that do need to be touched once uploaded.

Browser Caching

Browser caching allows assets on your website to be downloaded to your hard drive once into a cache, or a temporary storage space. Those files are now stored locally on your system, which allows subsequent page loads to increase in speed.

Compress Images & Optimize Files

Keep all your images below 150KB, nothing above 1920px in width, at an average/medium/72dpi quality level. Any larger and you’ll notice the images loading very late after the page renders as well as the slow response times to user behavior.

 

Hafiz Umair Hashmi
من قبل Hafiz Umair Hashmi , Sr. software Engineer , kulsum International Hospital

Its a good question, if user go to website and after opening the website if it take time to load that make user unatractive and he leave your website.

User want website load with in 5 to 10 sec if your website is taking more time to load soa u need to check following

  • Remove unnecessary Scripts and style sheets. 
  • Make Images Web optimized. 
  • use asyn loading for CSS and Js files.
  • Reduce server response time.

Adam Ahmed
من قبل Adam Ahmed , IT & Web Developer , Freelance

Basm allah alrahman alrahim

 

here is a link to your answer

 

 

Default and good time of opening any webapplication from google is 3 seconds.

 

If application delayed. Following problems may occured:

 

   1. Pictures who uploaded on web are very large.

 

   2. Upload a video on web.

 

   3. Web cache is full.

 

Solutions:

 

   1. Compreesed pictures (60 kb) uploading on webapplication.

   2. Upload video on youtube and linked on your webapplication.

   3. By optimizing caches whereby, you ensure that the browser uses local memory to cache       

        resources in order to avoid unnecessary server request.

   4. Doing away with redirects, which they require extra processing time. Server the site to 

        users directly. 

   5. Using direct buttons. Using javascript heavy plugins to manage social sharing or transfers  

        which adds bloats and extra http calls. Therefore it is advisable to use share buttons that  

        requires minimal scripting and load social media scripts asynchronously. 

   6. By use of content delivery network. Whereby CDN such as Amazon Cloudfront to reduce    

        the page load time

Gantone Mchana
من قبل Gantone Mchana , Accounting, European Foods Africa Ltd

A number of steps can be followed to optimize web app load time, I will mention a few: 1. By optimizing caches whereby, you ensure that the browser uses local memory to cache resources in order to avoid unnecessary server request. 2. Doing away with redirects, which they require extra processing time. Server the site to users directly. 3. Using direct buttons. Using javascript heavy plugins to manage social sharing or transfers which adds bloats and extra http calls. Therefore it is advisable to use share buttons that requires minimal scripting and load social media scripts asynchronously. 4. By use of content delivery network. Whereby CDN such as Amazon Cloudfront to reduce the page load time.

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟