59 / 100
Should Fix:
Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
Leverage browser caching for the following cacheable resources:
- http://himachal.com/BannerImages/Hone-banner1.jpg (expiration not specified)
- http://himachal.com/BannerImages/Hone-banner2_m.jpg (expiration not specified)
- http://himachal.com/BannerImages/Hone-banner3.jpg (expiration not specified)
- http://himachal.com/BannerImages/Hone-banner4.jpg (expiration not specified)
- http://himachal.com/BannerImages/Hone-banner5.jpg (expiration not specified)
- http://himachal.com/BannerImages/Hone-banner6.jpg (expiration not specified)
- http://himachal.com/DesktopModules/SlideShow/jquery.carouFredSel-6.2.1-packed.js (expiration not specified)
- http://himachal.com/DesktopModules/SlideShow/slideshow.css (expiration not specified)
- http://himachal.com/Portals/0/Images/logo.png (expiration not specified)
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/bootstrap/css/bootstrap.min.css (expiration not specified)
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/bootstrap/img/glyphicons-halflings-white.png (expiration not specified)
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/images/checkIcon.png (expiration not specified)
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/images/lineBg1.jpg (expiration not specified)
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/images/socialIcons.png (expiration not specified)
- http://himachal.com/Resources/Shared/scripts/initWidgets.js (expiration not specified)
- http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/ace-dnn-logo.jpg (expiration not specified)
- http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/pLogo1.png (expiration not specified)
- http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/pLogo2.png (expiration not specified)
- http://connect.facebook.net/en_GB/sdk.js (20 minutes)
- https://external-atl3-1.xx.fbcdn.net/safe_image.php?d=AQBt-NqHS5Z_XB9F&w=158&h=158&url=http%3A%2F%2Fi.ytimg.com%2Fvi%2FEz4tWHEeI9s%2Fhqdefault.jpg&cfs=1&upscale=1 (2 hours)
Show how to fix
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 11 blocking script resources and 6 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
- http://himachal.com/Resources/libraries/jQuery/01_09_01/jquery.js?cdv=25
- http://himachal.com/Resources/libraries/jQuery-Migrate/01_02_01/jquery-migrate.js?cdv=25
- http://himachal.com/Resources/libraries/jQuery-UI/01_10_03/jquery-ui.js?cdv=25
- http://himachal.com/WebResource.axd?d=I2bUiwjDr8QKiJghC1s7w8wOVeT_7LrTolUBFY8QK5ynnrN9x1zP3BFlyS_DBhkZiLenftadX_MFJmLa0&t=636060137960000000
- http://himachal.com/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a9775081d-3cde-400d-a4e8-b9cd8cdf4a51%3aea597d4b%3ab25378d2
- http://himachal.com/js/dnn.modalpopup.js?cdv=25
- http://himachal.com/js/dnncore.js?cdv=25
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/bootstrap/js/bootstrap.min.js?cdv=25
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/js/scripts.js?cdv=25
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/js/doubletaptogo.min.js?cdv=25
- http://himachal.com/DesktopModules/SlideShow/jquery.carouFredSel-6.2.1-packed.js
Optimize CSS Delivery of the following:
- http://himachal.com/Portals/_default/default.css?cdv=25
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/skin.css?cdv=25
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/bootstrap/css/bootstrap.min.css
- http://himachal.com/Portals/0/portal.css?cdv=25
- http://himachal.com/Portals/0/home.css?cdv=25
- http://himachal.com/DesktopModules/SlideShow/slideshow.css
Show how to fix
Consider Fixing:
Minify CSS
Compacting CSS code can save many bytes of data and speed up download and parse times.
Minify CSS for the following resources to reduce their size by 9.7KiB (33% reduction).
- Minifying http://himachal.com/Portals/_default/default.css?cdv=25 could save 4.6KiB (30% reduction) after compression.
- Minifying http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/skin.css?cdv=25 could save 4.2KiB (34% reduction) after compression.
- Minifying http://himachal.com/Portals/0/portal.css?cdv=25 could save 858B (66% reduction) after compression.
Show how to fix
Minify HTML
Compacting HTML code, including any inline JavaScript and CSS contained in it, can save many bytes of data and speed up download and parse times.
Minify HTML for the following resources to reduce their size by 736B (13% reduction).
- Minifying http://himachal.com/ could save 736B (13% reduction) after compression.
Show how to fix
Minify JavaScript
Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time.
Minify JavaScript for the following resources to reduce their size by 82.5KiB (42% reduction).
- Minifying http://himachal.com/Resources/libraries/jQuery/01_09_01/jquery.js?cdv=25 could save 38.5KiB (49% reduction) after compression.
- Minifying http://himachal.com/Resources/libraries/jQuery-UI/01_10_03/jquery-ui.js?cdv=25 could save 38.2KiB (37% reduction) after compression.
- Minifying http://himachal.com/Resources/libraries/jQuery-Migrate/01_02_01/jquery-migrate.js?cdv=25 could save 2.3KiB (40% reduction) after compression.
- Minifying http://himachal.com/Resources/Shared/scripts/widgets.js?_=1475793217546 could save 1.6KiB (53% reduction) after compression.
- Minifying http://himachal.com/Resources/Shared/scripts/DotNetNukeAjaxShared.js?_=1475793217545 could save 1.3KiB (48% reduction) after compression.
- Minifying http://himachal.com/WebResource.axd?d=I2bUiwjDr8QKiJghC1s7w8wOVeT_7LrTolUBFY8QK5ynnrN9x1zP3BFlyS_DBhkZiLenftadX_MFJmLa0&t=636060137960000000 could save 619B (14% reduction) after compression.
Show how to fix
Optimize images
Properly formatting and compressing images can save many bytes of data.
Optimize the following images to reduce their size by 76.7KiB (16% reduction).
- Compressing http://himachal.com/BannerImages/Hone-banner6.jpg could save 47.5KiB (11% reduction).
- Compressing http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/ace-dnn-logo.jpg could save 9.4KiB (86% reduction).
- Compressing http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/images/lineBg1.jpg could save 7.9KiB (91% reduction).
- Compressing http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/pLogo1.png could save 3.1KiB (43% reduction).
- Compressing http://himachal.com/Portals/0/Images/logo.png could save 3KiB (15% reduction).
- Compressing http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/pLogo2.png could save 2.9KiB (40% reduction).
- Compressing https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-0/s370x247/11100221_1422148348089068_7259836794730655336_n.jpg?oh=e9b51938aff13842e9901d68b6113011&oe=5862B92D could save 862B (11% reduction).
- Compressing https://external-atl3-1.xx.fbcdn.net/safe_image.php?d=AQBt-NqHS5Z_XB9F&w=158&h=158&url=http%3A%2F%2Fi.ytimg.com%2Fvi%2FEz4tWHEeI9s%2Fhqdefault.jpg&cfs=1&upscale=1 could save 847B (15% reduction).
- Compressing http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/images/checkIcon.png could save 755B (58% reduction).
- Compressing https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-1/c147.0.346.346/s50x50/11159489_1426955497608353_862182352895208073_n.jpg?oh=fe36cd18b44f0f81918759d7c4b575e6&oe=58A3617C could save 534B (34% reduction).
Show how to fix
4 Passed Rules
93 / 100
Consider Fixing:
Size content to viewport
The page content is too wide for the viewport, forcing the user to scroll horizontally. Size the page content to the viewport to provide a better user experience.
The page content is 1,059 CSS pixels wide, but the viewport is only 411 CSS pixels wide. The following elements fall outside the viewport:
- The element
<span class="brand hidden-desktop"></span>
falls outside the viewport.
- The element
<a href="/About/Lodging">Comfortable lodging</a>
falls outside the viewport.
- The element
<img src="/portals/0/Ski…e-dnn-logo.jpg">
falls outside the viewport.
Show how to fix
Size tap targets appropriately
Some of the links/buttons on your webpage may be too small for a user to easily tap on a touchscreen. Consider making these tap targets larger to provide a better user experience.
The following tap targets are close to other nearby tap targets and may need additional spacing around them.
- The tap target
<li class="dropdown">Safety…Medical Risks</li>
and 2 others are close to other tap targets final.
- The tap target
<a href="#">Safety</a>
and 3 others are close to other tap targets final.
- The tap target
<a href="/operation-for-24-years">In operation for 24 years</a>
and 15 others are close to other tap targets.
- The tap target
<a href="https://m.face…imachal.com%2F" class="_5pcq">18 February</a>
is close to 1 other tap targets.
- The tap target
<a href="#">Contact</a>
and 1 others are close to other tap targets.
- The tap target
<a href="http://www.ace-dnn.com/"></a>
is close to 1 other tap targets.
Show how to fix
4 Passed Rules
Show details
Avoid app install interstitials that hide content
Your page does not appear to have any app install interstitials that hide a significant amount of content. Learn more about the importance of avoiding the use of app install interstitials.
Avoid plugins
Your page does not appear to use plugins, which would prevent content from being usable on many platforms. Learn more about the importance of avoiding plugins.
Configure the viewport
Your page specifies a viewport matching the device's size, which allows it to render properly on all devices. Learn more about configuring viewports.
Use legible font sizes
The text on your page is legible. Learn more about using legible font sizes.
72 / 100
Should Fix:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 11 blocking script resources and 6 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
- http://himachal.com/Resources/libraries/jQuery/01_09_01/jquery.js?cdv=25
- http://himachal.com/Resources/libraries/jQuery-Migrate/01_02_01/jquery-migrate.js?cdv=25
- http://himachal.com/Resources/libraries/jQuery-UI/01_10_03/jquery-ui.js?cdv=25
- http://himachal.com/WebResource.axd?d=I2bUiwjDr8QKiJghC1s7w8wOVeT_7LrTolUBFY8QK5ynnrN9x1zP3BFlyS_DBhkZiLenftadX_MFJmLa0&t=636060137960000000
- http://himachal.com/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a9775081d-3cde-400d-a4e8-b9cd8cdf4a51%3aea597d4b%3ab25378d2
- http://himachal.com/js/dnn.modalpopup.js?cdv=25
- http://himachal.com/js/dnncore.js?cdv=25
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/bootstrap/js/bootstrap.min.js?cdv=25
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/js/scripts.js?cdv=25
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/js/doubletaptogo.min.js?cdv=25
- http://himachal.com/DesktopModules/SlideShow/jquery.carouFredSel-6.2.1-packed.js
Optimize CSS Delivery of the following:
- http://himachal.com/Portals/_default/default.css?cdv=25
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/skin.css?cdv=25
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/bootstrap/css/bootstrap.min.css
- http://himachal.com/Portals/0/portal.css?cdv=25
- http://himachal.com/Portals/0/home.css?cdv=25
- http://himachal.com/DesktopModules/SlideShow/slideshow.css
Show how to fix
Consider Fixing:
Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
Leverage browser caching for the following cacheable resources:
- http://himachal.com/BannerImages/Hone-banner1.jpg (expiration not specified)
- http://himachal.com/BannerImages/Hone-banner2_m.jpg (expiration not specified)
- http://himachal.com/BannerImages/Hone-banner3.jpg (expiration not specified)
- http://himachal.com/BannerImages/Hone-banner4.jpg (expiration not specified)
- http://himachal.com/BannerImages/Hone-banner5.jpg (expiration not specified)
- http://himachal.com/BannerImages/Hone-banner6.jpg (expiration not specified)
- http://himachal.com/DesktopModules/SlideShow/jquery.carouFredSel-6.2.1-packed.js (expiration not specified)
- http://himachal.com/DesktopModules/SlideShow/slideshow.css (expiration not specified)
- http://himachal.com/Portals/0/Images/logo.png (expiration not specified)
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/bootstrap/css/bootstrap.min.css (expiration not specified)
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/bootstrap/img/glyphicons-halflings-white.png (expiration not specified)
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/images/checkIcon.png (expiration not specified)
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/images/lineBg1.jpg (expiration not specified)
- http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/images/socialIcons.png (expiration not specified)
- http://himachal.com/Resources/Shared/scripts/initWidgets.js (expiration not specified)
- http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/ace-dnn-logo.jpg (expiration not specified)
- http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/pLogo1.png (expiration not specified)
- http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/pLogo2.png (expiration not specified)
- http://connect.facebook.net/en_GB/sdk.js (20 minutes)
- https://external-atl3-1.xx.fbcdn.net/safe_image.php?d=AQBt-NqHS5Z_XB9F&w=158&h=158&url=http%3A%2F%2Fi.ytimg.com%2Fvi%2FEz4tWHEeI9s%2Fhqdefault.jpg&cfs=1&upscale=1 (2 hours)
Show how to fix
Minify CSS
Compacting CSS code can save many bytes of data and speed up download and parse times.
Minify CSS for the following resources to reduce their size by 9.7KiB (33% reduction).
- Minifying http://himachal.com/Portals/_default/default.css?cdv=25 could save 4.6KiB (30% reduction) after compression.
- Minifying http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/skin.css?cdv=25 could save 4.2KiB (34% reduction) after compression.
- Minifying http://himachal.com/Portals/0/portal.css?cdv=25 could save 858B (66% reduction) after compression.
Show how to fix
Minify HTML
Compacting HTML code, including any inline JavaScript and CSS contained in it, can save many bytes of data and speed up download and parse times.
Minify HTML for the following resources to reduce their size by 738B (13% reduction).
- Minifying http://himachal.com/ could save 738B (13% reduction) after compression.
Show how to fix
Minify JavaScript
Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time.
Minify JavaScript for the following resources to reduce their size by 82.5KiB (42% reduction).
- Minifying http://himachal.com/Resources/libraries/jQuery/01_09_01/jquery.js?cdv=25 could save 38.5KiB (49% reduction) after compression.
- Minifying http://himachal.com/Resources/libraries/jQuery-UI/01_10_03/jquery-ui.js?cdv=25 could save 38.2KiB (37% reduction) after compression.
- Minifying http://himachal.com/Resources/libraries/jQuery-Migrate/01_02_01/jquery-migrate.js?cdv=25 could save 2.3KiB (40% reduction) after compression.
- Minifying http://himachal.com/Resources/Shared/scripts/widgets.js?_=1475793220919 could save 1.6KiB (53% reduction) after compression.
- Minifying http://himachal.com/Resources/Shared/scripts/DotNetNukeAjaxShared.js?_=1475793220918 could save 1.3KiB (48% reduction) after compression.
- Minifying http://himachal.com/WebResource.axd?d=I2bUiwjDr8QKiJghC1s7w8wOVeT_7LrTolUBFY8QK5ynnrN9x1zP3BFlyS_DBhkZiLenftadX_MFJmLa0&t=636060137960000000 could save 619B (14% reduction) after compression.
Show how to fix
Optimize images
Properly formatting and compressing images can save many bytes of data.
Optimize the following images to reduce their size by 76.8KiB (16% reduction).
- Compressing http://himachal.com/BannerImages/Hone-banner6.jpg could save 47.5KiB (11% reduction).
- Compressing http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/ace-dnn-logo.jpg could save 9.4KiB (86% reduction).
- Compressing http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/images/lineBg1.jpg could save 7.9KiB (91% reduction).
- Compressing http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/pLogo1.png could save 3.1KiB (43% reduction).
- Compressing http://himachal.com/Portals/0/Images/logo.png could save 3KiB (15% reduction).
- Compressing http://himachal.com/portals/0/Skins/HimalayanHeliAdventures/Images/pLogo2.png could save 2.9KiB (40% reduction).
- Compressing https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-0/s320x320/11100221_1422148348089068_7259836794730655336_n.jpg?oh=16b2b6622fb6ea3b3fc1f8d68f52ddb6&oe=58AD2591 could save 896B (15% reduction).
- Compressing https://external-atl3-1.xx.fbcdn.net/safe_image.php?d=AQBt-NqHS5Z_XB9F&w=158&h=158&url=http%3A%2F%2Fi.ytimg.com%2Fvi%2FEz4tWHEeI9s%2Fhqdefault.jpg&cfs=1&upscale=1 could save 847B (15% reduction).
- Compressing http://himachal.com/Portals/0/Skins/HimalayanHeliAdventures/images/checkIcon.png could save 755B (58% reduction).
- Compressing https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-1/c147.0.346.346/s50x50/11159489_1426955497608353_862182352895208073_n.jpg?oh=fe36cd18b44f0f81918759d7c4b575e6&oe=58A3617C could save 534B (34% reduction).
Show how to fix
4 Passed Rules
* The results are cached for 30s. If you have made changes to your page, please wait for 30s before re-running the test.