63 / 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://cdn-images.mailchimp.com/embedcode/slim-10_7.css (expiration not specified)
- http://img1.zergnet.com/1002428_140.jpg (expiration not specified)
- http://img4.zergnet.com/902995_180.jpg (expiration not specified)
- http://img4.zergnet.com/918791_180.jpg (expiration not specified)
- http://s10.histats.com/js15_as.js (expiration not specified)
- https://s3.amazonaws.com/pubfig/slashfilm/pushdown.min.js (expiration not specified)
- http://my.hellobar.com/07c7596d71b85b6d1f8761ba5e6c1ddae8715843.js (2 minutes)
- https://dptr.areyouahuman.com/dptr?dpn=lotame&aoc=7a60316b-2717-4725-9422-c83c11ae916b&ak=19df7a94a29c0156b60d54453b45242d7&dpi=26040c7d73c281e586f0c2491d6aa967 (10 minutes)
- https://n-cdn.areyouahuman.com/play/ZQp6LCe0OO3LeZB6ES1CZrJvMefQTtT9oZjddBS5?AYAH_P2=1FE7044590EDC3588114A467027A30B6&AYAH_F1=Lotame (10 minutes)
- https://slashfilm.disqus.com/count-data.js?2=http%3A%2F%2Fwww.slashfilm.com%2Falien-covenant-android-video%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fboomerang-subscription-service%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Ffilmcast-ep-409-kong-skull-island%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fkong-skull-island-credits-scene-explained%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fkong-skull-island-what-did-you-think%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Flogan-jean-grey-deleted-scene%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fmovie-trailer-release-dates%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fmr-robot-season-3-premiere-date-revealed%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fsuperhero-bits-1254%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fthe-leftovers-season-3-premiere-date%2F (10 minutes)
- http://platform-cdn.sharethrough.com/api/external/v1/placements/vGaTJCbbQ1AA9UQq1d8rHvJZ/public.json (15 minutes)
- http://www.googletagservices.com/tag/js/gpt.js (15 minutes)
- http://connect.facebook.net/en_US/sdk.js (20 minutes)
- http://platform.twitter.com/widgets.js (30 minutes)
- https://securepubads.g.doubleclick.net/static/glade.js (30 minutes)
- http://cse.google.com/adsense/search/async-ads.js (60 minutes)
- http://native.sharethrough.com/assets/sfp.js (60 minutes)
- http://pagead2.googlesyndication.com/pagead/osd.js (60 minutes)
- http://www.google.com/jsapi (60 minutes)
- http://www.google.com/uds/?file=search&v=1&hl=en (60 minutes)
- https://pub.freestar.io/core/prebid.0.18.0.js (60 minutes)
- https://pub.freestar.io/slashfilm/pubfig.min.js (60 minutes)
- http://gum.criteo.com/sync?r=2&c=158&j=STRCriteoCallback (60 minutes)
- http://static.chartbeat.com/js/chartbeat.js (2 hours)
- http://www.google-analytics.com/analytics.js (2 hours)
Show how to fix
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 6 blocking script resources and 3 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://native.sharethrough.com/assets/sfp.js
- http://www.slashfilm.com/wp/wp-includes/js/jquery/jquery.js?ver=1.11.3
- http://www.slashfilm.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
- http://www.google.com/jsapi
- http://www.google.com/uds/?file=search&v=1&hl=en
- http://www.google.com/uds/api/search/1.0/581c068e7ad56cae00e4e2e8f7dc3837/default+en.I.js
Optimize CSS Delivery of the following:
- http://www.slashfilm.com/style-refresh3.css
- http://www.slashfilm.com/style-mobile8.css
- http://www.google.com/uds/api/search/1.0/581c068e7ad56cae00e4e2e8f7dc3837/default+en.css
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 4.9KiB (55% reduction).
- Compressing https://api.connatix.com/homepage/infeed?callback=jQuery1123046187339280731976_1489235343555&off=480&mode=top&fcid=&flid=&faid=&token=1b90b35e-0c2c-4843-b4e6-9d2168d26589&rc=&p=http%3A%2F%2Fwww.slashfilm.com%2F&_=1489235343556 could save 1.7KiB (47% reduction).
- Compressing http://cdn-images.mailchimp.com/embedcode/slim-10_7.css could save 1.2KiB (59% reduction).
- Compressing http://e.dtscout.com/e/?v=1a&pid=5200&site=1&l=http%3A%2F%2Fwww.slashfilm.com%2F&j= could save 1.1KiB (55% reduction).
- Compressing https://s3.amazonaws.com/pubfig/slashfilm/pushdown.min.js could save 976B (76% reduction).
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 3.9KiB (40% reduction).
- Minifying http://www.google.com/uds/api/search/1.0/581c068e7ad56cae00e4e2e8f7dc3837/default+en.css could save 3.9KiB (40% 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 26.4KiB (16% reduction).
- Compressing https://i.connatix.com/s3/connatix-uploads/c6161164-187d-446b-a155-c58846eb8920/Contents/50218/b99516db-b99d-4746-b8df-0e9787ce7cfd.jpg?mode=crop&connatiximg=true&width=700&height=346 could save 6.6KiB (14% reduction).
- Compressing http://img2.zergnet.com/1519141_180.jpg could save 3KiB (18% reduction).
- Compressing http://img5.zergnet.com/1422058_180.jpg could save 2.2KiB (18% reduction).
- Compressing http://img4.zergnet.com/918791_180.jpg could save 2.1KiB (19% reduction).
- Compressing http://img2.zergnet.com/1293097_180.jpg could save 1.7KiB (16% reduction).
- Compressing http://img4.zergnet.com/902995_180.jpg could save 1.6KiB (15% reduction).
- Compressing http://img4.zergnet.com/1451559_180.jpg could save 1.5KiB (15% reduction).
- Compressing http://img4.zergnet.com/1239783_180.jpg could save 1.5KiB (17% reduction).
- Compressing http://img2.zergnet.com/1510865_140.jpg could save 1.4KiB (19% reduction).
- Compressing http://img2.zergnet.com/1514381_180.jpg could save 1.4KiB (16% reduction).
- Compressing http://img1.zergnet.com/1002428_140.jpg could save 1.3KiB (18% reduction).
- Compressing http://img2.zergnet.com/1176449_140.jpg could save 1.1KiB (19% reduction).
- Compressing http://img2.zergnet.com/1514381_140.jpg could save 1KiB (18% reduction).
Show how to fix
5 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
<a href="http://faceboo…/slashfilmcast">Also, like us on Facebook!</a>
is close to 1 other tap targets.
- The tap target
<a href="http://www.sla…d/#more-403532" class="more-link">Read More »</a>
is close to 1 other tap targets.
- The tap target
<a href="http://www.slashfilm.com/">News</a>
and 5 others are close to other tap targets.
- The tap target
<a href="http://www.slashfilm.com/">News</a>
and 5 others are close to other tap targets.
- The tap target
<div id="abgcp" class="abgcp">AdChoices</div>
is close to 1 other tap targets final.
- The tap target
<div class="close-button">x</div>
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.
79 / 100
Should Fix:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 3 blocking script resources and 2 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://native.sharethrough.com/assets/sfp.js
- http://www.slashfilm.com/wp/wp-includes/js/jquery/jquery.js?ver=1.11.3
- http://www.slashfilm.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
Optimize CSS Delivery of the following:
- http://www.slashfilm.com/style-refresh3.css
- http://www.slashfilm.com/style-mobile8.css
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 5KiB (55% reduction).
- Compressing https://api.connatix.com/homepage/infeed?callback=jQuery11230860091938637197_1489235350818&off=480&mode=top&fcid=&flid=&faid=&token=1b90b35e-0c2c-4843-b4e6-9d2168d26589&rc=&p=http%3A%2F%2Fwww.slashfilm.com%2F&_=1489235350819 could save 1.8KiB (47% reduction).
- Compressing http://cdn-images.mailchimp.com/embedcode/slim-10_7.css could save 1.2KiB (59% reduction).
- Compressing http://e.dtscout.com/e/?v=1a&pid=5200&site=1&l=http%3A%2F%2Fwww.slashfilm.com%2F&j= could save 1.1KiB (55% reduction).
- Compressing https://s3.amazonaws.com/pubfig/slashfilm/pushdown.min.js could save 976B (76% reduction).
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://cdn-images.mailchimp.com/embedcode/slim-10_7.css (expiration not specified)
- http://img4.zergnet.com/1038439_140.jpg (expiration not specified)
- http://s10.histats.com/js15_as.js (expiration not specified)
- https://s3.amazonaws.com/pubfig/slashfilm/pushdown.min.js (expiration not specified)
- http://my.hellobar.com/07c7596d71b85b6d1f8761ba5e6c1ddae8715843.js (2 minutes)
- https://n-cdn.areyouahuman.com/play/ZQp6LCe0OO3LeZB6ES1CZrJvMefQTtT9oZjddBS5?AYAH_P2=1FE7044597EDC3587F14DC6702D491B0&AYAH_F1=Lotame (10 minutes)
- https://slashfilm.disqus.com/count-data.js?2=http%3A%2F%2Fwww.slashfilm.com%2Falien-covenant-android-video%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fboomerang-subscription-service%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Ffilmcast-ep-409-kong-skull-island%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fkong-skull-island-credits-scene-explained%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fkong-skull-island-what-did-you-think%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Flogan-jean-grey-deleted-scene%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fmovie-trailer-release-dates%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fmr-robot-season-3-premiere-date-revealed%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fsuperhero-bits-1254%2F&2=http%3A%2F%2Fwww.slashfilm.com%2Fthe-leftovers-season-3-premiere-date%2F (10 minutes)
- http://platform-cdn.sharethrough.com/api/external/v1/placements/vGaTJCbbQ1AA9UQq1d8rHvJZ/public.json (15 minutes)
- http://www.googletagservices.com/tag/js/gpt.js (15 minutes)
- http://connect.facebook.net/en_US/sdk.js (20 minutes)
- http://platform.twitter.com/widgets.js (30 minutes)
- http://cse.google.com/adsense/search/async-ads.js (60 minutes)
- http://gum.criteo.com/sync?r=2&c=158&j=STRCriteoCallback (60 minutes)
- http://native.sharethrough.com/assets/sfp.js (60 minutes)
- http://www.google.com/jsapi (60 minutes)
- http://www.google.com/uds/?file=search&v=1&hl=en (60 minutes)
- https://pub.freestar.io/core/prebid.0.18.0.js (60 minutes)
- https://pub.freestar.io/slashfilm/pubfig.min.js (60 minutes)
- http://static.chartbeat.com/js/chartbeat.js (2 hours)
- http://www.google-analytics.com/analytics.js (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 3.9KiB (40% reduction).
- Minifying http://www.google.com/uds/api/search/1.0/581c068e7ad56cae00e4e2e8f7dc3837/default+en.css could save 3.9KiB (40% 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 36.6KiB (17% reduction).
- Compressing https://i.connatix.com/s3/connatix-uploads/c6161164-187d-446b-a155-c58846eb8920/Contents/50218/b99516db-b99d-4746-b8df-0e9787ce7cfd.jpg?mode=stretch&connatiximg=true&scale=both&height=394&width=700 could save 7.2KiB (13% reduction).
- Compressing https://i.connatix.com/s3/connatix-uploads/c6161164-187d-446b-a155-c58846eb8920/Contents/50218/b99516db-b99d-4746-b8df-0e9787ce7cfd.jpg?mode=crop&connatiximg=true&width=700&height=346 could save 6.6KiB (14% reduction).
- Compressing and resizing http://i2.wp.com/media2.slashfilm.com/slashfilm/siteimages/authors/36.jpg could save 2.8KiB (66% reduction).
- Compressing and resizing http://i2.wp.com/media2.slashfilm.com/slashfilm/siteimages/authors/37.jpg could save 2.2KiB (62% reduction).
- Compressing http://img2.zergnet.com/1478121_180.jpg could save 2KiB (16% reduction).
- Compressing http://img1.zergnet.com/1500304_180.jpg could save 1.9KiB (18% reduction).
- Compressing http://img1.zergnet.com/1223236_180.jpg could save 1.8KiB (16% reduction).
- Compressing http://img1.zergnet.com/1480584_180.jpg could save 1.6KiB (18% reduction).
- Compressing http://img2.zergnet.com/1533509_180.jpg could save 1.6KiB (17% reduction).
- Compressing http://img1.zergnet.com/1523644_180.jpg could save 1.5KiB (16% reduction).
- Compressing http://img2.zergnet.com/1514381_180.jpg could save 1.4KiB (16% reduction).
- Compressing http://img4.zergnet.com/1038439_140.jpg could save 1.3KiB (17% reduction).
- Compressing http://img5.zergnet.com/1500910_140.jpg could save 1.3KiB (18% reduction).
- Compressing http://img4.zergnet.com/1297983_140.jpg could save 1.3KiB (18% reduction).
- Compressing http://img2.zergnet.com/1284185_180.jpg could save 1.1KiB (17% reduction).
- Compressing http://img2.zergnet.com/1514381_140.jpg could save 1KiB (18% reduction).
Show how to fix
5 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.