3 minutes read If you own an E-commerce website or you are responsible with the performance of a E-commerce website there are some specific tests you would want to do in order to find potential bottlenecks and be confident nothing is going to break when a lot of users are going to access your E-commerce website. Here are… Read more »
Posts Categorized: Page Load Time
What is a HTTP GET Request?
< 1 minute read The HTTP “GET” method is used just for retrieving data and should have no other effect. When you enter a URI in the browser or you click on a link you are executing a GET request. Here are some characteristics of GET requests: can be cached, bookmarked, appear in browser history. You can easily find details… Read more »
UI and performance testing for UI heavy web applications – solutions
3 minutes read Create automated website tests for free with LoadFocus.com. Testing the UI (user interface) of web applications has been always a main concern of developers. It is the first thing that a user/customer notices once something is wrong. There quite a few solutions on the testing world out there. I will enumerate most of them here and… Read more »