Resumen automático de Petland generado por Synara
Informe de rendimiento en Mobile. Ver rendimiento en desktop
Synara localiza negocios en Google Maps, valida teléfonos con WhatsApp y mide el rendimiento con PageSpeed Insights, enriqueciendo los datos con redes sociales para ofrecerte este informe SEO.
La empresa Petland ubicada en Jalisco, México y dedicada al sector Tienda de productos para mascotas, cuenta con el sitio web www.petland.com/, así como un perfil en Google Maps, donde ostenta 773 reseñas. Su teléfono de contacto es +523336273050.
A continuación se muestran los canales de presencia digital disponibles:
Executive Summary
Performance
Score: 36/100
Very low score; major improvements required.
Among the detected issues:
- Server response time is slow (TTFB).
- Scripts are unminified, increasing payload size.
- Unused JavaScript detected.
- Images are not compressed/optimized, affecting load times.
- Some CSS rules are unused.
- Text compression (gzip, brotli) not enabled.
- There are resources blocking the initial render; inline or defer them.
- Stylesheets are unminified, impacting load time.
Accessibility
Score: 90/100
Excellent result in this category.
Best Practices
Score: 75/100
Acceptable, but improvements are recommended.
Among the detected issues:
- Missing adequate CSP headers against XSS.
- Potential vulnerabilities in third‑party JS libraries.
SEO
Score: 85/100
Good overall performance; minor tweaks possible.
Technical Analysis
Opportunities
Initial server response time was short
- Description: Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
- Potential Savings: Root document took 90 ms
Preconnect to required origins
- Description: Consider adding
preconnect
ordns-prefetch
resource hints to establish early connections to important third-party origins. Learn how to preconnect to required origins.
Serve images in next-gen formats
- Description: 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.
- Potential Savings: 2850 ms
Minify JavaScript
- Description: Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
- Potential Savings: Potential savings of 2 KiB
Preload Largest Contentful Paint image
- Description: If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. Learn more about preloading LCP elements.
Reduce unused JavaScript
- Description: Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
- Potential Savings: 300 ms
Remove duplicate modules in JavaScript bundles
- Description: Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Avoid multiple page redirects
- Description: Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
- Potential Savings: 780 ms
Efficiently encode images
- Description: Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
- Potential Savings: 1510 ms
Avoid serving legacy JavaScript to modern browsers
- Description: Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn how to serve modern JavaScript
- Potential Savings: Potential savings of 0 KiB
Reduce unused CSS
- Description: Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
- Potential Savings: 900 ms
Properly size images
- Description: Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
- Potential Savings: 3000 ms
Enable text compression
- Description: Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.
Defer offscreen images
- Description: Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to defer offscreen images.
- Potential Savings: 4960 ms
Use video formats for animated content
- Description: Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. Learn more about efficient video formats
Eliminate render-blocking resources
- Description: 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.
- Potential Savings: 2010 ms
Minify CSS
- Description: Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
- Potential Savings: Potential savings of 2 KiB
Diagnostics
Ensure CSP is effective against XSS attacks
- Description: A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. Learn how to use a CSP to prevent XSS
Avoid non-composited animations
- Description: Animations which are not composited can be janky and increase CLS. Learn how to avoid non-composited animations
- Display Value: 1 animated element found
Resources Summary
- Description: Aggregates all network requests and groups them by type
Tasks
- Description: Lists the toplevel main thread tasks that executed during page load.
Mitigate clickjacking with XFO or CSP
- Description: The
X-Frame-Options
(XFO) header or theframe-ancestors
directive in theContent-Security-Policy
(CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. Learn more about mitigating clickjacking.
Ensure proper origin isolation with COOP
- Description: The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. Learn more about deploying the COOP header.
Server Backend Latencies
- Description: Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. Learn more about server response time.
- Display Value: 10 ms
- Numeric Value: 9
User Timing marks and measures
- Description: Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. Learn more about User Timing marks.
- Display Value: 99 user timings
Avoid large layout shifts
- Description: 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
- Display Value: 1 layout shift found
Script Treemap Data
- Description: Used for treemap app
Network Requests
- Description: Lists the network requests that were made during page load.
Diagnostics
- Description: Collection of useful page vitals.
Detected JavaScript libraries
- Description: All front-end JavaScript libraries detected on the page. Learn more about this JavaScript library detection diagnostic audit.
Avoid long main-thread tasks
- Description: Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
- Display Value: 16 long tasks found
Screenshot Thumbnails
- Description: This is what the load of your site looked like.
Network Round Trip Times
- Description: Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. Learn more about the Round Trip Time.
- Display Value: 0 ms
- Numeric Value: 1.265985
Use a strong HSTS policy
- Description: Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. Learn more about using a strong HSTS policy.
Final Screenshot
- Description: The last screenshot captured of the pageload.
Metrics
- Description: Collects all available metrics.
- Numeric Value: 34383
Avoid chaining critical requests
- Description: The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn how to avoid chaining critical requests.
- Display Value: 35 chains found
Identical links have the same purpose.
- Description: Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. Learn more about identical links.
Report generated on 26/4/2025, 01:06:41
© 2025 Synara LLC. Informe generado automáticamente con PageSpeed Insights API.