Mobile app version of vmapp.org
Login or Join
Berumen354

: Performance, when regarding websites, is normally divided into two main areas of optimization: back-end performance and front-end performance. Back-end performance relates to techniques that improve

@Berumen354

Performance, when regarding websites, is normally divided into two main areas of optimization: back-end performance and front-end performance.

Back-end performance relates to techniques that improve the speed and/or overhead at server level, whether it be database queries (reducing the number of), or read/write requests.

Front-end performance relates to the techniques that are designed to deliver the content in the fastest way, using appropriate caching methods, leveraging concatenation of CSS and JavaScript to remove multiple HTTP requests and the like.

The majority of performance-related recommendations are outlined by Yahoo and Google on their respective performance best practice pages:


Yahoo - developer.yahoo.com/performance/rules.html Google - code.google.com/speed/page-speed/docs/rules_intro.html

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Berumen354

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme