50 / 100
Should Fix:
Avoid landing page redirects
Your page has 2 redirects. Redirects introduce additional delays before the page can be loaded.
Avoid landing page redirects for the following chain of redirected URLs.
- http://monster.com/
- http://www.monster.com/
- https://www.monster.com/
Show how to 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://media.newjobs.com/global/img/jobr/Jobr-app-icon.png (expiration not specified)
- https://cdn.oas-c18.adnxs.com/RealMedia/ads/Creatives/Monster/2000330033-1_MON_HPFC_CombinedInsurance_Nationwide/120x90.gif (expiration not specified)
- https://media.newjobs.com/cms/content30/images/Monster-100-Logo---02.jpg (expiration not specified)
- https://media.newjobs.com/cms/content30/images/man-in-army.jpg (expiration not specified)
- https://media.newjobs.com/cms/content30/images/marijuana-on-the-ballot.jpg (expiration not specified)
- https://media.newjobs.com/cms/content30/images/retail-seasonal-work2.jpg (expiration not specified)
- https://media.newjobs.com/cms/content30/images/vets-2016.jpg (expiration not specified)
- https://media.newjobs.com/global/img/header-m.png (expiration not specified)
- https://media.newjobs.com/global/img/hiring/smb/smb_adbackground.jpg (expiration not specified)
- https://media.newjobs.com/global/img/icons/adchoices.gif (expiration not specified)
- https://media.newjobs.com/homepage/images/hero-img/bg_purple_5.jpg (expiration not specified)
- https://media.newjobs.com/homepage/images/icons/employers_icon.png (expiration not specified)
- https://media.newjobs.com/homepage/images/icons/login_profile_icon.png (expiration not specified)
- https://media.newjobs.com/homepage/images/icons/niche/circle-fill-shadow/niche-icon-healthcare.png (expiration not specified)
- https://media.newjobs.com/homepage/images/icons/profile_icon.png (expiration not specified)
- https://media.newjobs.com/homepage/scripts/third-party/modernizer/modernizr-2.7.1.js (expiration not specified)
- https://media.newjobs.com/js/global/at_1.4.js (expiration not specified)
- https://media.newjobs.com/js/sc/targetsitecatalystLL.js (expiration not specified)
- https://media.newjobs.com/niche/images/articles/SOTU.jpg (expiration not specified)
- https://media.newjobs.com/niche/images/education-widget.jpg (expiration not specified)
- https://media.newjobs.com/niche/images/niche-footer-m.gif (expiration not specified)
- https://s.dpmsrv.com/dpm_2a2b47bf21a372f267deccbb420567f3d450b3c0.min.js (expiration not specified)
- https://secure-assets.rubiconproject.com/static/psa/edx/RUBICON-300x250-2.jpg (expiration not specified)
- https://secure-assets.rubiconproject.com/static/psa/us/2.jpg (expiration not specified)
- https://static.ads-twitter.com/oct.js (expiration not specified)
- https://nexus.ensighten.com/monster/Bootstrap.js (5 minutes)
- https://static.polldaddy.com/w/60564.js (5 minutes)
- https://ib.3lift.com/dtj/Monster_Homepage_Inline/339668 (15 minutes)
- https://ib.3lift.com/ttj?inv_code=Monster_Homepage_Inline (15 minutes)
- https://www.googletagmanager.com/gtm.js?id=GTM-M3XWLS (15 minutes)
- https://cdn.krxd.net/controltag?confid=qrj1sim5o (20 minutes)
- https://connect.facebook.net/en_US/fbevents.js (20 minutes)
- https://cdn.tt.omtrdc.net/cdn/target.js (60 minutes)
- https://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_379568_15 (60 minutes)
- https://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_382442_15 (60 minutes)
- https://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_379568_2 (60 minutes)
- https://ads.rubiconproject.com/ad/9039.js (79.4 minutes)
- https://www.google-analytics.com/analytics.js (2 hours)
- https://z.moatads.com/triplelift879988051105/moatad.js (6.9 hours)
Show how to fix
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 4 blocking script resources and 4 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:
- https://media.newjobs.com/homepage/scripts/third-party/modernizer/modernizr-2.7.1.js
- https://js-seeker.newjobs.com/US-EN/1prodcms/AA269052_cmsgra-min.axd
- https://js-seeker.newjobs.com/US-EN/20prodcms/AA377298_cmsgra-min.axd
- https://nexus.ensighten.com/monster/Bootstrap.js
Optimize CSS Delivery of the following:
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css
- https://css-seeker.newjobs.com/US-EN/10prodcms/AA366852_cmsgra-min.axd
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css
- https://fonts.googleapis.com/css?family=Roboto:100,300,400,500&subset=latin,latin-ext
Show how to fix
Consider Fixing:
Enable compression
Compressing resources with gzip or deflate can reduce the number of bytes sent over the network.
Enable compression for the following resources to reduce their transfer size by 1.3KiB (70% reduction).
- Compressing https://oas.monster.com/RealMedia/ads/adstream_jx.ads/us.monster.en/www/homepage/1984034265@Left,Right,Right1,Bottom1!Left?site=mons&affiliate=mons&app=www&size=300x250&fb=0&XE&site=mons&affiliate=mons&app=www&size=300x250&fb=0&if_nt_CookieAccept=Y&XE could save 1.3KiB (70% reduction).
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 1.5KiB (13% reduction).
- Minifying https://www.monster.com/ could save 1.5KiB (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 10.8KiB (59% reduction).
- Minifying https://media.newjobs.com/homepage/scripts/third-party/modernizer/modernizr-2.7.1.js could save 10.3KiB (66% reduction) after compression.
- Minifying https://js-seeker.newjobs.com/US-EN/27prodcms/AA279208_cms.axd could save 524B (20% 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 63.8KiB (29% reduction).
- Compressing and resizing http://media.newjobs.com/global/img/jobr/Jobr-app-icon.png could save 21.3KiB (91% reduction).
- Compressing https://media.newjobs.com/homepage/images/hero-img/bg_purple_5.jpg could save 19.5KiB (17% reduction).
- Compressing https://media.newjobs.com/niche/images/articles/SOTU.jpg could save 17KiB (26% reduction).
- Compressing https://media.newjobs.com/homepage/images/icons/niche/circle-fill-shadow/niche-icon-healthcare.png could save 1.4KiB (29% reduction).
- Compressing https://media.newjobs.com/niche/images/niche-footer-m.gif could save 1,022B (81% reduction).
- Compressing https://media.newjobs.com/global/img/icons/adchoices.gif could save 941B (68% reduction).
- Compressing https://media.newjobs.com/global/img/hiring/smb/smb_adbackground.jpg could save 929B (15% reduction).
- Compressing https://media.newjobs.com/homepage/images/icons/employers_icon.png could save 905B (28% reduction).
- Compressing https://media.newjobs.com/homepage/images/icons/profile_icon.png could save 842B (28% reduction).
Show how to fix
3 Passed Rules
99 / 100
Consider Fixing:
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
<html class="js flexbox fle…l svgclippaths">Monster Jobs -…privacy policy</html>
is close to 1 other tap targets final.
- The tap target
<div class="content">Get Found…onster Cable ?</div>
is close to 1 other tap targets final.
- The tap target
<i id="widget-popup-close-icon" class="fa fa-close close-icon">
is close to 2 other tap targets final.
Show how to fix
4 Passed Rules
Show details
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.
Size content to viewport
The contents of your page fit within the viewport. Learn more about sizing content to the viewport.
Use legible font sizes
The text on your page is legible. Learn more about using legible font sizes.
70 / 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:
- https://media.newjobs.com/cms/content30/images/Monster-100-Logo---02.jpg (expiration not specified)
- https://media.newjobs.com/cms/content30/images/man-in-army.jpg (expiration not specified)
- https://media.newjobs.com/cms/content30/images/marijuana-on-the-ballot.jpg (expiration not specified)
- https://media.newjobs.com/cms/content30/images/retail-seasonal-work2.jpg (expiration not specified)
- https://media.newjobs.com/cms/content30/images/vets-2016.jpg (expiration not specified)
- https://media.newjobs.com/global/img/header-m.png (expiration not specified)
- https://media.newjobs.com/global/img/hiring/smb/smb_adbackground.jpg (expiration not specified)
- https://media.newjobs.com/global/img/icons/adchoices.gif (expiration not specified)
- https://media.newjobs.com/homepage/images/hero-img/bg_purple_7.jpg (expiration not specified)
- https://media.newjobs.com/homepage/images/icons/employers_icon.png (expiration not specified)
- https://media.newjobs.com/homepage/images/icons/login_profile_icon.png (expiration not specified)
- https://media.newjobs.com/homepage/images/icons/niche/circle-fill-shadow/niche-icon-healthcare.png (expiration not specified)
- https://media.newjobs.com/homepage/images/icons/profile_icon.png (expiration not specified)
- https://media.newjobs.com/homepage/scripts/third-party/modernizer/modernizr-2.7.1.js (expiration not specified)
- https://media.newjobs.com/js/global/at_1.4.js (expiration not specified)
- https://media.newjobs.com/js/sc/targetsitecatalystLL.js (expiration not specified)
- https://media.newjobs.com/niche/images/articles/SOTU.jpg (expiration not specified)
- https://media.newjobs.com/niche/images/education-widget.jpg (expiration not specified)
- https://media.newjobs.com/niche/images/niche-footer-m.gif (expiration not specified)
- https://s.dpmsrv.com/dpm_2a2b47bf21a372f267deccbb420567f3d450b3c0.min.js (expiration not specified)
- https://secure-assets.rubiconproject.com/static/psa/edx/RUBICON-300x250-2.jpg (expiration not specified)
- https://secure-assets.rubiconproject.com/static/psa/us/2.jpg (expiration not specified)
- https://static.ads-twitter.com/oct.js (expiration not specified)
- https://nexus.ensighten.com/monster/Bootstrap.js (5 minutes)
- https://static.polldaddy.com/w/60564.js (5 minutes)
- https://ib.3lift.com/dtj/Monster_Homepage_Inline/339668 (15 minutes)
- https://ib.3lift.com/ttj?inv_code=Monster_Homepage_Inline (15 minutes)
- https://www.googletagmanager.com/gtm.js?id=GTM-M3XWLS (15 minutes)
- https://cdn.krxd.net/controltag/qrj1sim5o.js (20 minutes)
- https://cdn.krxd.net/controltag?confid=qrj1sim5o (20 minutes)
- https://connect.facebook.net/en_US/fbevents.js (20 minutes)
- https://cdn.tt.omtrdc.net/cdn/target.js (60 minutes)
- https://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_379568_15 (60 minutes)
- https://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_379568_2 (60 minutes)
- https://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_382442_15 (60 minutes)
- https://www.google-analytics.com/analytics.js (2 hours)
- https://ads.rubiconproject.com/ad/9039.js (3.6 hours)
Show how to fix
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 4 blocking script resources and 4 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:
- https://media.newjobs.com/homepage/scripts/third-party/modernizer/modernizr-2.7.1.js
- https://js-seeker.newjobs.com/US-EN/1prodcms/AA269052_cmsgra-min.axd
- https://js-seeker.newjobs.com/US-EN/20prodcms/AA377298_cmsgra-min.axd
- https://nexus.ensighten.com/monster/Bootstrap.js
Optimize CSS Delivery of the following:
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css
- https://css-seeker.newjobs.com/US-EN/10prodcms/AA366852_cmsgra-min.axd
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css
- https://fonts.googleapis.com/css?family=Roboto:100,300,400,500&subset=latin,latin-ext
Show how to fix
Consider Fixing:
Avoid landing page redirects
Your page has 2 redirects. Redirects introduce additional delays before the page can be loaded.
Avoid landing page redirects for the following chain of redirected URLs.
- http://monster.com/
- http://www.monster.com/
- https://www.monster.com/
Show how to fix
Enable compression
Compressing resources with gzip or deflate can reduce the number of bytes sent over the network.
Enable compression for the following resources to reduce their transfer size by 1.4KiB (68% reduction).
- Compressing https://oas.monster.com/RealMedia/ads/adstream_jx.ads/us.monster.en/www/homepage/1910915111@Left,Right,Right1,Bottom1!Left?site=mons&affiliate=mons&app=www&size=300x250&fb=0&XE&site=mons&affiliate=mons&app=www&size=300x250&fb=0&if_nt_CookieAccept=Y&XE could save 1.4KiB (68% reduction).
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 1.5KiB (13% reduction).
- Minifying https://www.monster.com/ could save 1.5KiB (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 10.8KiB (59% reduction).
- Minifying https://media.newjobs.com/homepage/scripts/third-party/modernizer/modernizr-2.7.1.js could save 10.3KiB (66% reduction) after compression.
- Minifying https://js-seeker.newjobs.com/US-EN/27prodcms/AA279208_cms.axd could save 524B (20% 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 43.7KiB (19% reduction).
- Compressing https://media.newjobs.com/homepage/images/hero-img/bg_purple_7.jpg could save 19.9KiB (15% reduction).
- Compressing https://media.newjobs.com/niche/images/articles/SOTU.jpg could save 17KiB (26% reduction).
- Compressing https://media.newjobs.com/homepage/images/icons/niche/circle-fill-shadow/niche-icon-healthcare.png could save 1.4KiB (29% reduction).
- Compressing https://media.newjobs.com/niche/images/niche-footer-m.gif could save 1,022B (81% reduction).
- Compressing https://media.newjobs.com/global/img/icons/adchoices.gif could save 941B (68% reduction).
- Compressing https://media.newjobs.com/global/img/hiring/smb/smb_adbackground.jpg could save 929B (15% reduction).
- Compressing https://media.newjobs.com/homepage/images/icons/employers_icon.png could save 905B (28% reduction).
- Compressing https://media.newjobs.com/homepage/images/icons/profile_icon.png could save 842B (28% reduction).
- Compressing https://img.3lift.com/?width=282&height=190&url=%2F%2Fimages.3lift.com%2F3382019.gif&logo_exclude=NW&v=11 could save 812B (11% reduction).
Show how to fix
3 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.