Skip to content
https://juntadeandalucia.es

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

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

65
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
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.
92
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.

2.28 s

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

4.47 s

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

52 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.

2.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.

6.88 s

Page Load Progression

492 ms
985 ms
1.5 s
2.0 s
2.5 s
3.0 s
3.4 s
3.9 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
5.9 MB transferred, 163 requests
FIX
5.9 MB transferred, 163 requests
Critical::
Page weighs 7.1 MB (5.9 MB transferred)
Warning::
JavaScript is 3.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.5 MB
Info::
CSS is 841 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 841 KB
Info::
Fonts are 713 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 713 KB
Warning::
163 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.9 MB / 2.4 MB budget
5.9 MB transferred
163 requests
1.2 g CO2 per page load
JavaScript 3.5 MiB 60%
CSS 840.6 KiB 14%
Fonts 712.7 KiB 12%
Images 619.2 KiB 10%
HTML 190.3 KiB 3%
Other 69.6 KiB 1%
Other 1.6 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (5.9 MiB of 5.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
75 scripts, 1.1 MB unused
FIX
75 scripts, 1.1 MB unused
Warning::
https://www.juntadeandalucia.es/modules/custom/pag...: 416 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.juntadeandalucia.es/modules/custom/pag...: unminified — 181 KB could be saved
Warning::
https://www.juntadeandalucia.es/libraries/webcompo...: 102 KB unused (7%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.juntadeandalucia.es/libraries/webcompo...: 80 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.juntadeandalucia.es/libraries/webcompo...: 78 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-K2L...: 69 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1092 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.juntadeandalucia.es/modules/custom/page_recomendador/js/jquery-ui.js?v=1509 KB416 KB (82%)3rd
https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-last-boja/dist/matter-last-boja.js1416 KB102 KB (7%)3rd
https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/webcomponents.js?v=1113 KB80 KB (71%)3rd
https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/core-js.js?v=1148 KB78 KB (53%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-K2L7GR7127 KB69 KB (54%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MKSC7XV138 KB68 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=G-7D3KG4VLFB&cx=c&gtm=4e64k0h1157 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WH72PV6185 KB61 KB (33%)3rd
https://www.juntadeandalucia.es/themes/custom/terra/js/bootstrap.min.js?v=10.4.657 KB43 KB (75%)3rd
https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-calendar/dist/matter-calendar.js93 KB32 KB (34%)3rd

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

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

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

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

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

F
Page Weight Inventory
Action
163 resources · 5.9 MB · 1.1 MB savings available
FIX
163 resources · 5.9 MB · 1.1 MB savings available
Warning::
Page weight 4.9 MB over 1MB target
Got: 5.9 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
162 third-party resources (100% of weight)
Info::
3 resources over 200KB
163 resources · 5.9 MiB · 162 third-party 4.9 MiB over 1MB target
JavaScript 60% · 3.5 MiB
CSS 14% · 840.6 KiB
Font 12% · 712.7 KiB
Image 10% · 620.7 KiB
Document 3% · 190.4 KiB
Other 1% · 69.6 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
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.

C
Image Optimization
Action
23 images, 0 KB saveable
REVIEW
23 images, 0 KB saveable
Warning::
https://www.juntadeandalucia.es/sites/default/file... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.juntadeandalucia.es/sites/default/file... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.juntadeandalucia.es/sites/default/file... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.juntadeandalucia.es/sites/default/file... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.juntadeandalucia.es/sites/default/file... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
23 images 619 KB
0 oversized -0 KB
22 legacy format
5 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

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

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

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

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
1417ms total JS execution
REVIEW
1417ms total JS execution
Warning::
https://www.juntadeandalucia.es/: 430ms CPU time
Info::
Unattributable: 204ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MKS...: 155ms CPU time
Info::
https://www.juntadeandalucia.es/libraries/webcompo...: 147ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-WH7...: 123ms CPU time
Warning::
Third-party scripts: 1417ms (100% of total)

Main Thread Breakdown

Script Evaluation 41% Style & Layout 21% Other 20% Rendering 8% Script Parsing & Compilation 5% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.juntadeandalucia.es/430ms2ms0ms3rd
Unattributable204ms2ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MKSC7XV155ms143ms9ms3rd
https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-counter/dist/matter-counter.js147ms75ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WH72PV6123ms98ms14ms3rd
https://www.juntadeandalucia.es/modules/contrib/jquery_once/lib/jquery_3.7.1_jquery.min.js?v=3.7.198ms34ms2ms3rd
https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-last-boja/dist/matter-last-boja.js71ms66ms1ms3rd
https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-carousel/dist/matter-carousel.js67ms39ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-7D3KG4VLFB&cx=c&gtm=4e64k0h163ms51ms12ms3rd
https://www.juntadeandalucia.es/core/misc/drupal.init.js?v=10.4.659ms38ms0ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
13 fonts (713 KB)
PASS
13 fonts (713 KB)
Info::
13 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

13

713 KB total

Render-blocking

0

of 13

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 4.0 s FCP 2.3 s LCP 4.5 shttps://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Regular.woff2SourceSansPro-Regular.w... https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Regular.woff2 — 85.9 KiB — 29 ms — font-display: swaphttps://www.juntadeandalucia.es/themes/custom/terra/webfonts/fa6-brands-400.woff2fa6-brands-400.woff2 https://www.juntadeandalucia.es/themes/custom/terra/webfonts/fa6-brands-400.woff2 — 115.4 KiB — 39 ms — font-display: swaphttps://www.juntadeandalucia.es/libraries/fontawesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.juntadeandalucia.es/libraries/fontawesome/webfonts/fa-solid-900.woff2 — 147.0 KiB — 73 ms — font-display: swaphttps://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.woff2SourceSansPro-SemiBold.... https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.woff2 — 84.6 KiB — 54 ms — font-display: swaphttps://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Bold.woff2SourceSansPro-Bold.woff2 https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Bold.woff2 — 83.9 KiB — 46 ms — font-display: swaphttps://www.juntadeandalucia.es/themes/custom/terra/fonts/Montserrat/Montserrat-Bold.woff2Montserrat-Bold.woff2 https://www.juntadeandalucia.es/themes/custom/terra/fonts/Montserrat/Montserrat-Bold.woff2 — 89.9 KiB — 52 ms — font-display: swaphttps://www.juntadeandalucia.es/libraries/slick/slick/fonts/slick.woffslick.woff https://www.juntadeandalucia.es/libraries/slick/slick/fonts/slick.woff — 1.7 KiB — 52 ms — font-display: swaphttps://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Italic.woff2SourceSansPro-Italic.woff2 https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Italic.woff2 — 35.5 KiB — 90 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 27 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 14.4 KiB — 31 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 14.6 KiB — 43 ms — font-display: swapdata:application/font-woff;charset=utf-8;base64,d09GRgABAAAAACsgABAAAAAASKAAAAAAAAAAAAAAAAAAAAAAAAA…font-woff;charset=utf-8... data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAACsgABAAAAAASKAAAAAAAAAAAAAAAAAAAAAAAAA… — 10.8 KiB — 37 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2 — 14.5 KiB — 28 ms — font-display: swap
SourceSansPro-Regular.w... woff2 swap
Size 86 KB
Load time 29 ms
Start 558 ms
Risk FOUT — text flashes from fallback to web font
fa6-brands-400.woff2 woff2 swap
Size 115 KB
Load time 39 ms
Start 558 ms
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
fa-solid-900.woff2 woff2 swap
Size 147 KB
Load time 73 ms
Start 559 ms
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
SourceSansPro-SemiBold.... woff2 swap
Size 85 KB
Load time 54 ms
Start 559 ms
Risk FOUT — text flashes from fallback to web font
SourceSansPro-Bold.woff2 woff2 swap
Size 84 KB
Load time 46 ms
Start 559 ms
Risk FOUT — text flashes from fallback to web font
Montserrat-Bold.woff2 woff2 swap
Size 90 KB
Load time 52 ms
Start 560 ms
Risk FOUT — text flashes from fallback to web font
slick.woff woff swap
Size 2 KB
Load time 52 ms
Start 560 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
SourceSansPro-Italic.woff2 woff2 swap
Size 36 KB
Load time 90 ms
Start 560 ms
Risk FOUT — text flashes from fallback to web font
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 27 ms
Start 968 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 31 ms
Start 968 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 43 ms
Start 969 ms
Risk FOUT — text flashes from fallback to web font
font-woff;charset=utf-8... woff swap
Size 11 KB
Load time 37 ms
Start 971 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 28 ms
Start 1.0 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 ~135 KB and ~270 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
Network Waterfall
163 requests over 1633ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.3 s LCP 4.5 shttps://juntadeandalucia.es// https://juntadeandalucia.es/ — 307 — 157 B — 36 ms — http/1.1https://www.juntadeandalucia.es/www.juntadeandalucia.es/ https://www.juntadeandalucia.es/ — 200 — 190.3 KiB — 139 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/google_tag/tagmanager_gdc/google_tag.script.js?tdj685www.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/google_tag/tagmanager_gdc/google_tag.script.js?tdj685 — 200 — 720 B — 194 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/google_tag/tagmanager_general/google_tag.script.js?tdj685www.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/google_tag/tagmanager_general/google_tag.script.js?tdj685 — 200 — 720 B — 193 ms — http/1.1https://www.juntadeandalucia.es/libraries/slick/slick/slick.css?tdj685www.juntadeandalucia.es/libraries/s... https://www.juntadeandalucia.es/libraries/slick/slick/slick.css?tdj685 — 200 — 2.0 KiB — 45 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/slick/css/layout/slick.module.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/slick/css/layout/slick.module.css?tdj685 — 200 — 3.3 KiB — 54 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/align.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/align.module.css?tdj685 — 200 — 842 B — 53 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/fieldgroup.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/fieldgroup.module.css?tdj685 — 200 — 451 B — 45 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/container-inline.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/container-inline.module.css?tdj685 — 200 — 633 B — 51 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/clearfix.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/clearfix.module.css?tdj685 — 200 — 665 B — 56 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/details.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/details.module.css?tdj685 — 200 — 484 B — 57 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/hidden.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/hidden.module.css?tdj685 — 200 — 1.7 KiB — 73 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/item-list.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/item-list.module.css?tdj685 — 200 — 645 B — 72 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/js.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/js.module.css?tdj685 — 200 — 1020 B — 72 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/nowrap.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/nowrap.module.css?tdj685 — 200 — 452 B — 69 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/position-container.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/position-container.module.css?tdj685 — 200 — 451 B — 72 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/reset-appearance.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/reset-appearance.module.css?tdj685 — 200 — 606 B — 71 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/resize.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/resize.module.css?tdj685 — 200 — 628 B — 86 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-counter.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-counter.css?tdj685 — 200 — 1.1 KiB — 90 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-report-counters.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-report-counters.css?tdj685 — 200 — 915 B — 90 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-report-general-info.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-report-general-info.css?tdj685 — 200 — 612 B — 91 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/tablesort.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/tablesort.module.css?tdj685 — 200 — 723 B — 89 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/css/blazy.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/css/blazy.css?tdj685 — 200 — 3.8 KiB — 88 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/css/components/blazy.loading.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/css/components/blazy.loading.css?tdj685 — 200 — 1.8 KiB — 108 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/slick/css/components/slick.thumbnail--hover.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/slick/css/components/slick.thumbnail--hover.css?tdj685 — 200 — 2.6 KiB — 107 ms — http/1.1https://www.juntadeandalucia.es/core/modules/views/css/views.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/views/css/views.module.css?tdj685 — 200 — 792 B — 103 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/views_slideshow/modules/views_slideshow_cycle/css/views_slideshow_cycle.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/views_slideshow/modules/views_slideshow_cycle/css/views_slideshow_cycle.css?tdj685 — 200 — 907 B — 107 ms — http/1.1https://www.juntadeandalucia.es/libraries/slick/slick/slick-theme.css?tdj685www.juntadeandalucia.es/libraries/s... https://www.juntadeandalucia.es/libraries/slick/slick/slick-theme.css?tdj685 — 200 — 3.2 KiB — 107 ms — http/1.1https://www.juntadeandalucia.es/libraries/fontawesome/css/all.min.css?tdj685www.juntadeandalucia.es/libraries/f... https://www.juntadeandalucia.es/libraries/fontawesome/css/all.min.css?tdj685 — 200 — 100.0 KiB — 149 ms — http/1.1https://www.juntadeandalucia.es/libraries/fontawesome/css/v4-shims.min.css?tdj685www.juntadeandalucia.es/libraries/f... https://www.juntadeandalucia.es/libraries/fontawesome/css/v4-shims.min.css?tdj685 — 200 — 27.3 KiB — 130 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.3 s LCP 4.5 shttps://juntadeandalucia.es// https://juntadeandalucia.es/ — 307 — 157 B — 36 ms — http/1.1https://www.juntadeandalucia.es/www.juntadeandalucia.es/ https://www.juntadeandalucia.es/ — 200 — 190.3 KiB — 139 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/google_tag/tagmanager_gdc/google_tag.script.js?tdj685www.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/google_tag/tagmanager_gdc/google_tag.script.js?tdj685 — 200 — 720 B — 194 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/google_tag/tagmanager_general/google_tag.script.js?tdj685www.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/google_tag/tagmanager_general/google_tag.script.js?tdj685 — 200 — 720 B — 193 ms — http/1.1https://www.juntadeandalucia.es/libraries/slick/slick/slick.css?tdj685www.juntadeandalucia.es/libraries/s... https://www.juntadeandalucia.es/libraries/slick/slick/slick.css?tdj685 — 200 — 2.0 KiB — 45 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/slick/css/layout/slick.module.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/slick/css/layout/slick.module.css?tdj685 — 200 — 3.3 KiB — 54 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/align.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/align.module.css?tdj685 — 200 — 842 B — 53 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/fieldgroup.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/fieldgroup.module.css?tdj685 — 200 — 451 B — 45 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/container-inline.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/container-inline.module.css?tdj685 — 200 — 633 B — 51 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/clearfix.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/clearfix.module.css?tdj685 — 200 — 665 B — 56 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/details.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/details.module.css?tdj685 — 200 — 484 B — 57 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/hidden.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/hidden.module.css?tdj685 — 200 — 1.7 KiB — 73 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/item-list.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/item-list.module.css?tdj685 — 200 — 645 B — 72 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/js.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/js.module.css?tdj685 — 200 — 1020 B — 72 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/nowrap.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/nowrap.module.css?tdj685 — 200 — 452 B — 69 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/position-container.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/position-container.module.css?tdj685 — 200 — 451 B — 72 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/reset-appearance.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/reset-appearance.module.css?tdj685 — 200 — 606 B — 71 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/resize.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/resize.module.css?tdj685 — 200 — 628 B — 86 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-counter.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-counter.css?tdj685 — 200 — 1.1 KiB — 90 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-report-counters.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-report-counters.css?tdj685 — 200 — 915 B — 90 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-report-general-info.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/system-status-report-general-info.css?tdj685 — 200 — 612 B — 91 ms — http/1.1https://www.juntadeandalucia.es/core/modules/system/css/components/tablesort.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/system/css/components/tablesort.module.css?tdj685 — 200 — 723 B — 89 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/css/blazy.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/css/blazy.css?tdj685 — 200 — 3.8 KiB — 88 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/css/components/blazy.loading.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/css/components/blazy.loading.css?tdj685 — 200 — 1.8 KiB — 108 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/slick/css/components/slick.thumbnail--hover.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/slick/css/components/slick.thumbnail--hover.css?tdj685 — 200 — 2.6 KiB — 107 ms — http/1.1https://www.juntadeandalucia.es/core/modules/views/css/views.module.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/views/css/views.module.css?tdj685 — 200 — 792 B — 103 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/views_slideshow/modules/views_slideshow_cycle/css/views_slideshow_cycle.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/views_slideshow/modules/views_slideshow_cycle/css/views_slideshow_cycle.css?tdj685 — 200 — 907 B — 107 ms — http/1.1https://www.juntadeandalucia.es/libraries/slick/slick/slick-theme.css?tdj685www.juntadeandalucia.es/libraries/s... https://www.juntadeandalucia.es/libraries/slick/slick/slick-theme.css?tdj685 — 200 — 3.2 KiB — 107 ms — http/1.1https://www.juntadeandalucia.es/libraries/fontawesome/css/all.min.css?tdj685www.juntadeandalucia.es/libraries/f... https://www.juntadeandalucia.es/libraries/fontawesome/css/all.min.css?tdj685 — 200 — 100.0 KiB — 149 ms — http/1.1https://www.juntadeandalucia.es/libraries/fontawesome/css/v4-shims.min.css?tdj685www.juntadeandalucia.es/libraries/f... https://www.juntadeandalucia.es/libraries/fontawesome/css/v4-shims.min.css?tdj685 — 200 — 27.3 KiB — 130 ms — http/1.1https://www.juntadeandalucia.es/core/modules/layout_builder/layouts/twocol_section/twocol_section.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/layout_builder/layouts/twocol_section/twocol_section.css?tdj685 — 200 — 1.5 KiB — 123 ms — http/1.1https://www.juntadeandalucia.es/core/modules/layout_discovery/layouts/onecol/onecol.css?tdj685www.juntadeandalucia.es/core/module... https://www.juntadeandalucia.es/core/modules/layout_discovery/layouts/onecol/onecol.css?tdj685 — 200 — 473 B — 123 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdj685 — 200 — 413 B — 123 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/slick/css/theme/slick.theme--grid.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/slick/css/theme/slick.theme--grid.css?tdj685 — 200 — 614 B — 122 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/slick/css/theme/slick.theme--asnavfor.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/slick/css/theme/slick.theme--asnavfor.css?tdj685 — 200 — 2.7 KiB — 140 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/slick/css/theme/slick.theme.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/slick/css/theme/slick.theme.css?tdj685 — 200 — 5.0 KiB — 140 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/social_media_links/css/social_media_links.theme.css?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/social_media_links/css/social_media_links.theme.css?tdj685 — 200 — 792 B — 138 ms — http/1.1https://www.juntadeandalucia.es/themes/contrib/bootstrap_barrio/css/components/node.css?tdj685www.juntadeandalucia.es/themes/cont... https://www.juntadeandalucia.es/themes/contrib/bootstrap_barrio/css/components/node.css?tdj685 — 200 — 3.0 KiB — 138 ms — http/1.1https://www.juntadeandalucia.es/themes/contrib/bootstrap_barrio/css/components/affix.css?tdj685www.juntadeandalucia.es/themes/cont... https://www.juntadeandalucia.es/themes/contrib/bootstrap_barrio/css/components/affix.css?tdj685 — 200 — 1.8 KiB — 137 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/css/style.css?tdj685www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/css/style.css?tdj685 — 200 — 618.9 KiB — 275 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/systemjs.js?v=1www.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/systemjs.js?v=1 — 200 — 4.6 KiB — 155 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/core-js.js?v=1www.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/core-js.js?v=1 — 200 — 147.7 KiB — 182 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/regenerator-runtime.js?v=1www.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/regenerator-runtime.js?v=1 — 200 — 6.5 KiB — 158 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/fetch-polyfill/fetch.js?v=1www.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/fetch-polyfill/fetch.js?v=1 — 200 — 9.5 KiB — 158 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/dynamic-import.js?v=1www.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/dynamic-import.js?v=1 — 200 — 1008 B — 156 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/webcomponents.js?v=1www.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/webcomponents.js?v=1 — 200 — 113.0 KiB — 202 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/custom-elements-es5-adapter.js?v=1www.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/polyfills/custom-elements-es5-adapter.js?v=1 — 200 — 1.3 KiB — 174 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/2020-03/Icono-Junta_0.pngwww.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/2020-03/Icono-Junta_0.png — 200 — 1.1 KiB — 15 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/images/Logo-Junta-hover.pngwww.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/images/Logo-Junta-hover.png — 200 — 1.1 KiB — 18 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/2026-04/elecciones_andalucia_2026.jpgwww.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/2026-04/elecciones_andalucia_2026.jpg — 200 — 31.3 KiB — 21 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/2023-07/logo.pngwww.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/2023-07/logo.png — 200 — 16.3 KiB — 17 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/inline-images/2022/04/logo_ucrania_cuadrado.pngwww.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/inline-images/2022/04/logo_ucrania_cuadrado.png — 200 — 4.8 KiB — 16 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/polyfill/blazy.polyfill.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/polyfill/blazy.polyfill.min.js?tdj685 — 200 — 1.6 KiB — 15 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/polyfill/blazy.classlist.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/polyfill/blazy.classlist.min.js?tdj685 — 200 — 2.7 KiB — 14 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/polyfill/blazy.promise.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/polyfill/blazy.promise.min.js?tdj685 — 200 — 4.3 KiB — 15 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/polyfill/blazy.raf.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/polyfill/blazy.raf.min.js?tdj685 — 200 — 1.0 KiB — 17 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/jquery_once/lib/jquery_3.7.1_jquery.min.js?v=3.7.1www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/jquery_once/lib/jquery_3.7.1_jquery.min.js?v=3.7.1 — 200 — 85.8 KiB — 26 ms — http/1.1https://www.juntadeandalucia.es/core/assets/vendor/once/once.min.js?v=1.0.1www.juntadeandalucia.es/core/assets... https://www.juntadeandalucia.es/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 1.7 KiB — 15 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/jquery_once/lib/jquery-once-2.2.3/jquery.once.min.js?v=2.2.3www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/jquery_once/lib/jquery-once-2.2.3/jquery.once.min.js?v=2.2.3 — 200 — 1.2 KiB — 16 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/languages/es_QC7vxOQN634D6GCPf1VqxxQT15Nar5pIG7gR97rDERE.js?tdj685www.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/languages/es_QC7vxOQN634D6GCPf1VqxxQT15Nar5pIG7gR97rDERE.js?tdj685 — 200 — 15.3 KiB — 16 ms — http/1.1https://www.juntadeandalucia.es/core/misc/drupalSettingsLoader.js?v=10.4.6www.juntadeandalucia.es/core/misc/d... https://www.juntadeandalucia.es/core/misc/drupalSettingsLoader.js?v=10.4.6 — 200 — 1.0 KiB — 18 ms — http/1.1https://www.juntadeandalucia.es/core/misc/drupal.js?v=10.4.6www.juntadeandalucia.es/core/misc/d... https://www.juntadeandalucia.es/core/misc/drupal.js?v=10.4.6 — 200 — 20.9 KiB — 22 ms — http/1.1https://www.juntadeandalucia.es/core/misc/drupal.init.js?v=10.4.6www.juntadeandalucia.es/core/misc/d... https://www.juntadeandalucia.es/core/misc/drupal.init.js?v=10.4.6 — 200 — 1.3 KiB — 21 ms — http/1.1https://www.juntadeandalucia.es/core/misc/debounce.js?v=10.4.6www.juntadeandalucia.es/core/misc/d... https://www.juntadeandalucia.es/core/misc/debounce.js?v=10.4.6 — 200 — 1.8 KiB — 19 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/dblazy.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/dblazy.min.js?tdj685 — 200 — 11.0 KiB — 21 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.once.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.once.min.js?tdj685 — 200 — 1.4 KiB — 19 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.sanitizer.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.sanitizer.min.js?tdj685 — 200 — 1.3 KiB — 20 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.dom.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.dom.min.js?tdj685 — 200 — 3.6 KiB — 20 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/base/blazy.base.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/base/blazy.base.min.js?tdj685 — 200 — 1.4 KiB — 19 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.dataset.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.dataset.min.js?tdj685 — 200 — 964 B — 20 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.viewport.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.viewport.min.js?tdj685 — 200 — 1.6 KiB — 18 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.xlazy.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.xlazy.min.js?tdj685 — 200 — 1.5 KiB — 17 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.observer.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.observer.min.js?tdj685 — 200 — 1.5 KiB — 17 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.loading.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/plugin/blazy.loading.min.js?tdj685 — 200 — 808 B — 19 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/polyfill/blazy.webp.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/polyfill/blazy.webp.min.js?tdj685 — 200 — 1.4 KiB — 20 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/base/blazy.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/base/blazy.min.js?tdj685 — 200 — 3.5 KiB — 20 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/base/io/bio.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/base/io/bio.min.js?tdj685 — 200 — 3.5 KiB — 20 ms — http/1.1https://www.juntadeandalucia.es/libraries/slick/slick/slick.min.js?v=1.xwww.juntadeandalucia.es/libraries/s... https://www.juntadeandalucia.es/libraries/slick/slick/slick.min.js?v=1.x — 200 — 42.2 KiB — 22 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/base/io/bio.media.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/base/io/bio.media.min.js?tdj685 — 200 — 2.6 KiB — 18 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/base/blazy.drupal.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/base/blazy.drupal.min.js?tdj685 — 200 — 2.9 KiB — 19 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/blazy/js/blazy.load.min.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/blazy/js/blazy.load.min.js?tdj685 — 200 — 2.0 KiB — 19 ms — http/1.1https://www.juntadeandalucia.es/themes/contrib/bootstrap_barrio/js/affix.js?v=10.4.6www.juntadeandalucia.es/themes/cont... https://www.juntadeandalucia.es/themes/contrib/bootstrap_barrio/js/affix.js?v=10.4.6 — 200 — 2.7 KiB — 19 ms — http/1.1https://www.juntadeandalucia.es/modules/custom/page_recomendador/js/jquery-ui.js?v=1www.juntadeandalucia.es/modules/cus... https://www.juntadeandalucia.es/modules/custom/page_recomendador/js/jquery-ui.js?v=1 — 200 — 509.2 KiB — 103 ms — http/1.1https://www.juntadeandalucia.es/modules/custom/page_recomendador/js/recomendador.js?v=1www.juntadeandalucia.es/modules/cus... https://www.juntadeandalucia.es/modules/custom/page_recomendador/js/recomendador.js?v=1 — 200 — 15.6 KiB — 20 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/slick/js/slick.load.min.js?v=10.4.6www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/slick/js/slick.load.min.js?v=10.4.6 — 200 — 3.8 KiB — 23 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/js/popper.min.js?v=10.4.6www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/js/popper.min.js?v=10.4.6 — 200 — 21.1 KiB — 23 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/js/bootstrap.min.js?v=10.4.6www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/js/bootstrap.min.js?v=10.4.6 — 200 — 57.1 KiB — 23 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/js/global.js?v=10.4.6www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/js/global.js?v=10.4.6 — 200 — 18.2 KiB — 24 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/js/polyfills/ofi.min.js?v=10.4.6www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/js/polyfills/ofi.min.js?v=10.4.6 — 200 — 3.6 KiB — 22 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/logo-junta.pngwww.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/logo-junta.png — 200 — 20.6 KiB — 84 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/logo-jda.pngwww.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/logo-jda.png — 200 — 10.6 KiB — 83 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/images/spinner.gifwww.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/images/spinner.gif — 200 — 17.5 KiB — 107 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Regular.woff2www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Regular.woff2 — 200 — 85.9 KiB — 29 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/webfonts/fa6-brands-400.woff2www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/webfonts/fa6-brands-400.woff2 — 200 — 115.4 KiB — 39 ms — http/1.1https://www.juntadeandalucia.es/libraries/fontawesome/webfonts/fa-solid-900.woff2www.juntadeandalucia.es/libraries/f... https://www.juntadeandalucia.es/libraries/fontawesome/webfonts/fa-solid-900.woff2 — 200 — 147.0 KiB — 73 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.woff2www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.woff2 — 200 — 84.6 KiB — 54 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Bold.woff2www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Bold.woff2 — 200 — 83.9 KiB — 46 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/fonts/Montserrat/Montserrat-Bold.woff2www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/fonts/Montserrat/Montserrat-Bold.woff2 — 200 — 89.9 KiB — 52 ms — http/1.1https://www.juntadeandalucia.es/libraries/slick/slick/fonts/slick.woffwww.juntadeandalucia.es/libraries/s... https://www.juntadeandalucia.es/libraries/slick/slick/fonts/slick.woff — 200 — 1.7 KiB — 52 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Italic.woff2www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/fonts/Source_Sans_Pro/SourceSansPro-Italic.woff2 — 200 — 35.5 KiB — 90 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/2026-04/recomendador_jda_abril_2026_transparencia.jpgwww.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/2026-04/recomendador_jda_abril_2026_transparencia.jpg — 200 — 56.1 KiB — 54 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/js/recomendador/typed.js?v=10.4.6www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/js/recomendador/typed.js?v=10.4.6 — 200 — 11.8 KiB — 17 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/js/recomendador/animationTextfield.js?v=10.4.6www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/js/recomendador/animationTextfield.js?v=10.4.6 — 200 — 910 B — 17 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/js/icon-busqueda-avanzada-IE/details-shim.js?v=10.4.6www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/js/icon-busqueda-avanzada-IE/details-shim.js?v=10.4.6 — 200 — 5.1 KiB — 16 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/js/solapa-menu/mantener-abierta-solapa-click-enlace.js?v=10.4.6www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/js/solapa-menu/mantener-abierta-solapa-click-enlace.js?v=10.4.6 — 200 — 2.5 KiB — 16 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/js/view/tarcja.js?v=10.4.6www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/js/view/tarcja.js?v=10.4.6 — 200 — 5.4 KiB — 23 ms — http/1.1https://www.juntadeandalucia.es/themes/custom/terra/js/imageMapResizer/imageMapResizer.min.js?v=10.4.6www.juntadeandalucia.es/themes/cust... https://www.juntadeandalucia.es/themes/custom/terra/js/imageMapResizer/imageMapResizer.min.js?v=10.4.6 — 200 — 2.5 KiB — 22 ms — http/1.1https://www.juntadeandalucia.es/modules/custom/terra_wc/js/matterCalendar.js?v=1www.juntadeandalucia.es/modules/cus... https://www.juntadeandalucia.es/modules/custom/terra_wc/js/matterCalendar.js?v=1 — 200 — 1.7 KiB — 31 ms — http/1.1https://www.juntadeandalucia.es/modules/custom/terra_wc/js/matterCarousel.js?v=1www.juntadeandalucia.es/modules/cus... https://www.juntadeandalucia.es/modules/custom/terra_wc/js/matterCarousel.js?v=1 — 200 — 1.7 KiB — 20 ms — http/1.1https://www.juntadeandalucia.es/modules/custom/terra_wc/js/matterCounter.js?v=1www.juntadeandalucia.es/modules/cus... https://www.juntadeandalucia.es/modules/custom/terra_wc/js/matterCounter.js?v=1 — 200 — 1.7 KiB — 17 ms — http/1.1https://www.juntadeandalucia.es/modules/custom/terra_wc/js/matterLastBoja.js?v=1www.juntadeandalucia.es/modules/cus... https://www.juntadeandalucia.es/modules/custom/terra_wc/js/matterLastBoja.js?v=1 — 200 — 701 B — 17 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/views_slideshow/js/views_slideshow.js?v=10.4.6www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/views_slideshow/js/views_slideshow.js?v=10.4.6 — 200 — 20.2 KiB — 22 ms — http/1.1https://www.juntadeandalucia.es/libraries/jquery.cycle/jquery.cycle.all.js?v=3.0.3www.juntadeandalucia.es/libraries/j... https://www.juntadeandalucia.es/libraries/jquery.cycle/jquery.cycle.all.js?v=3.0.3 — 200 — 51.2 KiB — 22 ms — http/1.1https://www.juntadeandalucia.es/libraries/json2/json2.js?v=2www.juntadeandalucia.es/libraries/j... https://www.juntadeandalucia.es/libraries/json2/json2.js?v=2 — 200 — 18.8 KiB — 25 ms — http/1.1https://www.juntadeandalucia.es/modules/contrib/views_slideshow/modules/views_slideshow_cycle/js/views_slideshow_cycle.js?tdj685www.juntadeandalucia.es/modules/con... https://www.juntadeandalucia.es/modules/contrib/views_slideshow/modules/views_slideshow_cycle/js/views_slideshow_cycle.js?tdj685 — 200 — 28.1 KiB — 22 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/google_tag/tag_manager_portal_jjaa_general/google_tag.script.js?tdj685www.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/google_tag/tag_manager_portal_jjaa_general/google_tag.script.js?tdj685 — 200 — 720 B — 20 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/inline-images/2025/06/distintivo_ens_certificacion_MEDIA_RD311-2022.pngwww.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/inline-images/2025/06/distintivo_ens_certificacion_MEDIA_RD311-2022.png — 200 — 33.4 KiB — 24 ms — http/1.1blob:https://www.juntadeandalucia.es/f2b174d4-7d8a-40cf-99f0-67edf7f58371www.juntadeandalucia.es/f2b174d4-7d... blob:https://www.juntadeandalucia.es/f2b174d4-7d8a-40cf-99f0-67edf7f58371 — 200 — 0 B — 1 ms — blobblob:https://www.juntadeandalucia.es/4736946c-a22b-4878-95e1-b5a534508f21www.juntadeandalucia.es/4736946c-a2... blob:https://www.juntadeandalucia.es/4736946c-a22b-4878-95e1-b5a534508f21 — 200 — 0 B — 0 ms — blobblob:https://www.juntadeandalucia.es/445024ec-cd5e-4425-88fa-fc8fe041238fwww.juntadeandalucia.es/445024ec-cd... blob:https://www.juntadeandalucia.es/445024ec-cd5e-4425-88fa-fc8fe041238f — 200 — 0 B — 1 ms — blobblob:https://www.juntadeandalucia.es/641976e5-57c3-4ba3-96fd-18454d06afcfwww.juntadeandalucia.es/641976e5-57... blob:https://www.juntadeandalucia.es/641976e5-57c3-4ba3-96fd-18454d06afcf — 200 — 0 B — 1 ms — blobhttps://www.googletagmanager.com/gtm.js?id=GTM-K2L7GR7www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-K2L7GR7 — 200 — 127.4 KiB — 154 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MKSC7XVwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MKSC7XV — 200 — 138.0 KiB — 148 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WH72PV6www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WH72PV6 — 200 — 184.6 KiB — 170 ms — h2https://www.juntadeandalucia.es/libraries/slick/slick/ajax-loader.gifwww.juntadeandalucia.es/libraries/s... https://www.juntadeandalucia.es/libraries/slick/slick/ajax-loader.gif — 200 — 4.4 KiB — 15 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-calendar/dist/matter-calendar.jswww.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-calendar/dist/matter-calendar.js — 200 — 92.8 KiB — 27 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-carousel/dist/matter-carousel.jswww.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-carousel/dist/matter-carousel.js — 200 — 108.9 KiB — 30 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-counter/dist/matter-counter.jswww.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-counter/dist/matter-counter.js — 200 — 37.0 KiB — 19 ms — http/1.1https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-last-boja/dist/matter-last-boja.jswww.juntadeandalucia.es/libraries/w... https://www.juntadeandalucia.es/libraries/webcomponents/node_modules/@matter/matter-last-boja/dist/matter-last-boja.js — 200 — 1.4 MiB — 281 ms — http/1.1https://www.juntadeandalucia.es/sites/default/files/2026-04/recomendador_jda_abril_2026_renovar_demanda_empleo_2.jpgwww.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/2026-04/recomendador_jda_abril_2026_renovar_demanda_empleo_2.jpg — 200 — 41.2 KiB — 26 ms — http/1.1https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swapfonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap — 200 — 1.3 KiB — 84 ms — h2https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/search/consulta_publica_previa?size=0&q=(_exists_:data.field_plazo_de_participacion.field_fecha_fin%20AND%20data.field_plazo_de_participacion.field_fecha_fin:%3E%3Dnow\\/d)www.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/search/consulta_publica_previa?size=0&q=(_exists_:data.field_plazo_de_participacion.field_fecha_fin%20AND%20data.field_plazo_de_participacion.field_fecha_fin:%3E%3Dnow\\/d) — 200 — 971 B — 26 ms — http/1.1https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/search/documento_sometido_a_informacion?size=0&q=(_exists_:data.field_plazo_tip.field_fin_plazo_tip%20AND%20data.field_plazo_tip.field_fin_plazo_tip:%3E%3Dnow\\/d%20AND%20data.field_plazo_tip.field_inicio_plazo_tip:%3C%3Dnow\\/d)www.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/search/documento_sometido_a_informacion?size=0&q=(_exists_:data.field_plazo_tip.field_fin_plazo_tip%20AND%20data.field_plazo_tip.field_fin_plazo_tip:%3E%3Dnow\\/d%20AND%20data.field_plazo_tip.field_inicio_plazo_tip:%3C%3Dnow\\/d) — 200 — 975 B — 25 ms — http/1.1https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/pdc/expedientes?size=0&q=estado.codigo:PUBwww.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/pdc/expedientes?size=0&q=estado.codigo:PUB — 200 — 871 B — 25 ms — http/1.1https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/search/procedimientos?size=0&q=(data.estadoPlazo:Abierto%20AND%20data.familia:Subvenciones,%20becas%20y%20premios)www.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/search/procedimientos?size=0&q=(data.estadoPlazo:Abierto%20AND%20data.familia:Subvenciones,%20becas%20y%20premios) — 200 — 971 B — 25 ms — http/1.1https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/search/ofertas_de_empleo_de_las_eeii?size=0&q=(_exists_:data.field_ofem_fecha_fin%20AND%20data.field_ofem_fecha_fin:%3E%3Dnow\\/d)&sum=data.field_ofem_num_plazaswww.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/search/ofertas_de_empleo_de_las_eeii?size=0&q=(_exists_:data.field_ofem_fecha_fin%20AND%20data.field_ofem_fecha_fin:%3E%3Dnow\\/d)&sum=data.field_ofem_num_plazas — 200 — 1023 B — 23 ms — http/1.1https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/boja/calendario?fechaDesde=now-365d&fechaHasta=nowwww.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/boja/calendario?fechaDesde=now-365d&fechaHasta=now — 200 — 46.4 KiB — 26 ms — http/1.1https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/search/noticia_en_portada?sort=data.changed:desc,data.field_orden_en_portada.integer:asc&_source=data.title,data.field_subtitle_noticias,data.field_fecha_publicacion,data.field_noticia_tema_destacado,data.field_noticia_fotografia,data.field_link_publico_generico,data.path&q=provider:GeNews&size=12www.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/search/noticia_en_portada?sort=data.changed:desc,data.field_orden_en_portada.integer:asc&_source=data.title,data.field_subtitle_noticias,data.field_fecha_publicacion,data.field_noticia_tema_destacado,data.field_noticia_fotografia,data.field_link_publico_generico,data.path&q=provider:GeNews&size=12 — 200 — 16.5 KiB — 23 ms — http/1.1data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyM…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyM… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 200 — 14.5 KiB — 27 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 200 — 14.4 KiB — 31 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 200 — 14.6 KiB — 43 ms — h3data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAACsgABAAAAAASKAAAAAAAAAAAAAAAAAAAAAAAAA…data:application/font-woff;charset=... data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAACsgABAAAAAASKAAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 10.8 KiB — 37 ms — datahttps://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/22/1776877043803coopAgroJaenEstgd.jpgwww.juntadeandalucia.es/imagenes/po... https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/22/1776877043803coopAgroJaenEstgd.jpg — 200 — 39.1 KiB — 29 ms — http/1.1https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/22/1776847846868cursoVodafoneEstgd.jpgwww.juntadeandalucia.es/imagenes/po... https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/22/1776847846868cursoVodafoneEstgd.jpg — 200 — 57.3 KiB — 25 ms — http/1.1https://www.juntadeandalucia.es/imagenes/portavoz/files/2025/4/30/1746008952573OrquestajovenAndalucia%20estandargd.jpgwww.juntadeandalucia.es/imagenes/po... https://www.juntadeandalucia.es/imagenes/portavoz/files/2025/4/30/1746008952573OrquestajovenAndalucia%20estandargd.jpg — 200 — 45.4 KiB — 26 ms — http/1.1https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/22/1776849570044terrorismoEstgd.jpgwww.juntadeandalucia.es/imagenes/po... https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/22/1776849570044terrorismoEstgd.jpg — 200 — 39.7 KiB — 31 ms — http/1.1https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/21/1776772494944aeronauticaplantaestgd.jpgwww.juntadeandalucia.es/imagenes/po... https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/21/1776772494944aeronauticaplantaestgd.jpg — 200 — 53.6 KiB — 32 ms — http/1.1https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2 — 200 — 14.5 KiB — 28 ms — h3https://www.juntadeandalucia.es/imagenes/portavoz/files/2025/4/4/1743768150147mosquitoCulexEstgd.jpgwww.juntadeandalucia.es/imagenes/po... https://www.juntadeandalucia.es/imagenes/portavoz/files/2025/4/4/1743768150147mosquitoCulexEstgd.jpg — 200 — 24.3 KiB — 18 ms — http/1.1https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/21/1776776247064DolmenesAntequeraestgd.jpgwww.juntadeandalucia.es/imagenes/po... https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/21/1776776247064DolmenesAntequeraestgd.jpg — 200 — 37.2 KiB — 24 ms — http/1.1https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/20/17766836299801ARgd.jpgwww.juntadeandalucia.es/imagenes/po... https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/20/17766836299801ARgd.jpg — 200 — 33.8 KiB — 27 ms — http/1.1https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/20/17766837822002estgd.jpgwww.juntadeandalucia.es/imagenes/po... https://www.juntadeandalucia.es/imagenes/portavoz/files/2026/4/20/17766837822002estgd.jpg — 200 — 24.1 KiB — 23 ms — http/1.1https://www.juntadeandalucia.es/imagenes/portavoz/files/2025/12/30/1767092019725investigacionestgd.jpgwww.juntadeandalucia.es/imagenes/po... https://www.juntadeandalucia.es/imagenes/portavoz/files/2025/12/30/1767092019725investigacionestgd.jpg — 200 — 26.1 KiB — 22 ms — http/1.1https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/boja/ultimo/seccioneswww.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/datasets/contentapi/boja/ultimo/secciones — 200 — 1.4 KiB — 14 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-7D3KG4VLFB&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7D3KG4VLFB&cx=c&gtm=4e64k0h1 — 200 — 157.3 KiB — 33 ms — h2https://www.juntadeandalucia.es/ssdigitales/festa/bucket-cookie-content-v3//cookieconsent.csswww.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/festa/bucket-cookie-content-v3//cookieconsent.css — 200 — 41.2 KiB — 23 ms — http/1.1https://www.juntadeandalucia.es/ssdigitales/festa/bucket-cookie-content-v3/cookieconsent_jda.csswww.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/festa/bucket-cookie-content-v3/cookieconsent_jda.css — 200 — 5.8 KiB — 23 ms — http/1.1https://www.juntadeandalucia.es/ssdigitales/festa/bucket-cookie-content-v3/cookieconsent.umd.jswww.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/festa/bucket-cookie-content-v3/cookieconsent.umd.js — 200 — 24.7 KiB — 22 ms — http/1.1https://www.juntadeandalucia.es/ssdigitales/festa/bucket-cookie-content-v3/cookieconsent_jda.jswww.juntadeandalucia.es/ssdigitales... https://www.juntadeandalucia.es/ssdigitales/festa/bucket-cookie-content-v3/cookieconsent_jda.js — 200 — 9.3 KiB — 20 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-7D3KG4VLFB&gtm=45je64k0h1v894027568z876710234za20gzb76710234zd76710234&_p=1776888490130&gcs=G100&gcd=13p3p3l2l5l1&npa=1&dma_cps=a&dma=1&_geo=1&_rdi=1&are=1&cid=80633148.1776888491&frm=0&pscdl=denied&rcb=16&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512543~117884344~118463800&sid=1776888490&sct=1&seg=0&dl=https%3A%2F%2Fwww.juntadeandalucia.es%2F&dt=Junta%20de%20Andaluc%C3%ADa%20-%20Portal%20oficial&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.content_group=Portada&ep.content_group_organismo=pdpjda_drupal_plataforma_tecnologica_apps_des_sandetel_junta_and&ep.meta_ID=142761&ep.usuario=externo&ep.transparencia=No%20es%20publicidad%20activa&ep.content_group_tematica=nodefinida&ep.hora=22&ep.sitio_web=Junta%20de%20Andaluc%C3%ADa&ep.portada=Junta%20de%20Andaluc%C3%ADa&up.transparencia_usuario=No%20es%20publicidad%20activa&tfd=1544region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-7D3KG4VLFB&gtm=45je64k0h1v894027568z876710234za20gzb76710234zd76710234&_p=1776888490130&gcs=G100&gcd=13p3p3l2l5l1&npa=1&dma_cps=a&dma=1&_geo=1&_rdi=1&are=1&cid=80633148.1776888491&frm=0&pscdl=denied&rcb=16&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512543~117884344~118463800&sid=1776888490&sct=1&seg=0&dl=https%3A%2F%2Fwww.juntadeandalucia.es%2F&dt=Junta%20de%20Andaluc%C3%ADa%20-%20Portal%20oficial&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.content_group=Portada&ep.content_group_organismo=pdpjda_drupal_plataforma_tecnologica_apps_des_sandetel_junta_and&ep.meta_ID=142761&ep.usuario=externo&ep.transparencia=No%20es%20publicidad%20activa&ep.content_group_tematica=nodefinida&ep.hora=22&ep.sitio_web=Junta%20de%20Andaluc%C3%ADa&ep.portada=Junta%20de%20Andaluc%C3%ADa&up.transparencia_usuario=No%20es%20publicidad%20activa&tfd=1544 — 204 — 48 B — 89 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-3YH1FSWTF6&gtm=45je64k0h1v894027568z876710234za20gzb76710234zd76710234&_p=1776888490130&gcs=G100&gcd=13p3p3l2l5l1&npa=1&dma_cps=a&dma=1&are=1&cid=80633148.1776888491&frm=0&pscdl=denied&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%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~115938465~115938468~117266401~117512543~117884344~118463800&sid=1776888490&sct=1&seg=0&dl=https%3A%2F%2Fwww.juntadeandalucia.es%2F&dt=Junta%20de%20Andaluc%C3%ADa%20-%20Portal%20oficial&_tu=QA&en=page_view&_fv=1&_ss=1&ep.content_group=Portada&ep.content_group_organismo=pdpjda_drupal_plataforma_tecnologica_apps_des_sandetel_junta_and&ep.meta_ID=142761&ep.usuario=externo&ep.transparencia=No%20es%20publicidad%20activa&ep.content_group_tematica=nodefinida&ep.hora=22&ep.sitio_web=Junta%20de%20Andaluc%C3%ADa&ep.portada=Junta%20de%20Andaluc%C3%ADa&up.transparencia_usuario=No%20es%20publicidad%20activa&tfd=1549region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-3YH1FSWTF6&gtm=45je64k0h1v894027568z876710234za20gzb76710234zd76710234&_p=1776888490130&gcs=G100&gcd=13p3p3l2l5l1&npa=1&dma_cps=a&dma=1&are=1&cid=80633148.1776888491&frm=0&pscdl=denied&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%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~115938465~115938468~117266401~117512543~117884344~118463800&sid=1776888490&sct=1&seg=0&dl=https%3A%2F%2Fwww.juntadeandalucia.es%2F&dt=Junta%20de%20Andaluc%C3%ADa%20-%20Portal%20oficial&_tu=QA&en=page_view&_fv=1&_ss=1&ep.content_group=Portada&ep.content_group_organismo=pdpjda_drupal_plataforma_tecnologica_apps_des_sandetel_junta_and&ep.meta_ID=142761&ep.usuario=externo&ep.transparencia=No%20es%20publicidad%20activa&ep.content_group_tematica=nodefinida&ep.hora=22&ep.sitio_web=Junta%20de%20Andaluc%C3%ADa&ep.portada=Junta%20de%20Andaluc%C3%ADa&up.transparencia_usuario=No%20es%20publicidad%20activa&tfd=1549 — 204 — 555 B — 84 ms — h2https://www.juntadeandalucia.es/sites/default/files/favicon.icowww.juntadeandalucia.es/sites/defau... https://www.juntadeandalucia.es/sites/default/files/favicon.ico — 200 — 1.5 KiB — 15 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1417ms · 2320KB · €15/mo
www.juntadeandalucia.es
Other
Costly
Execution 430ms
Transfer 190 KB
Monthly Cost €5/mo
Unattributable
Other
Costly
Execution 204ms
Transfer 0 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 155ms
Transfer 138 KB
Unused 50%
Monthly Cost €2/mo
www.juntadeandalucia.es
Other
Optional
Execution 147ms
Transfer 37 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 123ms
Transfer 185 KB
Unused 33%
Monthly Cost €1/mo
www.juntadeandalucia.es
Other
Optional
Execution 98ms
Transfer 86 KB
Unused 32%
Monthly Cost €1/mo
www.juntadeandalucia.es
Other
Optional
Execution 71ms
Transfer 1416 KB
Unused 7%
Monthly Cost €1/mo
www.juntadeandalucia.es
Other
Optional
Execution 67ms
Transfer 109 KB
Unused 27%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 63ms
Transfer 157 KB
Unused 42%
Monthly Cost €1/mo
www.juntadeandalucia.es
Other
Optional
Execution 59ms
Transfer 1 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.juntadeandalucia.es adds 430ms and costs ~€5/month
  • Unattributable adds 204ms and costs ~€2/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.juntadeandalucia.es takes 430ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 204ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

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

Send Feedback