Performance Testing and Engineering
-
What is lazy loading
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
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
Follow My Blog
Get new content delivered directly to your inbox.