We are going to do a performance test on getting the data from MySQL database using PHP vs getting data from MySQL database using AJAX…
In this tutorial, we are going to teach you how you can load the content of div only when user scrolled to that section. For…
In this tutorial, we will teach you how you can prevent user from login for 30 seconds after they made 3 failed login attempts. We…
In MySQL database, indexes are used to optimize the database server by reducing the cost for searching data. Take it as an example of index…
Page level cache in PHP means that the most frequent data will be stored in cache. So instead of requesting the same data from database,…
Lazy load images means loading images on websites asynchronously. Lazy loading is technique that defers loading of non-critical resources at page load time. Instead, these…
Generate sprite image Sprite is a computer graphics term for a two-dimensional bitmap that is integrated into a larger scene, most often in a 2D…