To get the basic idea please go through Part – 1. On Page Image Optimization As a general rule of thumb, larger files take longer to download than smaller files. Web page download time, also known as the Page Load Time depends on the total size of content assets being…
N ideas to increase performance of website – Part 1
Website speed matters. Fast-loading sites perform better on all fronts: better user experience, higher conversions, more engagement, even higher search rankings. If you’re targeting mobile traffic, site speed becomes even more important. No one wants to download a 4MB website on their smartphone, but most sites are that way. Your…
HTML6 OverView
Section 1 – Introduction HTML5 was a great leap forward for web developers. It gave us all kinds of hip new tags like <header>, <nav> and <footer>. It also gave us slick new JavaScript APIs like drag and drop, local Storage, and relocation. Still, there is a void that HTML5…
Make your WordPress Theme Retina Ready
Retina displays quickly becoming the standard need on phones, tablets and laptops. Retina display support is for giving great visual impact to viewers by serving high-res images to hi-res devices. There are plugin available for regular WordPress users that will add retina support to their site. Here are my recommendations.…
APC PHP Cache
APC stands for Alternative PHP Cache, and is a free open-source opcode (operation code) caching plugin for PHP. With APC setup on your server, your PHP script executions can be optimized to run more efficiently, by cutting down on needless dynamic PHP executions. Usage: STEP 1: Make a class…