Home » Uncategorized » Page 3

Optimizing a Complex Site for Pagespeed II

In Part I of this series on optimizing websites for Pagespeed we optimized a complex site using mod_pagespeed, some manual tweaks and WPOptimize Speed by xTraffic. We boosted the mobile Pagespeed score from 58/100 to 86/100, and the desktop score from 75/100 to 93/100. In Part II of this series we’ll explore how to speed optimize the server response of a WordPress site with caching plug-ins.

Read more

Optimizing a Complex Site for Pagespeed

With Google and other search engines factoring speed into desktop and mobile search rankings, speed is essential in website design. Google reports on speed metrics in Google Analytics and probably uses some combination of its Speed Index and Pagespeed Insights score. This article shows how we used mod_pagespeed, a speed plug-in, and some manual optimization to improve the Pagespeed score of a complex website.

Read more

Google adds Mobile Responsive Ranking Factor

Google has been preaching the benefits of fast and mobile friendly sites for some time now. With the percentage of users coming to websites on mobile devices increasing, having a mobile-friendly site is a must. As of April 21, 2015, Google will use mobile responsiveness as a signal in their ranking algorithm.

Read more

Case Study: WordPress Theme Optimization

WordPress is the most popular CMS on the Web, with over 60 million users (Wikipedia 2015). WordPress websites use themes to control their look and feel and display the underlying content in the database. Designers can choose from thousands of free or paid themes, or create their own with the requisite skill. Themes come in all shapes and sizes, and therein lies the problem. This article shows the importance of choosing a lightweight theme for faster performance.

Read more

Install Mod_Pagespeed – improve website speed automatically testing mod_pagespeed

Google’s mod_pagespeed is an open source Apache module that automatically applies best practice performance rules to web pages and their associated objects. Mod_pagespeed has more than 40 available optimization filters, including image optimization, CSS and JavaScript concatenation, minification, caching, sharding, deferring JavaScript and more. While mod_pagespeed won’t solve all performance problems, it will trim the fat from unminified text files and graphics, and reduce HTTP requests. This article tests the effect of mod_pagespeed on an example site.

Read more