{"id":1446,"date":"2012-10-30T02:52:57","date_gmt":"2012-10-30T07:52:57","guid":{"rendered":"http:\/\/www.migrate2cloud.com\/blog\/?p=1446"},"modified":"2016-03-21T02:46:54","modified_gmt":"2016-03-21T07:46:54","slug":"make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache","status":"publish","type":"post","link":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/","title":{"rendered":"Make your websites run faster, automatically &#8212; try mod_pagespeed for Apache"},"content":{"rendered":"<p>Google just released the first stable version of mod_pagespeed, the company\u2019sopen-source module for Apache that can automatically optimize your\u00a0 web pages to improve download and rendering speeds. With this release, Google is declaring this tool ready for broader adoption, though it\u2019s worth noting that a number of large hosting providers like DreamHost, Go Daddy and content delivery network EdgeCast have already been using it in production for quite a while now.<\/p>\n<p>&#8220;mod_pagespeed&#8221; speeds up your site and reduces page load time. This open-source Apache HTTP server module automatically applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow.<\/p>\n<p><strong>FEATURES:-<\/strong><\/p>\n<p>1. Automatic website and asset optimization<\/p>\n<p>2. Latest web optimization techniques<\/p>\n<p>3. 40+ configurable optimization filters<\/p>\n<p>4. Free, open-source, and frequently updated<\/p>\n<p>5. Deployed by individual sites, hosting providers, CDN&#8217;s<\/p>\n<h2><\/h2>\n<h2>How does mod_pagespeed speed up web-sites?<\/h2>\n<p>&#8220;mod_pagespeed&#8221; improves web page latency and bandwidth usage by changing the resources on that web page to implement web performance best practices. Each optimization is implemented as a custom filter in mod_pagespeed, which are executed when the Apache HTTP server serves the website assets. Some filters simply alter the HTML content, and other filters change references to CSS, JavaScript, or images to point to more optimized versions.<\/p>\n<p>&#8220;mod_pagespeed&#8221; implements custom optimization strategies for each type of asset referenced by the website, to make them smaller, reduce the loading time, and extend the cache lifetime of each asset. These optimizations include combining and minifying JavaScript and CSS files, inlining small resources, and others. mod_pagespeed also\u00a0 dynamically optimizes images by removing unused meta-data from each file, resizing the images to specified dimensions, and re-encoding images to be served in the most efficient format available to the user.<\/p>\n<p>&#8220;mod_pagespeed&#8221; ships with a set of core filters designed to safely optimize the content of your site without affecting the look or behavior of your site. \u00a0 In addition, it provides a number of more advanced filters which can be turned on by the site owner to gain higher performance improvements.<\/p>\n<p>&#8220;mod_pagespeed&#8221; can be deployed and customized for individual web sites, as well as being used by large hosting providers and CDN&#8217;s to help their\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 users improve performance of their sites, lower the latency of their pages, and decrease bandwidth usage.<\/p>\n<h2><span style=\"color: #0000ff;\"><a href=\"http:\/\/fusi0n.org\/linux\/installing-googles-mod_pagespeed-on-centos-with-cpanel-and-whm\"><span style=\"color: #0000ff;\">Installing mod_pagespeed on CentOS (cPanel\/WHM)<\/span><\/a><\/span><\/h2>\n<ol>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">root@server1#<\/span> cd \/usr\/src\u00a0<\/span><\/li>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">root@server1[\/usr\/src]#<\/span> mkdir mod_pagespeed\/<\/span><\/li>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">root@server1[\/usr\/src]#<\/span> cd mod_pagespeed<\/span><\/li>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">root@server1[\/usr\/src\/mod_pagespeed]#<\/span> wget https:\/\/dl-ssl.google.com\/dl\/linux\/direct\/mod-pagespeed-beta_current_x86_64.rpm<\/span><\/li>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">root@server1[\/usr\/src\/mod_pagespeed]#<\/span> rpm2cpio mod-pagespeed-beta_current_x86_64.rpm | cpio -idmv<\/span><\/li>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">root@server1[\/usr\/src\/mod_pagespeed]#<\/span> cp usr\/lib\/httpd\/modules\/mod_pagespeed.so \/usr\/local\/apache\/modules<\/span><\/li>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">root@server1[\/usr\/src\/mod_pagespeed]#<\/span> chmod 755 \/usr\/local\/apache\/modules\/mod_pagespeed.so<\/span><\/li>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">root@server1[\/usr\/src\/mod_pagespeed]#<\/span> mkdir -p \/var\/mod_pagespeed\/{cache,files} <span style=\"color: #000000;\">&#8212;&#8211;&gt; Create pagespeed directories.<\/span><\/span><\/li>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">root@server1[\/usr\/src\/mod_pagespeed]#<\/span> chown nobody:nobody \/var\/mod_pagespeed\/*<\/span><\/li>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">\u00a0root@server1[\/usr\/src\/mod_pagespeed]#<\/span> \/usr\/local\/apache\/bin\/apxs -c -i \/home\/cpeasyapache\/src\/httpd-2.2.22\/modules\/filters\/mod_deflate.c\u00a0 <span style=\"color: #000000;\">&#8212;-&gt; Enable mod_deflate (required for mod_pagespeed)<\/span><\/span><\/li>\n<li><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">root@server1[\/usr\/src\/mod_pagespeed]#<\/span> vim \/usr\/local\/apache\/conf\/pagespeed.conf &#8212;&gt;<span style=\"color: #000000;\">edit the mod_pagespeed configuration file<\/span><\/span><\/li>\n<\/ol>\n<p><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">In this file include<\/span> \u00a0 \u00a0<\/span><\/p>\n<p><span style=\"color: #0000ff;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color: #ff0000;\"> 1. LoadModule<\/span> pagespeed_module modules\/mod_pagespeed.so<\/span><\/p>\n<p><span style=\"color: #0000ff;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <span style=\"color: #ff0000;\">2. LoadModule<\/span> deflate_module modules\/mod_deflate.so<\/span><\/p>\n<p><span style=\"color: #0000ff;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <span style=\"color: #ff0000;\">3. ModPagespeedFileCachePath<\/span> &#8220;\/var\/mod_pagespeed\/cache\/&#8221;<\/span><\/p>\n<p><span style=\"color: #0000ff;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <span style=\"color: #ff0000;\">4. ModPagespeedGeneratedFilePrefix<\/span> &#8220;\/var\/mod_pagespeed\/files\/&#8221;<\/span><\/p>\n<p><span style=\"color: #000000;\"> And then open \/usr\/local\/apache\/conf\/includes\/pre_main_global.conf and add:<\/span><\/p>\n<p><span style=\"color: #0000ff;\">Include conf\/pagespeed.conf<\/span><\/p>\n<p><span style=\"color: #000000;\"># Rebuild Apache config and restart apache.<\/span><\/p>\n<p><span style=\"color: #0000ff;\">\/scripts\/buildhttpdconf<\/span><\/p>\n<p><span style=\"color: #0000ff;\">\/etc\/init.d\/httpd restart<\/span><\/p>\n<p>Once your web server fires up, it&#8217;ll be mod_pagespeed-enabled.<\/p>\n<p>You can verify it by using any web-page test tool. Here I am using Pingdom tool. I have share the screenshots of with and without mod_pagespeed module.<\/p>\n<p>&nbsp;<\/p>\n<p>Website without mod_pagespeed module<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2012\/10\/v2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1470\" src=\"http:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2012\/10\/v2.png\" alt=\"\" width=\"532\" height=\"169\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Website with mod_pagespeed module<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2012\/10\/v1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1469\" src=\"http:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2012\/10\/v1.png\" alt=\"\" width=\"526\" height=\"163\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Google just released the first stable version of mod_pagespeed, the company\u2019sopen-source module for Apache that can automatically optimize your\u00a0 web pages to improve download and rendering speeds. With this release, Google is declaring this tool ready for broader adoption, though it\u2019s worth noting that a number of large hosting providers like DreamHost, Go Daddy and [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[3],"tags":[115,246,297,117,301,78,307,305,211,217,114,299,223,116,306,292,294,118,310,198,300,295,136,291,302,296,309,308,204,303,304,298,293],"class_list":["post-1446","post","type-post","status-publish","format-standard","hentry","category-cloud-computing","tag-apache","tag-apache-http-server","tag-cascading-style-sheets","tag-cdn","tag-centos","tag-cloud","tag-company-avinci-media","tag-company-dreamhost","tag-company-google","tag-content-delivery-network","tag-google-mod_pagespeed","tag-google-pagespeed-tools","tag-html","tag-http","tag-individual-web-sites","tag-javascript","tag-minification","tag-mod_pagespeed","tag-quotation","tag-search-engines","tag-software-nec","tag-source-code","tag-technologyinternet","tag-web-design","tag-web-optimization-techniques","tag-web-page","tag-web-page-latency","tag-web-performance-best-practices","tag-web-server","tag-web-server-fires","tag-web-page-test-tool","tag-website","tag-world-wide-web"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Google just released the first stable version of mod_pagespeed, the company\u2019sopen-source module for Apache that can automatically optimize your web pages to improve download and rendering speeds. With this release, Google is declaring this tool ready for broader adoption, though it\u2019s worth noting that a number of large hosting providers like DreamHost, Go Daddy and\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"bobinson\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Migrate to Cloud - we make the clouds rain\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Make your websites run faster, automatically \u2014 try mod_pagespeed for Apache - Migrate to Cloud\" \/>\n\t\t<meta property=\"og:description\" content=\"Google just released the first stable version of mod_pagespeed, the company\u2019sopen-source module for Apache that can automatically optimize your web pages to improve download and rendering speeds. With this release, Google is declaring this tool ready for broader adoption, though it\u2019s worth noting that a number of large hosting providers like DreamHost, Go Daddy and\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2012-10-30T07:52:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-03-21T07:46:54+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Make your websites run faster, automatically \u2014 try mod_pagespeed for Apache - Migrate to Cloud\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Google just released the first stable version of mod_pagespeed, the company\u2019sopen-source module for Apache that can automatically optimize your web pages to improve download and rendering speeds. With this release, Google is declaring this tool ready for broader adoption, though it\u2019s worth noting that a number of large hosting providers like DreamHost, Go Daddy and\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/#blogposting\",\"name\":\"Make your websites run faster, automatically \\u2014 try mod_pagespeed for Apache - Migrate to Cloud\",\"headline\":\"Make your websites run faster, automatically &#8212; try mod_pagespeed for Apache\",\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/bobinson\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/wp-content\\\/uploads\\\/2012\\\/10\\\/v2.png\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/#articleImage\",\"width\":532,\"height\":169},\"datePublished\":\"2012-10-30T02:52:57-05:00\",\"dateModified\":\"2016-03-21T02:46:54-05:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/#webpage\"},\"articleSection\":\"Cloud computing, apache, Apache HTTP Server, Cascading Style Sheets, CDN, CentOS, Cloud, Company: aVinci Media, Company: DreamHost, Company: Google, Content delivery network, Google Mod_pagespeed, Google PageSpeed Tools, HTML, HTTP, individual web sites, JavaScript, Minification, mod_pagespeed, Quotation, Search Engines, Software - NEC, Source code, Technology\\\/Internet, Web design, web optimization techniques, Web page, web page latency, web performance best practices, web server, web server fires, web-page test tool, Website, World Wide Web\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"position\":2,\"name\":\"Cloud computing\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/#listItem\",\"name\":\"Make your websites run faster, automatically &#8212; try mod_pagespeed for Apache\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/#listItem\",\"position\":3,\"name\":\"Make your websites run faster, automatically &#8212; try mod_pagespeed for Apache\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/bobinson\\\/#author\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/bobinson\\\/\",\"name\":\"bobinson\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/75ccdce824303bc4f61f39dec0a643a767f9bda27d54a85334ab60120544971f?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"bobinson\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/#webpage\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/\",\"name\":\"Make your websites run faster, automatically \\u2014 try mod_pagespeed for Apache - Migrate to Cloud\",\"description\":\"Google just released the first stable version of mod_pagespeed, the company\\u2019sopen-source module for Apache that can automatically optimize your web pages to improve download and rendering speeds. With this release, Google is declaring this tool ready for broader adoption, though it\\u2019s worth noting that a number of large hosting providers like DreamHost, Go Daddy and\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/bobinson\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/bobinson\\\/#author\"},\"datePublished\":\"2012-10-30T02:52:57-05:00\",\"dateModified\":\"2016-03-21T02:46:54-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Make your websites run faster, automatically \u2014 try mod_pagespeed for Apache - Migrate to Cloud","description":"Google just released the first stable version of mod_pagespeed, the company\u2019sopen-source module for Apache that can automatically optimize your web pages to improve download and rendering speeds. With this release, Google is declaring this tool ready for broader adoption, though it\u2019s worth noting that a number of large hosting providers like DreamHost, Go Daddy and","canonical_url":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/#blogposting","name":"Make your websites run faster, automatically \u2014 try mod_pagespeed for Apache - Migrate to Cloud","headline":"Make your websites run faster, automatically &#8212; try mod_pagespeed for Apache","author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/bobinson\/#author"},"publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2012\/10\/v2.png","@id":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/#articleImage","width":532,"height":169},"datePublished":"2012-10-30T02:52:57-05:00","dateModified":"2016-03-21T02:46:54-05:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/#webpage"},"isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/#webpage"},"articleSection":"Cloud computing, apache, Apache HTTP Server, Cascading Style Sheets, CDN, CentOS, Cloud, Company: aVinci Media, Company: DreamHost, Company: Google, Content delivery network, Google Mod_pagespeed, Google PageSpeed Tools, HTML, HTTP, individual web sites, JavaScript, Minification, mod_pagespeed, Quotation, Search Engines, Software - NEC, Source code, Technology\/Internet, Web design, web optimization techniques, Web page, web page latency, web performance best practices, web server, web server fires, web-page test tool, Website, World Wide Web"},{"@type":"BreadcrumbList","@id":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.migrate2cloud.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","position":2,"name":"Cloud computing","item":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/#listItem","name":"Make your websites run faster, automatically &#8212; try mod_pagespeed for Apache"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/#listItem","position":3,"name":"Make your websites run faster, automatically &#8212; try mod_pagespeed for Apache","previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}}]},{"@type":"Organization","@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization","name":"Migrate to Cloud","description":"we make the clouds rain","url":"https:\/\/www.migrate2cloud.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/bobinson\/#author","url":"https:\/\/www.migrate2cloud.com\/blog\/author\/bobinson\/","name":"bobinson","image":{"@type":"ImageObject","@id":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/75ccdce824303bc4f61f39dec0a643a767f9bda27d54a85334ab60120544971f?s=96&d=mm&r=g","width":96,"height":96,"caption":"bobinson"}},{"@type":"WebPage","@id":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/#webpage","url":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/","name":"Make your websites run faster, automatically \u2014 try mod_pagespeed for Apache - Migrate to Cloud","description":"Google just released the first stable version of mod_pagespeed, the company\u2019sopen-source module for Apache that can automatically optimize your web pages to improve download and rendering speeds. With this release, Google is declaring this tool ready for broader adoption, though it\u2019s worth noting that a number of large hosting providers like DreamHost, Go Daddy and","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/#breadcrumblist"},"author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/bobinson\/#author"},"creator":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/bobinson\/#author"},"datePublished":"2012-10-30T02:52:57-05:00","dateModified":"2016-03-21T02:46:54-05:00"},{"@type":"WebSite","@id":"https:\/\/www.migrate2cloud.com\/blog\/#website","url":"https:\/\/www.migrate2cloud.com\/blog\/","name":"Migrate to Cloud","description":"we make the clouds rain","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Migrate to Cloud - we make the clouds rain","og:type":"article","og:title":"Make your websites run faster, automatically \u2014 try mod_pagespeed for Apache - Migrate to Cloud","og:description":"Google just released the first stable version of mod_pagespeed, the company\u2019sopen-source module for Apache that can automatically optimize your web pages to improve download and rendering speeds. With this release, Google is declaring this tool ready for broader adoption, though it\u2019s worth noting that a number of large hosting providers like DreamHost, Go Daddy and","og:url":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/","article:published_time":"2012-10-30T07:52:57+00:00","article:modified_time":"2016-03-21T07:46:54+00:00","twitter:card":"summary_large_image","twitter:title":"Make your websites run faster, automatically \u2014 try mod_pagespeed for Apache - Migrate to Cloud","twitter:description":"Google just released the first stable version of mod_pagespeed, the company\u2019sopen-source module for Apache that can automatically optimize your web pages to improve download and rendering speeds. With this release, Google is declaring this tool ready for broader adoption, though it\u2019s worth noting that a number of large hosting providers like DreamHost, Go Daddy and"},"aioseo_meta_data":{"post_id":"1446","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2022-12-27 09:17:48","updated":"2026-07-21 15:32:12","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/\" title=\"Cloud computing\">Cloud computing<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMake your websites run faster, automatically \u2014 try mod_pagespeed for Apache\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.migrate2cloud.com\/blog"},{"label":"Cloud computing","link":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/"},{"label":"Make your websites run faster, automatically &#8212; try mod_pagespeed for Apache","link":"https:\/\/www.migrate2cloud.com\/blog\/make-your-websites-run-faster-automatically-try-mod_pagespeed-for-apache\/"}],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/1446","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/comments?post=1446"}],"version-history":[{"count":16,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/1446\/revisions"}],"predecessor-version":[{"id":2137,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/1446\/revisions\/2137"}],"wp:attachment":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/media?parent=1446"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/categories?post=1446"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/tags?post=1446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}