54 / 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://contacts.lk/
- https://contacts.lk/
- https://www.contacts.lk/
Show how to fix
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 3 blocking script resources and 7 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://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
- https://www.contacts.lk/js/jquery.validate.min.js
Optimize CSS Delivery of the following:
- https://www.contacts.lk/js/boot.css
- https://www.contacts.lk/js/bootstrap.min.css
- https://www.contacts.lk/css/common.css
- https://www.contacts.lk/css/web.css
- https://www.contacts.lk/css/mob.css
- https://www.contacts.lk/css/tab.css
- https://kit-free.fontawesome.com/releases/latest/css/free.min.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:
- https://kit-free.fontawesome.com/releases/latest/css/free.min.css (60 seconds)
- https://www.google.com/recaptcha/api.js?onload=onloadCallback (5 minutes)
- https://z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=f369f7dd-e496-46d6-9821-3724f5206b26 (5 minutes)
- https://www.googletagmanager.com/gtag/js?id=UA-64766290-3 (15 minutes)
- https://apis.google.com/js/platform.js (30 minutes)
- https://ddownload-static.firebaseapp.com/assets/fileinput/js/fileinput.min.js (60 minutes)
- https://ddownload-static.firebaseapp.com/assets/fileinput/js/plugins/canvas-to-blob.min.js (60 minutes)
- https://ddownload-static.firebaseapp.com/assets/fileinput/js/plugins/purify.min.js (60 minutes)
- https://ddownload-static.firebaseapp.com/assets/fileinput/js/plugins/sortable.min.js (60 minutes)
- https://ddownload-static.firebaseapp.com/js/custom.js (60 minutes)
- https://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 4.1KiB (18% reduction).
- Minifying https://www.contacts.lk/css/common.css could save 2.1KiB (20% reduction) after compression.
- Minifying https://www.contacts.lk/css/mob.css could save 610B (17% reduction) after compression.
- Minifying https://www.contacts.lk/css/web.css could save 585B (17% reduction) after compression.
- Minifying https://www.contacts.lk/css/tab.css could save 429B (16% reduction) after compression.
- Minifying https://www.contacts.lk/js/boot.css could save 411B (18% 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 2.8KiB (22% reduction).
- Minifying https://www.contacts.lk/ could save 2.4KiB (25% reduction) after compression.
- Minifying https://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=tf_til&ad_type=product_link&tracking_id=ddownload-20&marketplace=amazon®ion=US&placement=B0143RT8OY&asins=B0143RT8OY&linkId=0608953513a620b34385f0ec98307092&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff could save 472B (14% 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 1KiB (20% reduction).
- Minifying https://www.contacts.lk/data/file/ajaxsc.js could save 697B (26% reduction) after compression.
- Minifying https://ddownload-static.firebaseapp.com/js/custom.js could save 173B (13% reduction) after compression.
- Minifying https://www.contacts.lk/js/stepform.js could save 162B (15% 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 4.2KiB (35% reduction).
- Compressing https://wms-na.amazon-adsystem.com/panda/20070822/US/img/prime.png could save 2.8KiB (86% reduction).
- Compressing https://www.contacts.lk/images/5.png could save 403B (14% reduction).
- Compressing https://www.contacts.lk/images/7.png could save 363B (14% reduction).
- Compressing https://wms-na.amazon-adsystem.com/panda/20070822/US/img/a-logo-amazon.png could save 360B (26% reduction).
- Compressing https://www.contacts.lk/images/6.png could save 260B (16% reduction).
Show how to fix
Prioritize visible content
Your page requires additional network round trips to render the above-the-fold content. For best performance, reduce the amount of HTML needed to render above-the-fold content.
The entire HTML response was not sufficient to render the above-the-fold content. This usually indicates that additional resources, loaded after HTML parsing, were required to render above-the-fold content. Prioritize visible content that is needed for rendering above-the-fold by including it directly in the HTML response.
- Only about 47% of the final above-the-fold content could be rendered with the full HTML response.
- Click to see the screenshot with only the HTML response: snapshot:10
Show how to fix
2 Passed Rules
91 / 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 416 CSS pixels wide, but the viewport is only 412 CSS pixels wide. The following elements fall outside the viewport:
- The element
<div class="col-lg-8">Shop Related P…tural Products</div>
falls outside the viewport.
- The element
<div class="col-lg-4">A few reasons…Photographers</div>
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
<a href="https://aax-us…0&linkCode=w41" class="amzn-native-adchoices-link"></a>
is close to 1 other tap targets final.
- The tap target
<a href="https://contacts.lk">contacts.lk</a>
and 58 others are close to other tap targets.
- The tap target
<a href="/support.php">Review</a>
and 31 others are close to other tap targets.
Show how to fix
3 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.
Use legible font sizes
The text on your page is legible. Learn more about using legible font sizes.
74 / 100
Should Fix:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 3 blocking script resources and 7 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://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
- https://www.contacts.lk/js/jquery.validate.min.js
Optimize CSS Delivery of the following:
- https://www.contacts.lk/js/boot.css
- https://www.contacts.lk/js/bootstrap.min.css
- https://www.contacts.lk/css/common.css
- https://www.contacts.lk/css/web.css
- https://www.contacts.lk/css/mob.css
- https://www.contacts.lk/css/tab.css
- https://kit-free.fontawesome.com/releases/latest/css/free.min.css
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://contacts.lk/
- https://contacts.lk/
- https://www.contacts.lk/
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:
- https://kit-free.fontawesome.com/releases/latest/css/free.min.css (60 seconds)
- https://www.google.com/recaptcha/api.js?onload=onloadCallback (5 minutes)
- https://z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=f369f7dd-e496-46d6-9821-3724f5206b26 (5 minutes)
- https://www.googletagmanager.com/gtag/js?id=UA-64766290-3 (15 minutes)
- https://apis.google.com/js/platform.js (30 minutes)
- https://ddownload-static.firebaseapp.com/assets/fileinput/js/fileinput.min.js (60 minutes)
- https://ddownload-static.firebaseapp.com/assets/fileinput/js/plugins/canvas-to-blob.min.js (60 minutes)
- https://ddownload-static.firebaseapp.com/assets/fileinput/js/plugins/purify.min.js (60 minutes)
- https://ddownload-static.firebaseapp.com/assets/fileinput/js/plugins/sortable.min.js (60 minutes)
- https://ddownload-static.firebaseapp.com/js/custom.js (60 minutes)
- https://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 4.1KiB (18% reduction).
- Minifying https://www.contacts.lk/css/common.css could save 2.1KiB (20% reduction) after compression.
- Minifying https://www.contacts.lk/css/mob.css could save 610B (17% reduction) after compression.
- Minifying https://www.contacts.lk/css/web.css could save 585B (17% reduction) after compression.
- Minifying https://www.contacts.lk/css/tab.css could save 429B (16% reduction) after compression.
- Minifying https://www.contacts.lk/js/boot.css could save 411B (18% 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 2.8KiB (22% reduction).
- Minifying https://www.contacts.lk/ could save 2.4KiB (25% reduction) after compression.
- Minifying https://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=tf_til&ad_type=product_link&tracking_id=ddownload-20&marketplace=amazon®ion=US&placement=B0143RT8OY&asins=B0143RT8OY&linkId=0608953513a620b34385f0ec98307092&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff could save 472B (14% 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 1KiB (20% reduction).
- Minifying https://www.contacts.lk/data/file/ajaxsc.js could save 697B (26% reduction) after compression.
- Minifying https://ddownload-static.firebaseapp.com/js/custom.js could save 173B (13% reduction) after compression.
- Minifying https://www.contacts.lk/js/stepform.js could save 162B (15% 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 60.9KiB (71% reduction).
- Compressing and resizing https://www.contacts.lk/images/hotelad.jpg could save 56.7KiB (77% reduction).
- Compressing https://wms-na.amazon-adsystem.com/panda/20070822/US/img/prime.png could save 2.8KiB (86% reduction).
- Compressing https://www.contacts.lk/images/5.png could save 403B (14% reduction).
- Compressing https://www.contacts.lk/images/7.png could save 363B (14% reduction).
- Compressing https://wms-na.amazon-adsystem.com/panda/20070822/US/img/a-logo-amazon.png could save 360B (26% reduction).
- Compressing https://www.contacts.lk/images/6.png could save 260B (16% reduction).
Show how to fix
Prioritize visible content
Your page requires additional network round trips to render the above-the-fold content. For best performance, reduce the amount of HTML needed to render above-the-fold content.
The entire HTML response was not sufficient to render the above-the-fold content. This usually indicates that additional resources, loaded after HTML parsing, were required to render above-the-fold content. Prioritize visible content that is needed for rendering above-the-fold by including it directly in the HTML response.
- Only about 55% of the final above-the-fold content could be rendered with the full HTML response.
- Click to see the screenshot with only the HTML response: snapshot:10
Show how to fix
2 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.