AUDIT REPORT EXAMPLE

Similar documents
ultimo theme Update Guide Copyright Infortis All rights reserved

Installation, Configuration, and Usage

ultimo theme Update Guide Copyright Infortis All rights reserved

Bubble Code Review for Magento

Website Optimization Tips for Speed

HOW TO CREATE THEME IN MAGENTO 2

Improving Magento Front-End Performance

MAGENTO TRAINING PROGRAM

Web Performance. Lab. Bases de Dados e Aplicações Web MIEIC, FEUP 2014/15. Sérgio Nunes

Accelerating Wordpress for Pagerank and Profit

The importance of Drupal Cache. Luis F. Ribeiro Ci&T Inc. 2013

Magento Performance Optimization Whitepaper

Creating Value through Innovation MAGENTO 1.X TO MAGENTO 2.0 MIGRATION

ultimo theme Update Guide Copyright Infortis All rights reserved

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright Infortis. All rights reserved

WordPress Optimization

Front-End Performance Testing and Optimization

Top Navigation menu - Tabs. User Guide 1. &

Performance Report for: Report generated: Friday, April 24, 2015, 7:29 AM (via API)

E-commerce is also about

MAGENTO THEME SHOE STORE

Contents of the document

Site Audit ( /site_audit) Generated on Fri, 22 Aug :14:

(An) Optimal Drupal 7 Module Configuration for Site Performance JOE PRICE

Optimizing WordPress Performance: Page Speed and Load Times. Doug Yuen

79 Tips and Tricks for Magento Performance Improvement. for Magento Performance Improvement

WompMobile Technical FAQ

A Baseline for Web Performance

Simple Tips to Improve Drupal Performance: No Coding Required. By Erik Webb, Senior Technical Consultant, Acquia

Mage AW Blog Integrated Search

A BASELINE FOR WEB PERFORMANCE WITH PHANTOMJS

Shop Manager Manual ConfigBox 3.0 for Magento

A set-up guide and general information to help you get the most out of your new theme.

Auditing Drupal sites for performance, content and optimal configuration

Nginx 1 Web Server Implementation

Fortis Theme Update Guide

The Devil is in the Details. How to Optimize Magento Hosting to Increase Online Sales

Drupal Performance Tuning

Version USER GUIDE

Altima Lookbook Free Extension v

Kentico Site Delivery Checklist v1.1

Bubble Full Page Cache for Magento

ireview Template Manual

Drupal CMS for marketing sites

edream Fixed Header edream Market

making drupal run fast

Datasheet - Sitekit CMS Performance Tips

Aspect WordPress Theme

install the extension:

X-POS GUIDE. v3.4 INSTALLATION SmartOSC and X-POS

Installation Manual for Catalog Infinite Scroll extension

Mobile Application Performance Report

CARSTORE RESPONSIVE MAGENTO THEME

Mastering Magento Theme Design

Varnish the Drupal way

PageSpeed Insights. (expiration not specified)

Magento 1.3: PHP Developer's Guide

<Insert Picture Here> Oracle Web Cache 11g Overview

Shop by Manufacturer Custom Module for Magento

JTouch Mobile Extension for Joomla! User Guide

Website Performance: Kyle Simpson

Mistral Joomla Template

Digital Downloads Pro

Fortis Theme. User Guide. v Magento theme by Infortis. Copyright 2012 Infortis

Content Management System

Paul Boisvert. Director Product Management, Magento

Microsoft TMG Replacement with NetScaler

Art of Code Front-end Web Development Training Program

Load testing with. WAPT Cloud. Quick Start Guide

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME

85.1. Review of google.com. Your website score. Generated on Introduction. Table of Contents SEO. Iconography Pass

SIMGallery. User Documentation

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0)

Certified PHP/MySQL Web Developer Course

SPELL Tabs Evaluation Version

ProxiBlue Gift Promotions

Official Amazon Checkout Extension for Magento Commerce. Documentation

Zend Server 4.0 Beta 2 Release Announcement What s new in Zend Server 4.0 Beta 2 Updates and Improvements Resolved Issues Installation Issues

Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6

Getting Started with AWS. Static Website Hosting

Cache All The Things

Magento module Documentation

Working With Virtual Hosts on Pramati Server

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : rtharoth@yahoo.

Web Performance. Sergey Chernyshev. March '09 New York Web Standards Meetup. New York, NY. March 19 th, 2009

SFC Featured Categories, Magento Extension Documentation

SiteCelerate white paper

Web Designing with UI Designing

Matrix Responsive Template. User Manual. This manual contains an overview of Matrix Responsive Joomla Template and its use

Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4

1. Minimize HTTP Requests. 2. Put Stylesheets at the Top

Transcription:

AUDIT REPORT EXAMPLE Severity levels: low, average, high, critical Difficulty levels: low, average, high I. General information and server configuration Problem: Too many HTTP requests. Found (on homepage): Severity: Average Recommendations: combine external javascripts / css files as much as possible transform various background images in CSS sprites Use CDN for static resources (this will also avoid passing the cookies when make requests to static content thus improving page load time) Difficulty: Average Problem: Images are scaled down from HTML, causing 2 issues: 1. Unnecessarily high bandwith usage 2. Unnecessary browser processing when scaling the images. Recommendations: Modifying the images so they are the exact dimensions as the ones that are used (note that this applies both to images that are resized programmatically, and to various theme related images that will need to be manually resized like to logo, which is 285x63, and it's scaled down to 220x49)

Problem: Missing Expires headers for various content. Many static components don't have expires dates, and thus they are not cached Severity: Average Recommendations: Set the expires headers, so they can be cached by the browser or use a CDN Problem: Missing compression for many static files. Severity: High Recommendations: Add gzip compression to static files, or use a CDN Problem: Javascripts / css are not minified Recommendations: Minify these static resources whenever possible (admin panel configuration) Problem: Various PHP configurations Recommendations: We recommend changing the following php.ini configurations: precision: 8 (currently 14) we can consider upgrading PHP to 5.4 (currently 5.3.24). Magento announced recently that magento community (version 1.6 and higher) supports PHP 5.4 and this will improve performance and memory usage. However, this should be approached with care, since it may break some of the older modules. Difficulty: high (should be done by server administrator after we do a complete test on our own server. Your hosting provider may not be willing to do this modification)

II. Module reviews We only checked the modules in local. Module DesignCoil/ExtraTabs: no comments bad variable/method naming standards (including method names that are in German) Conclusion: No obvious problems with the module, except readability. Potential for bugs: very low (considering the tiny codebase) Module AW/Onestepcheckout: code is generally well commented very well enforced Magento coding standards minor issues with handling exceptions (Helper/Points.php::getAppliedPointsDiscountAmount()#80, controllers/ajaxcontroller.php::saveformvaluesaction()#196) Conclusion: Well written and documented module, overall of good quality. Potential for bugs: Low (considering the large codebase) Module Infortis/Brands: Code is not commented Obfuscated variable names Conclusion: Due to the variable name obfuscation and lack of comments, it's difficult to check/debug. The potential for bugs is low, considering the small codebase. Module Infortis/CloudZoom: Code is well commented Conclusion: Small, fairly well written module with low potential for bugs. Module Infortis/UltraSlideshow: Module Infortis/Ultimo: Code is well commented Conclusion: Well written module with low potential for bugs

Conclusions: The installed modules come from the following vendors (in community and local): Billpay, Crius, Dhl, Ebizmarts, Paymill, Phoenix, AW, DesignCoil, Infortis, Mage, Trollweb. No rewrite conflicts were found between currently installed modules. No database issues except for some unused tables Some modules use jquery 1.7.2 (a javascript library that's not included in magento): Infortis/Brands, Infortis/CloudZoom, Infortis/Ultimo, Infortis/UltraSlideshow. This can potentially cause conflicts, if jquery is included multiple times by various modules, or have dependencies of differente jquery versions. There seem to be no conflicts with the currently installed modules as they are made by the same company, however this should be taken into consideration when installing new modules. The modules and the theme all have translatable texts Overall, the modules respect coding standards, and there seem to be no major issues with them. Also, most of these modules are actively maintained. III. Magento core files modifications Magento core files modified directly. These changes will be overwritten if an upgrade is made, and need to be saved before making an upgrade: Overwritten core files. These are files are are not overwritten using the rewrite functionality, the file is copied, and then the modifications are made. This can cause upgrade problems. Frontend modifications: The theme used is ultimo, the original files are in. The customizations made to the theme are in the following folders: app/design/frontend/ app/design/frontend/ultimo/ app/design/frontend/ultimo/ The modifications made the the ultimo theme are done according to Magento best practices, and are well documented. Conclusions: There are very few core modifications and rewrites that aren't done according to best practices, these are minor and easy to fix, and an upgrade would have little to no impact on the current functionality of the website.

IV. Audit conclusions 1. There are few custom modules and modifications. Although some modules have minor problems, the majority of them follow Magento coding standards and are actively maintained. 2. The server configurations are overall appropriate. There are some tweaks that can (and should) be made, that would improve the site load speed, and in certain situations these improvements could be significant. 3. An upgrade is recommended to keep up with all the recent security updates, optimizations and features Magento has to offer. The main concern here is the compatibility of the Ultimo theme with Magento 1.8, so some problems may occur, but the theme seems to be well written, so these problems should be fairly small. V. Extra statistics Raw data on which we performed part of the analysis. Explanation of the table fields: URL the URL that was tested (the full domains are not included, just the path after the domains) js number of javascript files used in this page css number of css files used in this page img number of image files used in this page css img number of css images used in this page total requests the total number of requests for this page requests missing expire the number of requests that are missing the Expire header on this page doc size (kb) the document size for this page (excluding external files) page size (kb) the page size (including external files, like javascript, css, images, fonts) scaled images the number of images that are scaled by the browser.