Skip to content
https://greenprophecy.com

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
2
REVIEW
4
PASS
7
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

72
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
85
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.08 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

3.24 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

33 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.003

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.28 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.89 s

Page Load Progression

495 ms
991 ms
1.5 s
2.0 s
2.5 s
3.0 s
3.5 s
4.0 s
Checks
16
7 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
13.4 MB transferred, 137 requests
FIX
13.4 MB transferred, 137 requests
Critical::
Page weighs 16.8 MB (13.4 MB transferred)
Warning::
Images are 11.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 11.8 MB
Info::
Fonts are 833 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 833 KB
Warning::
JavaScript is 500 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 500 KB
Info::
CSS is 280 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 280 KB
Warning::
137 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.8 g CO2 per page load
13.4 MB / 2.4 MB budget
13.4 MB transferred
137 requests
2.8 g CO2 per page load
Images 11.8 MiB 88%
Fonts 833.2 KiB 6%
JavaScript 500.5 KiB 4%
CSS 280.5 KiB 2%
HTML 46.2 KiB 0%
Other 6.9 KiB 0%
Other 3.8 KiB 0%
Other 872 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Warning::
https://greenprophecy.com/wp-content/uploads/2024/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
24 images 11.8 MB
0 oversized -0 KB
22 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1133ms total JS execution
REVIEW
1133ms total JS execution
Warning::
https://greenprophecy.com/: 332ms CPU time
Info::
https://greenprophecy.com/wp-content/themes/sellsm...: 201ms CPU time
Info::
Unattributable: 168ms CPU time
Info::
https://greenprophecy.com/wp-includes/js/jquery/jq...: 139ms CPU time
Info::
https://greenprophecy.com/wp-content/themes/sellsm...: 139ms CPU time
Info::
Third-party scripts: 263ms (23% of total)

Main Thread Breakdown

Style & Layout 36% Script Evaluation 31% Other 21% Parse HTML & CSS 4% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://greenprophecy.com/332ms8ms4ms1st
https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/function.js?ver=1.0.0201ms73ms1ms1st
Unattributable168ms2ms0ms3rd
https://greenprophecy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1139ms118ms2ms1st
https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/gsap.min.js?ver=1.0.0139ms36ms2ms1st
https://www.googletagmanager.com/gtag/js?id=G-XCKHFWZK0F94ms80ms13ms3rd
https://greenprophecy.com/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js?ver=4.2.160ms6ms0ms1st
B
JS Bundles
58 scripts, 66 KB unused
REVIEW
58 scripts, 66 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XCKH...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 66 KB
66 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-XCKHFWZK0F157 KB66 KB (42%)3rd
https://greenprophecy.com/wp-content/plugins/cookie-notice/js/front.min.js?ver=3.0.22 KB1st
https://greenprophecy.com/wp-content/plugins/trustpilot-reviews/review/assets/js/headerScript.min.js?ver=1.0%27%20async=%27async1 KB1st
https://greenprophecy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.129 KB1st
https://greenprophecy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB1st
https://greenprophecy.com/wp-includes/js/underscore.min.js?ver=1.13.77 KB1st
https://greenprophecy.com/wp-includes/js/wp-util.min.js?ver=38549056988a2fa6dfa8e1095bf048d91 KB1st
blob:https://greenprophecy.com/9d12e9a0-affb-45a7-9456-9602b4ee4989-0 KB3rd
https://greenprophecy.com/wp-content/plugins/age-gate/dist/focus.js?ver=3.7.24 KB1st
https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=3.9.216 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Page Weight Inventory
Action
137 resources · 13.4 MB · 66 KB savings available
REVIEW
137 resources · 13.4 MB · 66 KB savings available
Warning::
Page weight 12.4 MB over 1MB target
Got: 13.4 MB Expected: ≤ 1 MB
Info::
~66 KB of savings available
Info::
17 third-party resources (2% of weight)
Info::
13 resources over 200KB
137 resources · 13.4 MiB · 17 third-party 12.4 MiB over 1MB target
Image 88% · 11.8 MiB
Font 6% · 833.2 KiB
JavaScript 4% · 500.5 KiB
CSS 2% · 280.5 KiB
Document 0% · 46.2 KiB
Other 0% · 4.3 KiB

~65.5 KiB of savings available

Remove unused JavaScript: 65.5 KiB
A+
Third-Party Impact
2% third-party, 0 ms blocking
PASS
2% third-party, 0 ms blocking
Info::
Third-party code accounts for 2% of page weight (312.2 KiB of 13.4 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
8 fonts (833 KB)
PASS
8 fonts (833 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

833 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 3.2 shttps://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2LDIoaomQNQcsA88c7O9yZ4K... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 26.7 KiB — 66 ms — font-display: swaphttps://greenprophecy.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff?itek3helementskit.woff https://greenprophecy.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff?itek3h — 454.0 KiB — 722 ms — font-display: swaphttps://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 — 79.9 KiB — 454 ms — font-display: swaphttps://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LIftLtfOm8w.woff20QIhMX1D_JOuMw_LIftLtfO... https://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LIftLtfOm8w.woff2 — 39.7 KiB — 124 ms — font-display: swaphttps://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 76.6 KiB — 453 ms — font-display: swaphttps://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2xn7gYHE41ni1AdIRggexSvf... https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2 — 24.0 KiB — 94 ms — font-display: swaphttps://greenprophecy.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0eicons.woff2 https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0 — 103.5 KiB — 530 ms — font-display: swaphttps://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4y6qhNnZR-A.woff2LDIuaomQNQcsA88c7O9yZ4K... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4y6qhNnZR-A.woff2 — 28.9 KiB — 93 ms — font-display: swap
LDIoaomQNQcsA88c7O9yZ4K... woff2 swap
Size 27 KB
Load time 66 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
elementskit.woff woff swap
Size 454 KB
Load time 722 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-brands-400.woff2 woff2 swap
Size 80 KB
Load time 454 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
0QIhMX1D_JOuMw_LIftLtfO... woff2 swap
Size 40 KB
Load time 124 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 453 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
xn7gYHE41ni1AdIRggexSvf... woff2 swap
Size 24 KB
Load time 94 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
eicons.woff2 woff2 swap
Size 103 KB
Load time 530 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
LDIuaomQNQcsA88c7O9yZ4K... woff2 swap
Size 29 KB
Load time 93 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~415 KB and ~830 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Hetzner Online GmbH

Network Waterfall
137 requests over 3350ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 3.2 shttps://greenprophecy.com// https://greenprophecy.com/ — 200 — 46.2 KiB — 885 ms — h2https://greenprophecy.com/wp-content/uploads/2021/07/Copia_de_primera_foto-removebg-preview.png/wp-content/uploads/2021/07/Copia_d... https://greenprophecy.com/wp-content/uploads/2021/07/Copia_de_primera_foto-removebg-preview.png — 200 — 33.8 KiB — 107 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.3 — 200 — 6.5 KiB — 109 ms — h2https://greenprophecy.com/wp-content/uploads/elementor/css/post-728.css?ver=1777291106/wp-content/uploads/elementor/css/p... https://greenprophecy.com/wp-content/uploads/elementor/css/post-728.css?ver=1777291106 — 200 — 2.3 KiB — 51 ms — h2https://greenprophecy.com/wp-content/uploads/elementor/css/post-85.css?ver=1777291106/wp-content/uploads/elementor/css/p... https://greenprophecy.com/wp-content/uploads/elementor/css/post-85.css?ver=1777291106 — 200 — 2.0 KiB — 49 ms — h2https://greenprophecy.com/wp-content/plugins/wp-whatsapp/assets/dist/css/style.css?ver=38549056988a2fa6dfa8e1095bf048d9/wp-content/plugins/wp-whatsapp/ass... https://greenprophecy.com/wp-content/plugins/wp-whatsapp/assets/dist/css/style.css?ver=38549056988a2fa6dfa8e1095bf048d9 — 200 — 4.7 KiB — 143 ms — h2https://greenprophecy.com/wp-content/plugins/age-gate/dist/main.css?ver=3.7.2/wp-content/plugins/age-gate/dist/m... https://greenprophecy.com/wp-content/plugins/age-gate/dist/main.css?ver=3.7.2 — 200 — 2.6 KiB — 140 ms — h2https://greenprophecy.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5/wp-content/plugins/contact-form-7/... https://greenprophecy.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5 — 200 — 1016 B — 137 ms — h2https://greenprophecy.com/wp-content/plugins/cookie-notice/css/front.min.css?ver=3.0.2/wp-content/plugins/cookie-notice/c... https://greenprophecy.com/wp-content/plugins/cookie-notice/css/front.min.css?ver=3.0.2 — 200 — 1.2 KiB — 140 ms — h2https://greenprophecy.com/wp-content/plugins/user-registration/assets/css/user-registration.css?ver=4.4.8/wp-content/plugins/user-registrati... https://greenprophecy.com/wp-content/plugins/user-registration/assets/css/user-registration.css?ver=4.4.8 — 200 — 16.4 KiB — 248 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.4.3 — 200 — 3.2 KiB — 141 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.4.3 — 200 — 10.1 KiB — 164 ms — h2https://greenprophecy.com/wp-content/plugins/cart-for-woocommerce/assets/css/style.min.css?ver=1.9.1/wp-content/plugins/cart-for-woocom... https://greenprophecy.com/wp-content/plugins/cart-for-woocommerce/assets/css/style.min.css?ver=1.9.1 — 200 — 8.7 KiB — 248 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.48.0/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.48.0 — 200 — 4.1 KiB — 133 ms — h2https://greenprophecy.com/wp-content/uploads/elementor/css/post-14458.css?ver=1777291376/wp-content/uploads/elementor/css/p... https://greenprophecy.com/wp-content/uploads/elementor/css/post-14458.css?ver=1777291376 — 200 — 831 B — 141 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=4.0.3 — 200 — 240 B — 248 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.3 — 200 — 273 B — 134 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.3 — 200 — 243 B — 247 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-text-path.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-text-path.min.css?ver=4.0.3 — 200 — 425 B — 135 ms — h2https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=3.34.0 — 200 — 1.5 KiB — 247 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=4.0.3 — 200 — 1.0 KiB — 247 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-rating.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-rating.min.css?ver=4.0.3 — 200 — 449 B — 246 ms — h2https://greenprophecy.com/wp-content/uploads/elementor/css/post-12.css?ver=1777291916/wp-content/uploads/elementor/css/p... https://greenprophecy.com/wp-content/uploads/elementor/css/post-12.css?ver=1777291916 — 200 — 8.4 KiB — 247 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=3.9.2/wp-content/plugins/elementskit-lit... https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=3.9.2 — 200 — 45.3 KiB — 305 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit/widgets/init/assets/css/widget-styles-pro.css?ver=4.2.1/wp-content/plugins/elementskit/wid... https://greenprophecy.com/wp-content/plugins/elementskit/widgets/init/assets/css/widget-styles-pro.css?ver=4.2.1 — 200 — 40.5 KiB — 363 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=3.9.2/wp-content/plugins/elementskit-lit... https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=3.9.2 — 200 — 2.9 KiB — 362 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/css-variable.css?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/css-variable.css?ver=1.0.0 — 200 — 360 B — 363 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/all.min.css?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/all.min.css?ver=1.0.0 — 200 — 21.3 KiB — 391 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/bootstrap.min.css?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/bootstrap.min.css?ver=1.0.0 — 200 — 26.9 KiB — 419 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/style.css?ver=1.0.0/wp-content/themes/sellsmart/style.... https://greenprophecy.com/wp-content/themes/sellsmart/style.css?ver=1.0.0 — 200 — 24.6 KiB — 448 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 3.2 shttps://greenprophecy.com// https://greenprophecy.com/ — 200 — 46.2 KiB — 885 ms — h2https://greenprophecy.com/wp-content/uploads/2021/07/Copia_de_primera_foto-removebg-preview.png/wp-content/uploads/2021/07/Copia_d... https://greenprophecy.com/wp-content/uploads/2021/07/Copia_de_primera_foto-removebg-preview.png — 200 — 33.8 KiB — 107 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.3 — 200 — 6.5 KiB — 109 ms — h2https://greenprophecy.com/wp-content/uploads/elementor/css/post-728.css?ver=1777291106/wp-content/uploads/elementor/css/p... https://greenprophecy.com/wp-content/uploads/elementor/css/post-728.css?ver=1777291106 — 200 — 2.3 KiB — 51 ms — h2https://greenprophecy.com/wp-content/uploads/elementor/css/post-85.css?ver=1777291106/wp-content/uploads/elementor/css/p... https://greenprophecy.com/wp-content/uploads/elementor/css/post-85.css?ver=1777291106 — 200 — 2.0 KiB — 49 ms — h2https://greenprophecy.com/wp-content/plugins/wp-whatsapp/assets/dist/css/style.css?ver=38549056988a2fa6dfa8e1095bf048d9/wp-content/plugins/wp-whatsapp/ass... https://greenprophecy.com/wp-content/plugins/wp-whatsapp/assets/dist/css/style.css?ver=38549056988a2fa6dfa8e1095bf048d9 — 200 — 4.7 KiB — 143 ms — h2https://greenprophecy.com/wp-content/plugins/age-gate/dist/main.css?ver=3.7.2/wp-content/plugins/age-gate/dist/m... https://greenprophecy.com/wp-content/plugins/age-gate/dist/main.css?ver=3.7.2 — 200 — 2.6 KiB — 140 ms — h2https://greenprophecy.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5/wp-content/plugins/contact-form-7/... https://greenprophecy.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5 — 200 — 1016 B — 137 ms — h2https://greenprophecy.com/wp-content/plugins/cookie-notice/css/front.min.css?ver=3.0.2/wp-content/plugins/cookie-notice/c... https://greenprophecy.com/wp-content/plugins/cookie-notice/css/front.min.css?ver=3.0.2 — 200 — 1.2 KiB — 140 ms — h2https://greenprophecy.com/wp-content/plugins/user-registration/assets/css/user-registration.css?ver=4.4.8/wp-content/plugins/user-registrati... https://greenprophecy.com/wp-content/plugins/user-registration/assets/css/user-registration.css?ver=4.4.8 — 200 — 16.4 KiB — 248 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.4.3 — 200 — 3.2 KiB — 141 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.4.3 — 200 — 10.1 KiB — 164 ms — h2https://greenprophecy.com/wp-content/plugins/cart-for-woocommerce/assets/css/style.min.css?ver=1.9.1/wp-content/plugins/cart-for-woocom... https://greenprophecy.com/wp-content/plugins/cart-for-woocommerce/assets/css/style.min.css?ver=1.9.1 — 200 — 8.7 KiB — 248 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.48.0/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.48.0 — 200 — 4.1 KiB — 133 ms — h2https://greenprophecy.com/wp-content/uploads/elementor/css/post-14458.css?ver=1777291376/wp-content/uploads/elementor/css/p... https://greenprophecy.com/wp-content/uploads/elementor/css/post-14458.css?ver=1777291376 — 200 — 831 B — 141 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=4.0.3 — 200 — 240 B — 248 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.3 — 200 — 273 B — 134 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.3 — 200 — 243 B — 247 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-text-path.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-text-path.min.css?ver=4.0.3 — 200 — 425 B — 135 ms — h2https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=3.34.0 — 200 — 1.5 KiB — 247 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=4.0.3 — 200 — 1.0 KiB — 247 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-rating.min.css?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/css/widget-rating.min.css?ver=4.0.3 — 200 — 449 B — 246 ms — h2https://greenprophecy.com/wp-content/uploads/elementor/css/post-12.css?ver=1777291916/wp-content/uploads/elementor/css/p... https://greenprophecy.com/wp-content/uploads/elementor/css/post-12.css?ver=1777291916 — 200 — 8.4 KiB — 247 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=3.9.2/wp-content/plugins/elementskit-lit... https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=3.9.2 — 200 — 45.3 KiB — 305 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit/widgets/init/assets/css/widget-styles-pro.css?ver=4.2.1/wp-content/plugins/elementskit/wid... https://greenprophecy.com/wp-content/plugins/elementskit/widgets/init/assets/css/widget-styles-pro.css?ver=4.2.1 — 200 — 40.5 KiB — 363 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=3.9.2/wp-content/plugins/elementskit-lit... https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=3.9.2 — 200 — 2.9 KiB — 362 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/css-variable.css?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/css-variable.css?ver=1.0.0 — 200 — 360 B — 363 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/all.min.css?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/all.min.css?ver=1.0.0 — 200 — 21.3 KiB — 391 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/bootstrap.min.css?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/bootstrap.min.css?ver=1.0.0 — 200 — 26.9 KiB — 419 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/style.css?ver=1.0.0/wp-content/themes/sellsmart/style.... https://greenprophecy.com/wp-content/themes/sellsmart/style.css?ver=1.0.0 — 200 — 24.6 KiB — 448 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/woo.css?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/css/woo.css?ver=1.0.0 — 200 — 11.6 KiB — 449 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart-child/style.css?ver=1.0.0/wp-content/themes/sellsmart-child/... https://greenprophecy.com/wp-content/themes/sellsmart-child/style.css?ver=1.0.0 — 200 — 295 B — 448 ms — h2https://fonts.googleapis.com/css?family=Manrope:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Man... https://fonts.googleapis.com/css?family=Manrope:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 1.3 KiB — 115 ms — h2https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Plu... https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 1002 B — 116 ms — h2https://fonts.googleapis.com/css?family=Lora:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Lor... https://fonts.googleapis.com/css?family=Lora:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 2.1 KiB — 118 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?ver=3.9.2/wp-content/plugins/elementskit-lit... https://greenprophecy.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?ver=3.9.2 — 200 — 9.8 KiB — 446 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3 — 200 — 12.0 KiB — 471 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3 — 200 — 431 B — 471 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3 — 200 — 434 B — 471 ms — h2https://greenprophecy.com/wp-content/plugins/cookie-notice/js/front.min.js?ver=3.0.2/wp-content/plugins/cookie-notice/j... https://greenprophecy.com/wp-content/plugins/cookie-notice/js/front.min.js?ver=3.0.2 — 200 — 2.2 KiB — 471 ms — h2https://greenprophecy.com/wp-content/plugins/trustpilot-reviews/review/assets/js/headerScript.min.js?ver=1.0%27%20async=%27async/wp-content/plugins/trustpilot-revi... https://greenprophecy.com/wp-content/plugins/trustpilot-reviews/review/assets/js/headerScript.min.js?ver=1.0%27%20async=%27async — 200 — 781 B — 469 ms — h2https://greenprophecy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://greenprophecy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.1 KiB — 499 ms — h2https://greenprophecy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://greenprophecy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.7 KiB — 499 ms — h2https://greenprophecy.com/wp-includes/js/underscore.min.js?ver=1.13.7/wp-includes/js/underscore.min.js?v... https://greenprophecy.com/wp-includes/js/underscore.min.js?ver=1.13.7 — 200 — 7.1 KiB — 499 ms — h2https://greenprophecy.com/wp-includes/js/wp-util.min.js?ver=38549056988a2fa6dfa8e1095bf048d9/wp-includes/js/wp-util.min.js?ver=... https://greenprophecy.com/wp-includes/js/wp-util.min.js?ver=38549056988a2fa6dfa8e1095bf048d9 — 200 — 820 B — 499 ms — h2https://greenprophecy.com/wp-content/uploads/2024/08/cropped-cropped-cbd-granada-e1769369046113.png/wp-content/uploads/2024/08/cropped... https://greenprophecy.com/wp-content/uploads/2024/08/cropped-cropped-cbd-granada-e1769369046113.png — 200 — 56.0 KiB — 678 ms — h2https://greenprophecy.com/wp-content/uploads/2024/08/cropped-cropped-cropped-cbd-granada-e1769369046113.png/wp-content/uploads/2024/08/cropped... https://greenprophecy.com/wp-content/uploads/2024/08/cropped-cropped-cropped-cbd-granada-e1769369046113.png — 200 — 40.5 KiB — 772 ms — h2https://greenprophecy.com/wp-content/uploads/2026/02/HOME-1.png/wp-content/uploads/2026/02/HOME-1.... https://greenprophecy.com/wp-content/uploads/2026/02/HOME-1.png — 200 — 499.9 KiB — 1.3 s — h2blob:https://greenprophecy.com/9d12e9a0-affb-45a7-9456-9602b4ee4989greenprophecy.com/9d12e9a0-affb-45a... blob:https://greenprophecy.com/9d12e9a0-affb-45a7-9456-9602b4ee4989 — 200 — -1 B — 30 ms — blobhttps://greenprophecy.com/wp-content/uploads/2022/09/GORILLA-GLUE-MOKUP.png/wp-content/uploads/2022/09/GORILLA... https://greenprophecy.com/wp-content/uploads/2022/09/GORILLA-GLUE-MOKUP.png — 200 — 1.2 MiB — 1.7 s — h2https://greenprophecy.com/wp-content/uploads/2023/08/popcorn-mockup.png/wp-content/uploads/2023/08/popcorn... https://greenprophecy.com/wp-content/uploads/2023/08/popcorn-mockup.png — 200 — 1.2 MiB — 1.7 s — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.4.3 — 200 — 2.4 KiB — 403 ms — h2https://greenprophecy.com/wp-content/plugins/age-gate/dist/focus.js?ver=3.7.2/wp-content/plugins/age-gate/dist/f... https://greenprophecy.com/wp-content/plugins/age-gate/dist/focus.js?ver=3.7.2 — 200 — 4.4 KiB — 636 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=3.9.2/wp-content/plugins/elementskit-lit... https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=3.9.2 — 200 — 16.1 KiB — 637 ms — h2https://greenprophecy.com/wp-content/plugins/age-gate/dist/all.js?ver=3.7.2/wp-content/plugins/age-gate/dist/a... https://greenprophecy.com/wp-content/plugins/age-gate/dist/all.js?ver=3.7.2 — 200 — 1.3 KiB — 669 ms — h2https://greenprophecy.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6/wp-includes/js/dist/hooks.min.js?v... https://greenprophecy.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 1.7 KiB — 670 ms — h2https://greenprophecy.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6/wp-includes/js/dist/i18n.min.js?ve... https://greenprophecy.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 3.6 KiB — 670 ms — h2https://greenprophecy.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5/wp-content/plugins/contact-form-7/... https://greenprophecy.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5 — 200 — 3.4 KiB — 692 ms — h2https://greenprophecy.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5/wp-content/plugins/contact-form-7/... https://greenprophecy.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5 — 200 — 4.0 KiB — 693 ms — h2https://greenprophecy.com/wp-content/plugins/ean-for-woocommerce-pro/includes/js/alg-wc-ean-variations.min.js?ver=4.3.2/wp-content/plugins/ean-for-woocomm... https://greenprophecy.com/wp-content/plugins/ean-for-woocommerce-pro/includes/js/alg-wc-ean-variations.min.js?ver=4.3.2 — 200 — 445 B — 693 ms — h2https://greenprophecy.com/wp-content/plugins/ean-for-woocommerce-pro/includes/pro/js/alg-wc-ean-variations-barcode.min.js?ver=4.3.2/wp-content/plugins/ean-for-woocomm... https://greenprophecy.com/wp-content/plugins/ean-for-woocommerce-pro/includes/pro/js/alg-wc-ean-variations-barcode.min.js?ver=4.3.2 — 200 — 534 B — 693 ms — h2https://greenprophecy.com/wp-content/plugins/wp-whatsapp/assets/dist/js/njt-whatsapp.js?ver=3.7.3/wp-content/plugins/wp-whatsapp/ass... https://greenprophecy.com/wp-content/plugins/wp-whatsapp/assets/dist/js/njt-whatsapp.js?ver=3.7.3 — 200 — 17.6 KiB — 694 ms — h2https://greenprophecy.com/wp-content/plugins/wp-whatsapp/assets/js/whatsapp-button.js?ver=3.7.3/wp-content/plugins/wp-whatsapp/ass... https://greenprophecy.com/wp-content/plugins/wp-whatsapp/assets/js/whatsapp-button.js?ver=3.7.3 — 200 — 568 B — 694 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/SmoothScroll.js?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/SmoothScroll.js?ver=1.0.0 — 200 — 6.6 KiB — 694 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/gsap.min.js?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/gsap.min.js?ver=1.0.0 — 200 — 23.9 KiB — 696 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/magiccursor.js?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/magiccursor.js?ver=1.0.0 — 200 — 2.6 KiB — 726 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/SplitText.js?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/SplitText.js?ver=1.0.0 — 200 — 5.0 KiB — 726 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/ScrollTrigger.min.js?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/ScrollTrigger.min.js?ver=1.0.0 — 200 — 7.0 KiB — 749 ms — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/function.js?ver=1.0.0/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/js/function.js?ver=1.0.0 — 200 — 5.4 KiB — 749 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.4.3 — 200 — 4.6 KiB — 749 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.4.3 — 200 — 1.1 KiB — 751 ms — h2https://greenprophecy.com/wp-content/plugins/age-gate/dist/age-gate.js?ver=3.7.2/wp-content/plugins/age-gate/dist/a... https://greenprophecy.com/wp-content/plugins/age-gate/dist/age-gate.js?ver=3.7.2 — 200 — 28.3 KiB — 752 ms — h2https://greenprophecy.com/wp-content/plugins/cart-for-woocommerce/assets/addon/embla-carousel.min.js?ver=1.9.1/wp-content/plugins/cart-for-woocom... https://greenprophecy.com/wp-content/plugins/cart-for-woocommerce/assets/addon/embla-carousel.min.js?ver=1.9.1 — 200 — 5.9 KiB — 751 ms — h2https://greenprophecy.com/wp-content/plugins/cart-for-woocommerce/assets/js/cart.min.js?ver=1.9.1/wp-content/plugins/cart-for-woocom... https://greenprophecy.com/wp-content/plugins/cart-for-woocommerce/assets/js/cart.min.js?ver=1.9.1 — 200 — 10.2 KiB — 780 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.3 — 200 — 2.3 KiB — 781 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.3 — 200 — 15.1 KiB — 783 ms — h2https://greenprophecy.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp-includes/js/jquery/ui/core.min.... https://greenprophecy.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 6.8 KiB — 783 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.3/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.3 — 200 — 9.9 KiB — 784 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js?ver=4.2.1/wp-content/plugins/elementskit/mod... https://greenprophecy.com/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js?ver=4.2.1 — 200 — 3.6 KiB — 785 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin.js?ver=4.2.1/wp-content/plugins/elementskit/mod... https://greenprophecy.com/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin.js?ver=4.2.1 — 200 — 2.8 KiB — 785 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/jquery.magnific-popup.min.js?ver=3.9.2/wp-content/plugins/elementskit-lit... https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/jquery.magnific-popup.min.js?ver=3.9.2 — 200 — 7.2 KiB — 785 ms — h2https://greenprophecy.com/wp-content/plugins/wp-whatsapp/assets/js/whatsapp-popup.js?ver=3.7.3/wp-content/plugins/wp-whatsapp/ass... https://greenprophecy.com/wp-content/plugins/wp-whatsapp/assets/js/whatsapp-popup.js?ver=3.7.3 — 200 — 485 B — 785 ms — h2https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.34.0 — 200 — 2.7 KiB — 785 ms — h2https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.34.0 — 200 — 6.2 KiB — 785 ms — h2https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.34.0 — 200 — 10.0 KiB — 787 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=3.9.2/wp-content/plugins/elementskit-lit... https://greenprophecy.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=3.9.2 — 200 — 5.8 KiB — 787 ms — h2https://greenprophecy.com/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js?ver=4.2.1/wp-content/plugins/elementskit/wid... https://greenprophecy.com/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js?ver=4.2.1 — 200 — 11.4 KiB — 803 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.4.3 — 200 — 3.3 KiB — 803 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.4.3 — 200 — 1.4 KiB — 803 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.4.3 — 200 — 886 B — 803 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.4.3 — 200 — 1.4 KiB — 803 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=10.4.3 — 200 — 2.8 KiB — 803 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=10.4.3 — 200 — 3.7 KiB — 803 ms — h2https://www.googletagmanager.com/gtag/js?id=G-XCKHFWZK0Fwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XCKHFWZK0F — 200 — 156.9 KiB — 222 ms — h2https://greenprophecy.com/wp-content/uploads/2024/04/Amnesia-mockup.png/wp-content/uploads/2024/04/Amnesia... https://greenprophecy.com/wp-content/uploads/2024/04/Amnesia-mockup.png — 200 — 1.2 MiB — 1.7 s — h2https://greenprophecy.com/wp-content/uploads/2025/01/CRITICAL-JACK-CBD.png/wp-content/uploads/2025/01/CRITICA... https://greenprophecy.com/wp-content/uploads/2025/01/CRITICAL-JACK-CBD.png — 200 — 1.1 MiB — 1.7 s — h2https://greenprophecy.com/wp-content/uploads/2025/11/RESINA-CBD-ORANGE-APRICOT-1.png/wp-content/uploads/2025/11/RESINA-... https://greenprophecy.com/wp-content/uploads/2025/11/RESINA-CBD-ORANGE-APRICOT-1.png — 200 — 1.3 MiB — 1.8 s — h2https://greenprophecy.com/wp-content/uploads/2025/11/Northern-Lights-mokup.png/wp-content/uploads/2025/11/Norther... https://greenprophecy.com/wp-content/uploads/2025/11/Northern-Lights-mokup.png — 200 — 1.3 MiB — 1.8 s — h2https://greenprophecy.com/wp-content/uploads/2026/02/GREEN-PROPHECY.png/wp-content/uploads/2026/02/GREEN-P... https://greenprophecy.com/wp-content/uploads/2026/02/GREEN-PROPHECY.png — 200 — 2.2 MiB — 1.9 s — h2https://greenprophecy.com/wp-content/uploads/2026/02/CANNA-FORTE-e1771265286752.png/wp-content/uploads/2026/02/CANNA-F... https://greenprophecy.com/wp-content/uploads/2026/02/CANNA-FORTE-e1771265286752.png — 200 — 208.5 KiB — 1.4 s — h2https://greenprophecy.com/wp-content/uploads/2023/05/pexels-andrea-piacquadio-3812745-scaled.jpg/wp-content/uploads/2023/05/pexels-... https://greenprophecy.com/wp-content/uploads/2023/05/pexels-andrea-piacquadio-3812745-scaled.jpg — 200 — 436.4 KiB — 1.7 s — h2https://greenprophecy.com/wp-content/uploads/2023/05/pexels-sora-shimazaki-5669602-scaled-e1683542344724.jpg/wp-content/uploads/2023/05/pexels-... https://greenprophecy.com/wp-content/uploads/2023/05/pexels-sora-shimazaki-5669602-scaled-e1683542344724.jpg — 200 — 28.1 KiB — 916 ms — h2https://greenprophecy.com/wp-content/uploads/2021/04/crema.png/wp-content/uploads/2021/04/crema.p... https://greenprophecy.com/wp-content/uploads/2021/04/crema.png — 200 — 578.1 KiB — 1.9 s — h2https://cdn.trustindex.io/loader.js?ver=1cdn.trustindex.io/loader.js?ver=1 https://cdn.trustindex.io/loader.js?ver=1 — 200 — 21.4 KiB — 23 ms — h2https://invitejs.trustpilot.com/tp.min.jsinvitejs.trustpilot.com/tp.min.js https://invitejs.trustpilot.com/tp.min.js — 200 — 4.0 KiB — 21 ms — h2https://greenprophecy.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.4.3/wp-content/plugins/woocommerce/ass... https://greenprophecy.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.4.3 — 200 — 1.3 KiB — 1.6 s — h2https://greenprophecy.com/wp-content/uploads/2025/05/hero-bg.jpg/wp-content/uploads/2025/05/hero-bg... https://greenprophecy.com/wp-content/uploads/2025/05/hero-bg.jpg — 200 — 206.0 KiB — 1.0 s — h2https://greenprophecy.com/wp-content/themes/sellsmart/assets/images/icon-sub-heading-cbd.svg/wp-content/themes/sellsmart/assets... https://greenprophecy.com/wp-content/themes/sellsmart/assets/images/icon-sub-heading-cbd.svg — 200 — 306 B — 902 ms — h2https://greenprophecy.com/wp-content/uploads/2026/02/icono-green-prophecy.png/wp-content/uploads/2026/02/icono-g... https://greenprophecy.com/wp-content/uploads/2026/02/icono-green-prophecy.png — 200 — 5.1 KiB — 900 ms — h2https://greenprophecy.com/wp-content/uploads/2025/05/section-bg-shape-3.png/wp-content/uploads/2025/05/section... https://greenprophecy.com/wp-content/uploads/2025/05/section-bg-shape-3.png — 200 — 13.8 KiB — 1.5 s — h2https://greenprophecy.com/wp-content/uploads/2026/02/ACEITE.png/wp-content/uploads/2026/02/ACEITE.... https://greenprophecy.com/wp-content/uploads/2026/02/ACEITE.png — 200 — 126.2 KiB — 1.5 s — h2https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2fonts.gstatic.com/s/plusjakartasans... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 200 — 26.7 KiB — 66 ms — h3https://greenprophecy.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff?itek3h/wp-content/plugins/elementskit-lit... https://greenprophecy.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff?itek3h — 200 — 454.0 KiB — 722 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 — 200 — 79.9 KiB — 454 ms — h2https://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LIftLtfOm8w.woff2fonts.gstatic.com/s/lora/v37/0QIhMX... https://fonts.gstatic.com/s/lora/v37/0QIhMX1D_JOuMw_LIftLtfOm8w.woff2 — 200 — 39.7 KiB — 124 ms — h3https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 200 — 76.6 KiB — 453 ms — h2https://tracker.metricool.com/app/resources/be.jstracker.metricool.com/app/resources... https://tracker.metricool.com/app/resources/be.js — 200 — 3.0 KiB — 53 ms — h3https://greenprophecy.com/wp-content/uploads/2025/05/section-bg-shape-4.png/wp-content/uploads/2025/05/section... https://greenprophecy.com/wp-content/uploads/2025/05/section-bg-shape-4.png — 200 — 15.0 KiB — 1.5 s — h2https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2fonts.gstatic.com/s/manrope/v20/xn7... https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2 — 200 — 24.0 KiB — 94 ms — h3https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0 — 200 — 103.5 KiB — 530 ms — h2https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4y6qhNnZR-A.woff2fonts.gstatic.com/s/plusjakartasans... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4y6qhNnZR-A.woff2 — 200 — 28.9 KiB — 93 ms — h3https://tracker.metricool.com/c3po.jpg?hash=d4a5e3f0048f39583440acc7db2f77f&u=https%3A%2F%2Fgreenprophecy.com%2F&bw=1350&bh=940tracker.metricool.com/c3po.jpg?hash... https://tracker.metricool.com/c3po.jpg?hash=d4a5e3f0048f39583440acc7db2f77f&u=https%3A%2F%2Fgreenprophecy.com%2F&bw=1350&bh=940 — 200 — 2.8 KiB — 74 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-XCKHFWZK0F&gtm=45je64s1v9226057291za200zd9226057291&_p=1777544229815&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1832480189.1777544230&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.116%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512542~118463262&sid=1777544230&sct=1&seg=0&dl=https%3A%2F%2Fgreenprophecy.com%2F&dt=CBD%20Granada%20-%20Green%20Prophecy&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1739region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-XCKHFWZK0F&gtm=45je64s1v9226057291za200zd9226057291&_p=1777544229815&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1832480189.1777544230&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.116%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512542~118463262&sid=1777544230&sct=1&seg=0&dl=https%3A%2F%2Fgreenprophecy.com%2F&dt=CBD%20Granada%20-%20Green%20Prophecy&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1739 — 204 — 550 B — 75 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N… — 200 — 0 B — 0 ms — datahttps://greenprophecy.com/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js — 200 — 2.6 KiB — 415 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js — 200 — 719 B — 408 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/js/397f2d183c19202777d6.bundle.min.js/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/js/397f2d183c19202777d6.bundle.min.js — 200 — 8.4 KiB — 405 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/js/text-path.a67c1f3a78d208bc7e1b.bundle.min.js/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/js/text-path.a67c1f3a78d208bc7e1b.bundle.min.js — 200 — 1.4 KiB — 406 ms — h2https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/js/form.71055747203b48a65a24.bundle.min.js/wp-content/plugins/elementor-pro/a... https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/js/form.71055747203b48a65a24.bundle.min.js — 200 — 4.9 KiB — 384 ms — h2https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/js/popup.f7b15b2ca565b152bf98.bundle.min.js/wp-content/plugins/elementor-pro/a... https://greenprophecy.com/wp-content/plugins/elementor-pro/assets/js/popup.f7b15b2ca565b152bf98.bundle.min.js — 200 — 551 B — 384 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/svg-paths/circle.svg/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/svg-paths/circle.svg — 200 — 322 B — 134 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/svg-paths/circle.svg/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/svg-paths/circle.svg — 200 — 0 B — 135 ms — h2https://greenprophecy.com/wp-content/plugins/elementor/assets/svg-paths/circle.svg/wp-content/plugins/elementor/asset... https://greenprophecy.com/wp-content/plugins/elementor/assets/svg-paths/circle.svg — 200 — 0 B — 138 ms — h2https://greenprophecy.com/?wc-ajax=fkcart_get_slide_cart/?wc-ajax=fkcart_get_slide_cart https://greenprophecy.com/?wc-ajax=fkcart_get_slide_cart — 200 — 3.8 KiB — 321 ms — h2https://greenprophecy.com/wp-content/uploads/2024/08/cropped-cropped-cropped-cbd-granada-e1769369046113-100x100.png/wp-content/uploads/2024/08/cropped... https://greenprophecy.com/wp-content/uploads/2024/08/cropped-cropped-cropped-cbd-granada-e1769369046113-100x100.png — 200 — 6.9 KiB — 36 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
23% of JavaScript execution is third-party
First-party Third-party 263ms · 157KB · €1/mo
Unattributable
Other
Optional
Execution 168ms
Transfer 0 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 94ms
Transfer 157 KB
Unused 42%
Monthly Cost €0/mo

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-01 — 2026-04-28)

LCP (p75)

2322 ms

77% good

INP (p75)

0 ms

0% good

CLS (p75)

0.070

87% good

FCP (p75)

2024 ms

TTFB (p75)

1682 ms

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback