Security Vulnerabilities in Popular Scripts

This is just an Important News Email alerting about Security Vulnerabilities Discovered in Popular Scripts like Wordpress and Magento. WordPress Vulnerability This is a new, serious vulnerability, announced recently which has the potential to cause some damage and disruption. Current versions of WordPress are vulnerable to a stored XSS. An ... Read More »

5th May 2015
Opcode Caching for ultra-fast PHP Performance

OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request. On each request PHP first compiles script and then execute it. Average compilation time of script is about 22.55% of total time . In opcache we save output of compilation in ... Read More »

5th May 2015