Home

Performance Testing and Engineering

  • What is lazy loading

    27th Nov 2019 by

    Lazy loading is an optimization technique whereby we delay the load of an object(image, video, audio, documents) until when it is needed. When a user opens a webpage, all the contents are downloaded in one fell swoop. Most of the contents may never be interacted with or seen by the user. So why waste precious… Read more

  • Concurrent vs Simultaneous users

    27th Nov 2019 by

    Many people’s get confused between concurrent and simultaneous users on an application Concurrent Users: When multiple users access a website but perform different-different actions at the same time is called concurrent users. Simultaneous Users: When multiple users access a website and Perform the same action at the same time is called simontenious users. Rendsveous point… Read more

View all posts

Follow My Blog

Get new content delivered directly to your inbox.