Solartriz.com Site Title

太阳能设备研发,电力设备研发,南京尚拉新能源技术有限公司

Solartriz.com Meta Description

南京尚拉新能源技术有限公司成立于2014年08月05日,注册地位于南京市雨花台区软件大道106号2幢402-6,法定代表人为顾建红。经营范围包括新能源技术研发、技术咨询、技术服务、技术转让;电力工程设计、施工、安装、维护;网络技术服务;太阳能设备、电力设备、自动化监控设备的研发、销售;自营和代理各类商品及技术的进出口业务(国家限定企业经营或禁止进出口的商品和技术除外);人力资源服务;企业管理咨询;职业技能培训。(依法须经批准的项目,经相关部门批准后方可开展经营活动)

Solartriz.com Test Results

Solartriz.com Mobile Performance: 54/100
Quick overview:
Improve image delivery
Est savings of 1,755 KiB
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
LCP request discovery
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Layout shift culprits
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Use efficient cache lifetimes
Est savings of 5,318 KiB
A long cache lifetime can speed up repeat visits to your page. Learn more.
Network dependency tree
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Render blocking requests
Est savings of 180 ms
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Time to Interactive
23.6 s
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Legacy JavaScript
Est savings of 9 KiB
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Max Potential First Input Delay
170 ms
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Enable text compression
Est savings of 22 KiB
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.
Largest Contentful Paint element
22,520 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Eliminate render-blocking resources
Est savings of 150 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.
Avoid large layout shifts
1 layout shift found
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Reduce unused JavaScript
Est savings of 22 KiB
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Does not have a `<meta name="viewport">` tag with `width` or `initial-scale`
A `<meta name="viewport">` not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag. No `<meta name="viewport">` tag found
Properly size images
Est savings of 1,191 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Avoid enormous network payloads
Total size was 5,369 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Image elements do not have explicit `width` and `height`
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Serve images in next-gen formats
Est savings of 10 KiB
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more about modern image formats.
Avoid serving legacy JavaScript to modern browsers
Est savings of 9 KiB
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support legacy browsers. Learn why most sites can deploy ES6+ code without transpiling
Serve static assets with an efficient cache policy
45 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
Avoid `document.write()`
For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. Learn how to avoid document.write().
Minify JavaScript
Est savings of 2 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Solartriz.com Mobile SEO: 75/100
Quick overview:
Content Best Practices
Format your HTML in a way that enables crawlers to better understand your app’s content.
Image elements do not have `[alt]` attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Document does not have a meta description
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Crawling and Indexing
To appear in search results, crawlers need access to your app.
robots.txt is not valid
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt. Lighthouse was unable to download a robots.txt file

Solartriz.com Mobile Best Practices: 59/100
Quick overview:
Trust and Safety
Does not use HTTPS
51 insecure requests found
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Does not redirect HTTP traffic to HTTPS
Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. Learn more.
User Experience
Document doesn't use legible font sizes
Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. Learn more about legible font sizes. Text is illegible because there's no viewport meta tag optimized for mobile screens.
Displays images with incorrect aspect ratio
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Serves images with low resolution
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Does not have a `<meta name="viewport">` tag with `width` or `initial-scale`
A `<meta name="viewport">` not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag. No `<meta name="viewport">` tag found
General
Browser errors were logged to the console
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Browser Compatibility
Page lacks the HTML doctype, thus triggering quirks-mode
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration. Document contains a `doctype` that triggers `limited-quirks-mode`
Solartriz.com Mobile Accessibility: 45/100
Quick overview:
Names and labels
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Image elements do not have `[alt]` attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
`<frame>` or `<iframe>` elements do not have a title
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Links do not have a discernible name
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Contrast
These are opportunities to improve the legibility of your content.
Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Best practices
These items highlight common accessibility best practices.
`[user-scalable="no"]` is used in the `<meta name="viewport">` element or the `[maximum-scale]` attribute is less than 5.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Internationalization and localization
These are opportunities to improve the interpretation of your content by users in different locales.
`<html>` element does not have a `[lang]` attribute
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Similar tests
www.solartriz.com
www.solartriz.net
www.solartriz.org
www.solartriz.info
www.solartriz.biz
www.solartriz.us
www.solartriz.mobi
www.olartriz.com
www.solartriz.com
www.wolartriz.com
www.swolartriz.com
www.wsolartriz.com
www.eolartriz.com
www.seolartriz.com
www.esolartriz.com
www.dolartriz.com
www.sdolartriz.com
www.dsolartriz.com
www.zolartriz.com
www.szolartriz.com
www.zsolartriz.com
www.xolartriz.com
www.sxolartriz.com
www.xsolartriz.com
www.aolartriz.com
www.saolartriz.com
www.asolartriz.com
www.slartriz.com
www.silartriz.com
www.soilartriz.com
www.siolartriz.com
www.sklartriz.com
www.soklartriz.com
www.skolartriz.com
www.sllartriz.com
www.sollartriz.com
www.slolartriz.com
www.splartriz.com
www.soplartriz.com
www.spolartriz.com
www.soartriz.com
www.sopartriz.com
www.solpartriz.com
www.sooartriz.com
www.soloartriz.com
www.soolartriz.com
www.sokartriz.com
www.solkartriz.com
www.solrtriz.com
www.solqrtriz.com
www.solaqrtriz.com
www.solqartriz.com
www.solwrtriz.com
www.solawrtriz.com
www.solwartriz.com
www.solsrtriz.com
www.solasrtriz.com
www.solsartriz.com
www.solzrtriz.com
www.solazrtriz.com
www.solzartriz.com
www.solatriz.com
www.solaetriz.com
www.solaretriz.com
www.solaertriz.com
www.soladtriz.com
www.solardtriz.com
www.soladrtriz.com
www.solaftriz.com
www.solarftriz.com
www.solafrtriz.com
www.solattriz.com
www.solarttriz.com
www.solatrtriz.com
www.solarriz.com
www.solarrriz.com
www.solartrriz.com
www.solarrtriz.com
www.solarfriz.com
www.solartfriz.com
www.solargriz.com
www.solartgriz.com
www.solargtriz.com
www.solaryriz.com
www.solartyriz.com
www.solarytriz.com
www.solartiz.com
www.solarteiz.com
www.solartreiz.com
www.solarteriz.com
www.solartdiz.com
www.solartrdiz.com
www.solartdriz.com
www.solartfiz.com
www.solartrfiz.com
www.solarttiz.com
www.solartrtiz.com
www.solartrz.com
www.solartruz.com
www.solartriuz.com
www.solartruiz.com
www.solartrjz.com
www.solartrijz.com
www.solartrjiz.com
www.solartrkz.com
www.solartrikz.com
www.solartrkiz.com
www.solartroz.com
www.solartrioz.com
www.solartroiz.com
www.solartri.com
www.solartrix.com
www.solartrizx.com
www.solartrixz.com
www.solartris.com
www.solartrizs.com
www.solartrisz.com
www.solartria.com
www.solartriza.com
www.solartriaz.com
www.solartriz.con
Last Tested: