Author: ACMer
We all know the images are the performance bottlenecks of pages loading. more than 60% of time is spent on downloading the images. Images can be optimized if you …
I was trying to post some reply containing SQL code on bbForum and somehow it leads to this page: I have tried setting the security level from medium to …
Wow, I have to admit that this is my late gift for the Valentines Day. I was using Windows Phones i.e. BLU and Nokia Lumia 635 for a while …
Cloudflare by default only caches the static resources, such as images, audios, documents. If your site does not have dynamic contents or is updated less frequently (e.g. if you …
WordPress provides an API is_user_logged_in() to check if any user is loggin, but unfortunately, it is not directly available when you write plugins e.g. Plugins are loaded before pluggable.php …