Learn more about who we are as a company by reading up on who we are as individuals. Ryan Moore Becky Kelley Dustin Moore Charles Warnick Allison Posey Fred King Jennifer Moore
View More
This session will introduce the web.config settings and speed/optimization settings that help get the most speed out of DNN, focusing on Google Page Speed Insights and things you can do to help get a higher score. We will discuss the 4 or 5 main things that Google Page Speed complains about and the steps you can take to (1) enable gzip compression (2) set the header expiration (3) minify/combine JS (4) talk about blocking js and css and concepts on how to work around the issues.
PageSpeed Insights measures the performance of a page for mobile devices and desktop devices. It fetches the url twice, once with a mobile user-agent, and once with a desktop-user agent. It then ranks the performance of each in a PageSpeed Score.The PageSpeed Score ranges from 0 to 100 points. A higher score is better and a score of 85 or above indicates that the page is performing well.PageSpeed Insights measures how the page can improve its performance on time to load "above-the-fold" content and time to load the full page. PageSpeed Insights only considers the network-independent aspects of page performance: the server configuration, the HTML structure of a page, and its use of external resources such as images, JavaScript, and CSS.
The Following list of links and resources are intended to support the presentation and can be used as further reading and suggestions on the topic. Even the WordPress related articles have good tips and suggestions about the approach of ignoring of related PageSpeed items.
Introductions & First ThoughtsGoogle Page Speed Insights Introductionhttps://developers.google.com/speed/docs/insights/aboutGoogle Page Speed Insights FAQhttps://developers.google.com/speed/docs/insights/faqWikipidia Overview of the Google PageSpeed toolshttps://en.wikipedia.org/wiki/Google_PageSpeed_Tools#PageSpeed_ServiceWhat is PageSpeed Insight? A brief intro...http://imtoolsclub.com/pagespeed-insight-google/And a few more introduction/overviews of PageSpeed Insightshttp://marketblog.envato.com/learn-something-new/google-pagespeed-insights/http://insige.com/blog/google-pagespeed-insights/
---------------------------------------------------------------
Introduction to ASYNC loading of JS and CSShttps://www.jtechcommunications.com/news-async-avoid-renderblocking