Tag Archives | performance
PHP Coding Tips

10 Recommended PHP Coding Tips To Enhance Your Daily Coding Skills

Some say code is beauty, some say code is poetry and it is up to you (the developers) who writes such poetry and make it a beauty. Beautiful written code prevents coding hazards, took less time to understand by any other developers. So, no matter if you are a novice developer or an advanced developer, [...]

Read full story Comments { 6 }

7 Ways To Recession Proof Your Website

I got an email newsletter, found very interesting, so sharing the post as it is here: Recession is characterized by subdued demand and tendency of buyers to seek ‘value for their money’. With the average human attention span being less to 10 seconds, a website only has little time to convey this ‘value’ to its [...]

Read full story Comments { 0 }
Optimize JavaScript Code With Closure Compiler

Optimize JavaScript Code With Closure Compiler

The easiest way to get familiar with the Closure Compiler service is by optimizing a few simple functions in the service’s web UI. (http://code.google.com/closure/compiler/docs/gettingstarted_ui.html)

Read full story Comments { 0 }

Make Fewer Or Less HTTP Requests With Minify

When we talk about web2.0, fast web, fast page load, web page optimization, website performance, caching etc; the only thing come into our mind is how do we do that? Lets figure it out. This article is all about using a php library which takes less effort to have fast web pages for your websites. [...]

Read full story Comments { 1 }