Skip to content
https://www.newmuslimacademy.org

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
5
REVIEW
2
PASS
12
INFO
4

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

58
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
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.43 s

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

6.38 s

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

128 ms

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

0.051

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

2.97 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.39 s

Page Load Progression

408 ms
816 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.9 s
3.3 s
Checks
23
12 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.0 MB transferred, 131 requests
FIX
3.0 MB transferred, 131 requests
Warning::
Page weighs 10.0 MB (3.0 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
CSS is 389 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 389 KB
Warning::
131 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.64 g CO2 per page load
3.0 MB / 2.4 MB budget
3.0 MB transferred
131 requests
0.64 g CO2 per page load
JavaScript 2.1 MiB 68%
CSS 388.6 KiB 12%
Images 326.3 KiB 10%
Fonts 194.2 KiB 6%
HTML 86.2 KiB 3%
Other 7.6 KiB 0%
Other 3.1 KiB 0%
Other 1.9 KiB 0%
Other 622 B 0%
Other 0 B 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

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
64% third-party, 0 ms blocking
FIX
64% third-party, 0 ms blocking
Warning::
Third-party code accounts for 64% of page weight (2.0 MiB of 3.0 MiB)
Info::
Third-party blocking time is low (0 ms)
36%
64%
First-party Third-party
F
JS Bundles
Action
47 scripts, 507 KB unused
FIX
47 scripts, 507 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6WBN...: 112 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6WBN...: 68 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.newmuslimacademy.org/wp-content/plugin...: 65 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-35VX...: 64 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VDTQ...: 63 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 507 KB
507 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-6WBNWFB3QC&cx=c&gtm=4e67m0159 KB112 KB (71%)3rd
https://www.googletagmanager.com/gtag/js?id=G-6WBNWFB3QC159 KB68 KB (43%)3rd
https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/js/mec-general-calendar.js?ver=7.34.280 KB65 KB (82%)1st
https://www.googletagmanager.com/gtag/js?id=G-35VXWYM0K8&cx=c&gtm=4e67m0164 KB64 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-VDTQ7WSG35150 KB63 KB (42%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MKT5BTWF120 KB62 KB (52%)3rd
https://connect.facebook.net/en_US/fbevents.js103 KB39 KB (38%)3rd
https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/js/frontend.js?ver=7.34.237 KB34 KB (95%)1st
https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/assets/js/script.js?ver=4.25.8.13 KB1st
https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/js/breakpoints.js?ver=4.25.8.11 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

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
131 resources · 3.0 MB · 507 KB savings available
FIX
131 resources · 3.0 MB · 507 KB savings available
Warning::
Page weight 3.0 MB exceeds 1 MB target by 2.0 MB
Got: 3.0 MB Expected: ≤ 1 MB
Info::
~507 KB of savings available
Warning::
47 third-party resources (64% of weight)
Info::
2 resources over 200KB
131 resources · 3.0 MiB · 47 third-party 2.0 MiB over 1MB target
JavaScript 68% · 2.1 MiB
CSS 12% · 388.6 KiB
Image 11% · 333.6 KiB
Font 6% · 194.2 KiB
Document 3% · 87.0 KiB
Other 0% · 5.1 KiB

~507.0 KiB of savings available

Remove unused JavaScript: 507.0 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Image Optimization
12 images, 0 KB saveable
REVIEW
12 images, 0 KB saveable
Info::
All images are well-optimized
12 images 280 KB
0 oversized -0 KB
11 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
949ms total JS execution
REVIEW
949ms total JS execution
Info::
https://www.newmuslimacademy.org/: 219ms CPU time
Info::
Unattributable: 196ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-35VX...: 129ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-VDTQ...: 102ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-6WBN...: 99ms CPU time
Warning::
Third-party scripts: 535ms (56% of total)

Main Thread Breakdown

Script Evaluation 47% Other 18% Script Parsing & Compilation 14% Style & Layout 12% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://www.newmuslimacademy.org/219ms11ms4ms1st
Unattributable196ms2ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-35VXWYM0K8&cx=c&gtm=4e67m0129ms110ms18ms3rd
https://www.googletagmanager.com/gtag/js?id=G-VDTQ7WSG35102ms84ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6WBNWFB3QC99ms81ms17ms3rd
https://connect.facebook.net/en_US/fbevents.js94ms72ms16ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MKT5BTWF60ms40ms17ms3rd
https://connect.facebook.net/signals/config/1032040304082024?v=2.9.361&r=stable&domain=www.newmuslimacademy.org&hme=eec000113e1e9f56e9fc6cdeb39d59ad805f76a48c77cf3d5c028dcf3b38ee7c&ex_m=108%2C209%2C159%2C22%2C73%2C74%2C150%2C69%2C68%2C11%2C168%2C93%2C16%2C142%2C131%2C39%2C76%2C81%2C138%2C164%2C170%2C26%2C27%2C28%2C30%2C48%2C151%2C78%2C116%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C114%2C149%2C152%2C46%2C115%2C24%2C21%2C123%2C70%2C36%2C154%2C153%2C155%2C146%2C144%2C25%2C35%2C59%2C113%2C166%2C71%2C17%2C157%2C118%2C84%2C67%2C19%2C88%2C89%2C120%2C87%2C140%2C139%2C143%2C100%2C165%2C34%2C49%2C117%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C105%2C171%2C176%2C223%2C75%2C236%2C235%2C234%2C23%2C33%2C55%2C107%2C61%2C10%2C64%2C101%2C102%2C103%2C109%2C134%2C31%2C29%2C136%2C137%2C133%2C132%2C160%2C77%2C163%2C161%2C162%2C50%2C60%2C127%2C15%2C167%2C45%2C281%2C282%2C280%2C295%2C311%2C216%2C205%2C62%2C206%2C204%2C314%2C305%2C52%2C217%2C111%2C135%2C83%2C125%2C54%2C124%2C130%2C129%2C58%2C65%2C63%2C156%2C79%2C80%2C119%2C37%2C32%2C53%2C56%2C104%2C169%2C1%2C128%2C14%2C126%2C12%2C2%2C57%2C96%2C66%2C122%2C92%2C91%2C172%2C173%2C97%2C98%2C9%2C106%2C51%2C147%2C90%2C82%2C72%2C121%2C110%2C43%2C148%2C0%2C85%2C141%2C145%2C158%2C38%2C112%2C13%2C17451ms45ms6ms3rd
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
4 fonts (194 KB)
PASS
4 fonts (194 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

194 KB total

Render-blocking

0

of 4

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 5.0 s 6.0 s FCP 2.4 s LCP 6.4 shttps://www.newmuslimacademy.org/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.6icomoon.woff https://www.newmuslimacademy.org/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.6 — 22.0 KiB — 331 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 7 ms — font-display: swaphttps://www.newmuslimacademy.org/wp-content/themes/salient/css/fonts/fontawesome-webfont.woff?v=4.2fontawesome-webfont.woff https://www.newmuslimacademy.org/wp-content/themes/salient/css/fonts/fontawesome-webfont.woff?v=4.2 — 96.4 KiB — 515 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 69 ms — font-display: swap
icomoon.woff woff swap
Size 22 KB
Load time 331 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 7 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff woff swap
Size 96 KB
Load time 515 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 69 ms
Start 2.3 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 ~36 KB and ~72 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+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
131 requests over 5950ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.4 s LCP 6.4 shttps://www.newmuslimacademy.org// https://www.newmuslimacademy.org/ — 200 — 25.3 KiB — 1.3 s — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.6/wp-content/themes/salient/css/font... https://www.newmuslimacademy.org/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.6 — 200 — 22.0 KiB — 331 ms — h3https://www.googletagmanager.com/gtag/js?id=G-VDTQ7WSG35www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VDTQ7WSG35 — 200 — 149.5 KiB — 371 ms — h2https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/select2/select2.min.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/select2/select2.min.css?ver=7.34.2 — 200 — 2.7 KiB — 177 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/iconfonts.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/iconfonts.css?ver=7.34.2 — 200 — 8.2 KiB — 179 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/frontend.min.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/frontend.min.css?ver=7.34.2 — 200 — 82.0 KiB — 494 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltip.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltip.css?ver=7.34.2 — 200 — 1.7 KiB — 169 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltipster-sideTip-shadow.min.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltipster-sideTip-shadow.min.css?ver=7.34.2 — 200 — 950 B — 172 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/featherlight/featherlight.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/featherlight/featherlight.css?ver=7.34.2 — 200 — 2.0 KiB — 185 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/lity/lity.min.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/lity/lity.min.css?ver=7.34.2 — 200 — 1.6 KiB — 204 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/mec-general-calendar.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/mec-general-calendar.css?ver=7.34.2 — 200 — 6.5 KiB — 178 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.14/wp-content/plugins/bbpress/templat... https://www.newmuslimacademy.org/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.14 — 200 — 5.8 KiB — 201 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6/wp-content/plugins/contact-form-7/... https://www.newmuslimacademy.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6 — 200 — 1.6 KiB — 204 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/themes... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=4.25.8.1 — 200 — 2.9 KiB — 214 ms — h3https://www.newmuslimacademy.org/wp-includes/css/dashicons.min.css?ver=6.9.5/wp-includes/css/dashicons.min.css?... https://www.newmuslimacademy.org/wp-includes/css/dashicons.min.css?ver=6.9.5 — 200 — 35.5 KiB — 333 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/src/as... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles.css?ver=4.25.8.1 — 200 — 4.1 KiB — 184 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/assets... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=4.25.8.1 — 200 — 1.1 KiB — 186 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/themes... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=4.25.8.1 — 200 — 992 B — 237 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/src/as... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css?ver=4.25.8.1 — 200 — 844 B — 178 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/style.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/includ... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/style.css?ver=4.25.8.1 — 200 — 818 B — 215 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/pagination/style.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/includ... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/pagination/style.css?ver=4.25.8.1 — 200 — 1000 B — 221 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/filter/style.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/includ... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/filter/style.css?ver=4.25.8.1 — 200 — 1.8 KiB — 209 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/cards/grid-1/style.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/includ... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/cards/grid-1/style.css?ver=4.25.8.1 — 200 — 1.4 KiB — 212 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/plugins/boxed.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/plugins/boxed.css?ver=16.2.2 — 200 — 2.9 KiB — 227 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/grid-system.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/grid-system.css?ver=16.2.2 — 200 — 3.6 KiB — 184 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/style.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/style.css?ver=16.2.2 — 200 — 30.3 KiB — 354 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/elements/element-testimonial.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/elements/element-testimonial.css?ver=16.2.2 — 200 — 2.1 KiB — 228 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/elements/element-fancy-unordered-list.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/elements/element-fancy-unordered-list.css?ver=16.2.2 — 200 — 1.1 KiB — 204 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/third-party/cf7.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/third-party/cf7.css?ver=16.2.2 — 200 — 1.5 KiB — 214 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/third-party/bbpress.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/third-party/bbpress.css?ver=16.2.2 — 200 — 1000 B — 215 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.4 s LCP 6.4 shttps://www.newmuslimacademy.org// https://www.newmuslimacademy.org/ — 200 — 25.3 KiB — 1.3 s — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.6/wp-content/themes/salient/css/font... https://www.newmuslimacademy.org/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.6 — 200 — 22.0 KiB — 331 ms — h3https://www.googletagmanager.com/gtag/js?id=G-VDTQ7WSG35www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VDTQ7WSG35 — 200 — 149.5 KiB — 371 ms — h2https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/select2/select2.min.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/select2/select2.min.css?ver=7.34.2 — 200 — 2.7 KiB — 177 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/iconfonts.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/iconfonts.css?ver=7.34.2 — 200 — 8.2 KiB — 179 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/frontend.min.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/frontend.min.css?ver=7.34.2 — 200 — 82.0 KiB — 494 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltip.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltip.css?ver=7.34.2 — 200 — 1.7 KiB — 169 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltipster-sideTip-shadow.min.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltipster-sideTip-shadow.min.css?ver=7.34.2 — 200 — 950 B — 172 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/featherlight/featherlight.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/featherlight/featherlight.css?ver=7.34.2 — 200 — 2.0 KiB — 185 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/lity/lity.min.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/lity/lity.min.css?ver=7.34.2 — 200 — 1.6 KiB — 204 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/mec-general-calendar.css?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/css/mec-general-calendar.css?ver=7.34.2 — 200 — 6.5 KiB — 178 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.14/wp-content/plugins/bbpress/templat... https://www.newmuslimacademy.org/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.14 — 200 — 5.8 KiB — 201 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6/wp-content/plugins/contact-form-7/... https://www.newmuslimacademy.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6 — 200 — 1.6 KiB — 204 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/themes... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=4.25.8.1 — 200 — 2.9 KiB — 214 ms — h3https://www.newmuslimacademy.org/wp-includes/css/dashicons.min.css?ver=6.9.5/wp-includes/css/dashicons.min.css?... https://www.newmuslimacademy.org/wp-includes/css/dashicons.min.css?ver=6.9.5 — 200 — 35.5 KiB — 333 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/src/as... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles.css?ver=4.25.8.1 — 200 — 4.1 KiB — 184 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/assets... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=4.25.8.1 — 200 — 1.1 KiB — 186 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/themes... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=4.25.8.1 — 200 — 992 B — 237 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/src/as... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css?ver=4.25.8.1 — 200 — 844 B — 178 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/style.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/includ... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/style.css?ver=4.25.8.1 — 200 — 818 B — 215 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/pagination/style.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/includ... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/pagination/style.css?ver=4.25.8.1 — 200 — 1000 B — 221 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/filter/style.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/includ... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/filter/style.css?ver=4.25.8.1 — 200 — 1.8 KiB — 209 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/cards/grid-1/style.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/includ... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/cards/grid-1/style.css?ver=4.25.8.1 — 200 — 1.4 KiB — 212 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/plugins/boxed.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/plugins/boxed.css?ver=16.2.2 — 200 — 2.9 KiB — 227 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/grid-system.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/grid-system.css?ver=16.2.2 — 200 — 3.6 KiB — 184 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/style.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/style.css?ver=16.2.2 — 200 — 30.3 KiB — 354 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/elements/element-testimonial.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/elements/element-testimonial.css?ver=16.2.2 — 200 — 2.1 KiB — 228 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/elements/element-fancy-unordered-list.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/elements/element-fancy-unordered-list.css?ver=16.2.2 — 200 — 1.1 KiB — 204 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/third-party/cf7.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/third-party/cf7.css?ver=16.2.2 — 200 — 1.5 KiB — 214 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/third-party/bbpress.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/third-party/bbpress.css?ver=16.2.2 — 200 — 1000 B — 215 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/linecon.css?ver=16.2.2/wp-content/themes/salient/css/line... https://www.newmuslimacademy.org/wp-content/themes/salient/css/linecon.css?ver=16.2.2 — 200 — 1.2 KiB — 186 ms — h3https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Clatin-ext&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Clatin-ext&display=swap — 200 — 1.9 KiB — 130 ms — h2https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/responsive.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/responsive.css?ver=16.2.2 — 200 — 7.7 KiB — 211 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/ascend.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/ascend.css?ver=16.2.2 — 200 — 7.3 KiB — 220 ms — h3https://www.newmuslimacademy.org/wp-content/uploads/salient/menu-dynamic.css?ver=93513/wp-content/uploads/salient/menu-dy... https://www.newmuslimacademy.org/wp-content/uploads/salient/menu-dynamic.css?ver=93513 — 200 — 1.5 KiB — 199 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=4.25.8.1/wp-content/plugins/sfwd-lms/themes... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=4.25.8.1 — 200 — 25.4 KiB — 356 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/js_composer_salient/assets/css/js_composer.min.css?ver=7.6/wp-content/plugins/js_composer_sal... https://www.newmuslimacademy.org/wp-content/plugins/js_composer_salient/assets/css/js_composer.min.css?ver=7.6 — 200 — 6.7 KiB — 181 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/salient-dynamic-styles.css?ver=43385/wp-content/themes/salient/css/sali... https://www.newmuslimacademy.org/wp-content/themes/salient/css/salient-dynamic-styles.css?ver=43385 — 200 — 21.7 KiB — 352 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient-child/style.css?ver=16.2.2/wp-content/themes/salient-child/st... https://www.newmuslimacademy.org/wp-content/themes/salient-child/style.css?ver=16.2.2 — 200 — 811 B — 220 ms — h3https://fonts.googleapis.com/css?family=Great+Vibes%3A400&display=swap&ver=6.9.5fonts.googleapis.com/css?family=Gre... https://fonts.googleapis.com/css?family=Great+Vibes%3A400&display=swap&ver=6.9.5 — 200 — 1.0 KiB — 123 ms — h2https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/style-non-critical.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/style-non-critical.css?ver=16.2.2 — 200 — 5.5 KiB — 224 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/font-awesome.min.css?ver=4.7.1/wp-content/themes/salient/css/font... https://www.newmuslimacademy.org/wp-content/themes/salient/css/font-awesome.min.css?ver=4.7.1 — 200 — 8.1 KiB — 215 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/plugins/magnific.css?ver=8.6.0/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/plugins/magnific.css?ver=8.6.0 — 200 — 2.6 KiB — 228 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/off-canvas/core.css?ver=16.2.2/wp-content/themes/salient/css/buil... https://www.newmuslimacademy.org/wp-content/themes/salient/css/build/off-canvas/core.css?ver=16.2.2 — 200 — 4.0 KiB — 183 ms — h3https://www.newmuslimacademy.org/wp-content/uploads/2023/08/LogoTextWhite-1.png/wp-content/uploads/2023/08/LogoTex... https://www.newmuslimacademy.org/wp-content/uploads/2023/08/LogoTextWhite-1.png — 200 — 33.9 KiB — 352 ms — h3https://www.newmuslimacademy.org/wp-content/uploads/2015/09/map.png/wp-content/uploads/2015/09/map.png https://www.newmuslimacademy.org/wp-content/uploads/2015/09/map.png — 200 — 12.6 KiB — 228 ms — h3https://zm251.infusionsoft.app/app/webTracking/getTrackingCodezm251.infusionsoft.app/app/webTrack... https://zm251.infusionsoft.app/app/webTracking/getTrackingCode — 200 — 2.6 KiB — 193 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 23 ms — h2https://www.newmuslimacademy.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://www.newmuslimacademy.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.4 KiB — 386 ms — h3https://www.newmuslimacademy.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://www.newmuslimacademy.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.4 KiB — 169 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-VDTQ7WSG35&gtm=45je67m0v9132361136za200zd9132361136&_p=1784905505691&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZGIzZG&_eu=AAAAAGA&are=1&cid=189787923.1784905506&frm=0&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115616985~115938465~115938468~118395334~118897920~118897930~119724322~119896802&sid=1784905506&sct=1&seg=0&dl=https%3A%2F%2Fwww.newmuslimacademy.org%2F&dt=New%20Muslim%20Academy%20%7C%20New%20Muslim%20Classes%20Online&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&ep.forceSSL=true&ep.link_attribution=true&tfd=1763analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-VDTQ7WSG35&gtm=45je67m0v9132361136za200zd9132361136&_p=1784905505691&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZGIzZG&_eu=AAAAAGA&are=1&cid=189787923.1784905506&frm=0&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115616985~115938465~115938468~118395334~118897920~118897930~119724322~119896802&sid=1784905506&sct=1&seg=0&dl=https%3A%2F%2Fwww.newmuslimacademy.org%2F&dt=New%20Muslim%20Academy%20%7C%20New%20Muslim%20Classes%20Online&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&ep.forceSSL=true&ep.link_attribution=true&tfd=1763 — 204 — 556 B — 224 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VDTQ7WSG35&cid=189787923.1784905506&gtm=45je67m0v9132361136za200zd9132361136&rcb=10&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938468~118395334~118897920~118897930~119724322~119896802stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VDTQ7WSG35&cid=189787923.1784905506&gtm=45je67m0v9132361136za200zd9132361136&rcb=10&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938468~118395334~118897920~118897930~119724322~119896802 — 204 — 565 B — 184 ms — h2https://www.newmuslimacademy.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp-includes/js/jquery/ui/core.min.... https://www.newmuslimacademy.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.6 KiB — 167 ms — h3https://www.newmuslimacademy.org/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3/wp-includes/js/jquery/ui/datepicke... https://www.newmuslimacademy.org/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3 — 200 — 11.3 KiB — 191 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/js/jquery.typewatch.js?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/js/jquery.typewatch.js?ver=7.34.2 — 200 — 1.9 KiB — 175 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/featherlight/featherlight.js?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/featherlight/featherlight.js?ver=7.34.2 — 200 — 8.8 KiB — 214 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/select2/select2.full.min.js?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/select2/select2.full.min.js?ver=7.34.2 — 200 — 21.3 KiB — 341 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/js/mec-general-calendar.js?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/js/mec-general-calendar.js?ver=7.34.2 — 200 — 79.8 KiB — 536 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltip.js?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltip.js?ver=7.34.2 — 200 — 10.6 KiB — 259 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/js/frontend.js?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/js/frontend.js?ver=7.34.2 — 200 — 36.8 KiB — 378 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/js/events.js?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/js/events.js?ver=7.34.2 — 200 — 9.5 KiB — 248 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/lity/lity.min.js?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/lity/lity.min.js?ver=7.34.2 — 200 — 3.5 KiB — 178 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/colorbrightness/colorbrightness.min.js?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/colorbrightness/colorbrightness.min.js?ver=7.34.2 — 200 — 1.2 KiB — 211 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/owl-carousel/owl.carousel.min.js?ver=7.34.2/wp-content/plugins/modern-events-c... https://www.newmuslimacademy.org/wp-content/plugins/modern-events-calendar-lite/assets/packages/owl-carousel/owl.carousel.min.js?ver=7.34.2 — 200 — 11.7 KiB — 236 ms — h3https://www.newmuslimacademy.org/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1/wp-includes/js/dist/hooks.min.js?v... https://www.newmuslimacademy.org/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.5 KiB — 220 ms — h3https://www.newmuslimacademy.org/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375/wp-includes/js/dist/i18n.min.js?ve... https://www.newmuslimacademy.org/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.8 KiB — 203 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6/wp-content/plugins/contact-form-7/... https://www.newmuslimacademy.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6 — 200 — 4.1 KiB — 225 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6/wp-content/plugins/contact-form-7/... https://www.newmuslimacademy.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6 — 200 — 4.8 KiB — 224 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/script.js?ver=4.25.8.1/wp-content/plugins/sfwd-lms/includ... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/script.js?ver=4.25.8.1 — 200 — 1.2 KiB — 220 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/assets/js/script.js?ver=4.25.8.1/wp-content/plugins/sfwd-lms/includ... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/includes/course-grid/assets/js/script.js?ver=4.25.8.1 — 200 — 3.2 KiB — 226 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/js/build/priority.js?ver=16.2.2/wp-content/themes/salient/js/build... https://www.newmuslimacademy.org/wp-content/themes/salient/js/build/priority.js?ver=16.2.2 — 200 — 1.4 KiB — 206 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/js/build/third-party/imagesLoaded.min.js?ver=4.1.4/wp-content/themes/salient/js/build... https://www.newmuslimacademy.org/wp-content/themes/salient/js/build/third-party/imagesLoaded.min.js?ver=4.1.4 — 200 — 2.4 KiB — 255 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/js/build/third-party/anime.min.js?ver=4.5.1/wp-content/themes/salient/js/build... https://www.newmuslimacademy.org/wp-content/themes/salient/js/build/third-party/anime.min.js?ver=4.5.1 — 200 — 7.6 KiB — 209 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/js/main.js?ver=4.25.8.1/wp-content/plugins/sfwd-lms/src/as... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/js/main.js?ver=4.25.8.1 — 200 — 1.0 KiB — 238 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/js/breakpoints.js?ver=4.25.8.1/wp-content/plugins/sfwd-lms/src/as... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/src/assets/dist/js/breakpoints.js?ver=4.25.8.1 — 200 — 1.3 KiB — 247 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/js/learndash.js?ver=4.25.8.1/wp-content/plugins/sfwd-lms/themes... https://www.newmuslimacademy.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/js/learndash.js?ver=4.25.8.1 — 200 — 12.4 KiB — 254 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/js/build/nectar-delay-javascript.js?ver=16.2.2/wp-content/themes/salient/js/build... https://www.newmuslimacademy.org/wp-content/themes/salient/js/build/nectar-delay-javascript.js?ver=16.2.2 — 200 — 5.3 KiB — 221 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=11.1.1/wp-content/plugins/google-analytic... https://www.newmuslimacademy.org/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=11.1.1 — 200 — 3.8 KiB — 216 ms — h3https://www.googletagmanager.com/gtag/js?id=G-6WBNWFB3QCwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6WBNWFB3QC — 200 — 158.6 KiB — 261 ms — h2https://www.newmuslimacademy.org/wp-content/plugins/pixelyoursite/dist/scripts/jquery.bind-first-0.2.3.min.js?ver=0.2.3/wp-content/plugins/pixelyoursite/d... https://www.newmuslimacademy.org/wp-content/plugins/pixelyoursite/dist/scripts/jquery.bind-first-0.2.3.min.js?ver=0.2.3 — 200 — 1.3 KiB — 249 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/pixelyoursite/dist/scripts/js.cookie-2.1.3.min.js?ver=2.1.3/wp-content/plugins/pixelyoursite/d... https://www.newmuslimacademy.org/wp-content/plugins/pixelyoursite/dist/scripts/js.cookie-2.1.3.min.js?ver=2.1.3 — 200 — 1.5 KiB — 176 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/pixelyoursite/dist/scripts/tld.min.js?ver=2.3.1/wp-content/plugins/pixelyoursite/d... https://www.newmuslimacademy.org/wp-content/plugins/pixelyoursite/dist/scripts/tld.min.js?ver=2.3.1 — 200 — 40.1 KiB — 394 ms — h3https://www.newmuslimacademy.org/wp-content/plugins/pixelyoursite/dist/scripts/public.js?ver=11.2.1/wp-content/plugins/pixelyoursite/d... https://www.newmuslimacademy.org/wp-content/plugins/pixelyoursite/dist/scripts/public.js?ver=11.2.1 — 200 — 28.4 KiB — 344 ms — h3https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VDTQ7WSG35&cid=189787923.1784905506&gtm=45je67m0v9132361136za200zd9132361136&rcb=10&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938468~118395334~118897920~118897930~119724322~119896802&z=1803347387www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VDTQ7WSG35&cid=189787923.1784905506&gtm=45je67m0v9132361136za200zd9132361136&rcb=10&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938468~118395334~118897920~118897930~119724322~119896802&z=1803347387 — 200 — 63 B — 128 ms — h3https://www.googletagmanager.com/gtag/js?id=G-6WBNWFB3QC&cx=c&gtm=4e67m0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6WBNWFB3QC&cx=c&gtm=4e67m0 — 200 — 158.6 KiB — 257 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MKT5BTWFwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MKT5BTWF — 200 — 119.9 KiB — 257 ms — h2https://www.newmuslimacademy.org/wp-content/uploads/2015/12/concrete_seamless.png/wp-content/uploads/2015/12/concret... https://www.newmuslimacademy.org/wp-content/uploads/2015/12/concrete_seamless.png — 200 — 79.9 KiB — 542 ms — h3https://www.newmuslimacademy.org/wp-content/uploads/2023/08/LogoTextWhite-1.png/wp-content/uploads/2023/08/LogoTex... https://www.newmuslimacademy.org/wp-content/uploads/2023/08/LogoTextWhite-1.png — 200 — 33.8 KiB — 388 ms — h3https://www.newmuslimacademy.org/wp-content/uploads/2015/09/map.png/wp-content/uploads/2015/09/map.png https://www.newmuslimacademy.org/wp-content/uploads/2015/09/map.png — 200 — 12.6 KiB — 230 ms — h3data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 0 B — 0 ms — datahttps://www.youtube.com/embed/WriSN9Rw8OY?rel=0autoplay=1&playlist=WriSN9Rw8OY&loop=1www.youtube.com/embed/WriSN9Rw8OY?r... https://www.youtube.com/embed/WriSN9Rw8OY?rel=0autoplay=1&playlist=WriSN9Rw8OY&loop=1 — 200 — 59.4 KiB — 422 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 7 ms — h3https://www.newmuslimacademy.org/wp-content/themes/salient/css/fonts/fontawesome-webfont.woff?v=4.2/wp-content/themes/salient/css/font... https://www.newmuslimacademy.org/wp-content/themes/salient/css/fonts/fontawesome-webfont.woff?v=4.2 — 200 — 96.4 KiB — 515 ms — h3https://www.googletagmanager.com/gtag/js?id=G-35VXWYM0K8&cx=c&gtm=4e67m0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-35VXWYM0K8&cx=c&gtm=4e67m0 — 200 — 164.0 KiB — 204 ms — h3https://www.youtube.com/s/player/7a7969c2/www-player.csswww.youtube.com/s/player/7a7969c2/w... https://www.youtube.com/s/player/7a7969c2/www-player.css — 200 — 56.3 KiB — 19 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.wMK1ozfomw8.L.W.O/am=AAAAAAAAAAE/d=1/br=1/rs=AGKMywEYN4XjqbaQpW_pVXbk85KOhHYROA/m=root,basewww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.wMK1ozfomw8.L.W.O/am=AAAAAAAAAAE/d=1/br=1/rs=AGKMywEYN4XjqbaQpW_pVXbk85KOhHYROA/m=root,base — 200 — 31.0 KiB — 15 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 69 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-6WBNWFB3QC&gtm=45je67m0h1v886851105za200zb9132361136zd9132361136&_p=1784905505691&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZGIzZG&are=1&cid=189787923.1784905506&frm=0&ngs=1&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938468~118897920~118897930~119724322~119896802&sid=1784905506&sct=1&seg=0&dl=https%3A%2F%2Fwww.newmuslimacademy.org%2F&dt=New%20Muslim%20Academy%20%7C%20New%20Muslim%20Classes%20Online&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2274www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-6WBNWFB3QC&gtm=45je67m0h1v886851105za200zb9132361136zd9132361136&_p=1784905505691&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZGIzZG&are=1&cid=189787923.1784905506&frm=0&ngs=1&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938468~118897920~118897930~119724322~119896802&sid=1784905506&sct=1&seg=0&dl=https%3A%2F%2Fwww.newmuslimacademy.org%2F&dt=New%20Muslim%20Academy%20%7C%20New%20Muslim%20Classes%20Online&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2274 — 204 — 556 B — 187 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US._88TwyyHKHs.2021.O/am=AAAAAAAAAAE/d=1/excm=base,root/br=1/rs=AGKMywG1eZGQZK31hOUwwzscEaiGLus-MA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US._88TwyyHKHs.2021.O/am=AAAAAAAAAAE/d=1/excm=base,root/br=1/rs=AGKMywG1eZGQZK31hOUwwzscEaiGLus-MA/m=root,base — 200 — 342.2 KiB — 59 ms — h2https://www.youtube.com/s/player/7a7969c2/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/7a7969c2/p... https://www.youtube.com/s/player/7a7969c2/player_embed_es6.vflset/en_US/base.js — 200 — 464.5 KiB — 70 ms — h2https://www.newmuslimacademy.org/wp-content/uploads/2015/09/topBG.jpg/wp-content/uploads/2015/09/topBG.j... https://www.newmuslimacademy.org/wp-content/uploads/2015/09/topBG.jpg — 200 — 123.5 KiB — 667 ms — h3https://www.newmuslimacademy.org/wp-admin/admin-ajax.php?action=pys_get_pbid/wp-admin/admin-ajax.php?action=pys... https://www.newmuslimacademy.org/wp-admin/admin-ajax.php?action=pys_get_pbid — 200 — 794 B — 1.1 s — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 102.9 KiB — 21 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-35VXWYM0K8&gtm=45je67m0v9206615515z89206599712za20gzb9206599712zd9206599712&_p=1784905505691&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=602758935&_eu=AAAAAGA&are=1&cid=189787923.1784905506&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115616985~115938465~115938469~118395335~118897920~118897930~119724322~119896803&sid=1784905507&sct=1&seg=0&dl=https%3A%2F%2Fwww.newmuslimacademy.org%2F&dt=New%20Muslim%20Academy%20%7C%20New%20Muslim%20Classes%20Online&en=Site%20Traffic&_fv=1&_ss=1&gap.plf=5&tfd=2708analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-35VXWYM0K8&gtm=45je67m0v9206615515z89206599712za20gzb9206599712zd9206599712&_p=1784905505691&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=602758935&_eu=AAAAAGA&are=1&cid=189787923.1784905506&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115616985~115938465~115938469~118395335~118897920~118897930~119724322~119896803&sid=1784905507&sct=1&seg=0&dl=https%3A%2F%2Fwww.newmuslimacademy.org%2F&dt=New%20Muslim%20Academy%20%7C%20New%20Muslim%20Classes%20Online&en=Site%20Traffic&_fv=1&_ss=1&gap.plf=5&tfd=2708 — 204 — 48 B — 151 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-35VXWYM0K8&cid=189787923.1784905506&gtm=45je67m0v9206615515z89206599712za20gzb9206599712zd9206599712&rcb=2&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938469~118395335~118897920~118897930~119724322~119896803stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-35VXWYM0K8&cid=189787923.1784905506&gtm=45je67m0v9206615515z89206599712za20gzb9206599712zd9206599712&rcb=2&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938469~118395335~118897920~118897930~119724322~119896803 — 204 — 57 B — 61 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-35VXWYM0K8&gtm=45je67m0v9206615515z89206599712za20gzb9206599712zd9206599712&_p=1784905505691&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=602758935&_eu=AAAAAGQ&are=1&cid=189787923.1784905506&ec_mode=a&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=115616985~115938465~115938469~118395335~118897920~118897930~119724322~119896803&sid=1784905507&sct=1&seg=1&dl=https%3A%2F%2Fwww.newmuslimacademy.org%2F&dt=New%20Muslim%20Academy%20%7C%20New%20Muslim%20Classes%20Online&en=page_view&gap.plf=5&_et=7&tfd=2724analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-35VXWYM0K8&gtm=45je67m0v9206615515z89206599712za20gzb9206599712zd9206599712&_p=1784905505691&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=602758935&_eu=AAAAAGQ&are=1&cid=189787923.1784905506&ec_mode=a&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=115616985~115938465~115938469~118395335~118897920~118897930~119724322~119896803&sid=1784905507&sct=1&seg=1&dl=https%3A%2F%2Fwww.newmuslimacademy.org%2F&dt=New%20Muslim%20Academy%20%7C%20New%20Muslim%20Classes%20Online&en=page_view&gap.plf=5&_et=7&tfd=2724 — 204 — 48 B — 135 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-35VXWYM0K8&cid=189787923.1784905506&gtm=45je67m0v9206615515z89206599712za20gzb9206599712zd9206599712&rcb=2&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938469~118395335~118897920~118897930~119724322~119896803&z=1835828434www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-35VXWYM0K8&cid=189787923.1784905506&gtm=45je67m0v9206615515z89206599712za20gzb9206599712zd9206599712&rcb=2&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938469~118395335~118897920~118897930~119724322~119896803&z=1835828434 — 200 — 63 B — 61 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 205 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 494 B — 66 ms — h2https://connect.facebook.net/signals/config/1032040304082024?v=2.9.361&r=stable&domain=www.newmuslimacademy.org&hme=eec000113e1e9f56e9fc6cdeb39d59ad805f76a48c77cf3d5c028dcf3b38ee7c&ex_m=108%2C209%2C159%2C22%2C73%2C74%2C150%2C69%2C68%2C11%2C168%2C93%2C16%2C142%2C131%2C39%2C76%2C81%2C138%2C164%2C170%2C26%2C27%2C28%2C30%2C48%2C151%2C78%2C116%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C114%2C149%2C152%2C46%2C115%2C24%2C21%2C123%2C70%2C36%2C154%2C153%2C155%2C146%2C144%2C25%2C35%2C59%2C113%2C166%2C71%2C17%2C157%2C118%2C84%2C67%2C19%2C88%2C89%2C120%2C87%2C140%2C139%2C143%2C100%2C165%2C34%2C49%2C117%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C105%2C171%2C176%2C223%2C75%2C236%2C235%2C234%2C23%2C33%2C55%2C107%2C61%2C10%2C64%2C101%2C102%2C103%2C109%2C134%2C31%2C29%2C136%2C137%2C133%2C132%2C160%2C77%2C163%2C161%2C162%2C50%2C60%2C127%2C15%2C167%2C45%2C281%2C282%2C280%2C295%2C311%2C216%2C205%2C62%2C206%2C204%2C314%2C305%2C52%2C217%2C111%2C135%2C83%2C125%2C54%2C124%2C130%2C129%2C58%2C65%2C63%2C156%2C79%2C80%2C119%2C37%2C32%2C53%2C56%2C104%2C169%2C1%2C128%2C14%2C126%2C12%2C2%2C57%2C96%2C66%2C122%2C92%2C91%2C172%2C173%2C97%2C98%2C9%2C106%2C51%2C147%2C90%2C82%2C72%2C121%2C110%2C43%2C148%2C0%2C85%2C141%2C145%2C158%2C38%2C112%2C13%2C174connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1032040304082024?v=2.9.361&r=stable&domain=www.newmuslimacademy.org&hme=eec000113e1e9f56e9fc6cdeb39d59ad805f76a48c77cf3d5c028dcf3b38ee7c&ex_m=108%2C209%2C159%2C22%2C73%2C74%2C150%2C69%2C68%2C11%2C168%2C93%2C16%2C142%2C131%2C39%2C76%2C81%2C138%2C164%2C170%2C26%2C27%2C28%2C30%2C48%2C151%2C78%2C116%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C114%2C149%2C152%2C46%2C115%2C24%2C21%2C123%2C70%2C36%2C154%2C153%2C155%2C146%2C144%2C25%2C35%2C59%2C113%2C166%2C71%2C17%2C157%2C118%2C84%2C67%2C19%2C88%2C89%2C120%2C87%2C140%2C139%2C143%2C100%2C165%2C34%2C49%2C117%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C105%2C171%2C176%2C223%2C75%2C236%2C235%2C234%2C23%2C33%2C55%2C107%2C61%2C10%2C64%2C101%2C102%2C103%2C109%2C134%2C31%2C29%2C136%2C137%2C133%2C132%2C160%2C77%2C163%2C161%2C162%2C50%2C60%2C127%2C15%2C167%2C45%2C281%2C282%2C280%2C295%2C311%2C216%2C205%2C62%2C206%2C204%2C314%2C305%2C52%2C217%2C111%2C135%2C83%2C125%2C54%2C124%2C130%2C129%2C58%2C65%2C63%2C156%2C79%2C80%2C119%2C37%2C32%2C53%2C56%2C104%2C169%2C1%2C128%2C14%2C126%2C12%2C2%2C57%2C96%2C66%2C122%2C92%2C91%2C172%2C173%2C97%2C98%2C9%2C106%2C51%2C147%2C90%2C82%2C72%2C121%2C110%2C43%2C148%2C0%2C85%2C141%2C145%2C158%2C38%2C112%2C13%2C174 — 200 — 37.7 KiB — 250 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US._88TwyyHKHs.2021.O/ck=ytembeds.base.wMK1ozfomw8.L.W.O/am=AAAAAAAAAAE/d=1/exm=base,root/excm=base,root/ed=1/br=1/rs=AGKMywGeDImmFXfHagNNUtK5DT4MSNNFSg/m=OtKSJewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US._88TwyyHKHs.2021.O/ck=ytembeds.base.wMK1ozfomw8.L.W.O/am=AAAAAAAAAAE/d=1/exm=base,root/excm=base,root/ed=1/br=1/rs=AGKMywGeDImmFXfHagNNUtK5DT4MSNNFSg/m=OtKSJe — 200 — 160 B — 6 ms — h3https://i.ytimg.com/vi/WriSN9Rw8OY/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGHIgYChCMA8=&rs=AOn4CLDAzqtehFI3tKOGqAmpoh8_MREwIAi.ytimg.com/vi/WriSN9Rw8OY/sddefaul... https://i.ytimg.com/vi/WriSN9Rw8OY/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGHIgYChCMA8=&rs=AOn4CLDAzqtehFI3tKOGqAmpoh8_MREwIA — 200 — 26.2 KiB — 74 ms — h2https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 62 ms — h3https://yt3.ggpht.com/02wWiPGvyLNeTRvocYuIKR0xvyaBKsFh8NDxQTsfK6kb1QRxQJp57rmLpu7qYMgxrddGYPd-=s68-c-k-c0x00ffffff-no-rjyt3.ggpht.com/02wWiPGvyLNeTRvocYuIK... https://yt3.ggpht.com/02wWiPGvyLNeTRvocYuIKR0xvyaBKsFh8NDxQTsfK6kb1QRxQJp57rmLpu7qYMgxrddGYPd-=s68-c-k-c0x00ffffff-no-rj — 200 — 3.0 KiB — 72 ms — h2https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svgwww.gstatic.com/youtube/img/icons/m... https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svg — 200 — 726 B — 75 ms — h2https://www.facebook.com/tr/?id=1032040304082024&ev=PageView&dl=https%3A%2F%2Fwww.newmuslimacademy.org&rl=&if=false&ts=1784905507511&iw=false&sw=800&sh=600&v=2.9.361&r=stable&a=dvpixelyoursite&ec=0&o=4124&aems=0%3B0&fbp=fb.1.1784905506967.2370995864&cs_est=true&pm=1&hrl=578f5a&ler=empty&cdl=API_unavailable&plt=2572&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1784905507212&coo=false&cs_cc=1&cas=25274479282205260%2C25629622033330477&pm_metadata=%7B%22cd%22%3Atrue%7D&dlc=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=10320403040... https://www.facebook.com/tr/?id=1032040304082024&ev=PageView&dl=https%3A%2F%2Fwww.newmuslimacademy.org&rl=&if=false&ts=1784905507511&iw=false&sw=800&sh=600&v=2.9.361&r=stable&a=dvpixelyoursite&ec=0&o=4124&aems=0%3B0&fbp=fb.1.1784905506967.2370995864&cs_est=true&pm=1&hrl=578f5a&ler=empty&cdl=API_unavailable&plt=2572&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1784905507212&coo=false&cs_cc=1&cas=25274479282205260%2C25629622033330477&pm_metadata=%7B%22cd%22%3Atrue%7D&dlc=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 19 B — 16 ms — h3https://zm251.infusionsoft.app/app/webTracking/websiteTriggerIframezm251.infusionsoft.app/app/webTrack... https://zm251.infusionsoft.app/app/webTracking/websiteTriggerIframe — 200 — 1.5 KiB — 176 ms — h2https://www.newmuslimacademy.org/cdn-cgi/rum?/cdn-cgi/rum? https://www.newmuslimacademy.org/cdn-cgi/rum? — 204 — 489 B — 11 ms — h3https://www.google.com/js/th/-kKZYXbYL1zKddVWiRpKQAs-FFrmXi_6UkcmhFlYLos.jswww.google.com/js/th/-kKZYXbYL1zKdd... https://www.google.com/js/th/-kKZYXbYL1zKddVWiRpKQAs-FFrmXi_6UkcmhFlYLos.js — 200 — 23.2 KiB — 69 ms — h3https://zm251.infusionsoft.app/cdn-cgi/challenge-platform/scripts/jsd/main.jszm251.infusionsoft.app/cdn-cgi/chal... https://zm251.infusionsoft.app/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 402 B — 8 ms — h2https://zm251.infusionsoft.app/app/webTracking/contact/1784905506229?contactId=0&screenResolution=800x600&plugins=&javaEnabled=false&domain=www.newmuslimacademy.org&location=https://www.newmuslimacademy.org/&referrer=zm251.infusionsoft.app/app/webTrack... https://zm251.infusionsoft.app/app/webTracking/contact/1784905506229?contactId=0&screenResolution=800x600&plugins=&javaEnabled=false&domain=www.newmuslimacademy.org&location=https://www.newmuslimacademy.org/&referrer= — 302 — 571 B — 160 ms — h2https://www.newmuslimacademy.org/wp-content/uploads/2015/10/favicon-8.ico/wp-content/uploads/2015/10/favicon... https://www.newmuslimacademy.org/wp-content/uploads/2015/10/favicon-8.ico — 200 — 1.4 KiB — 166 ms — h3https://zm251.infusionsoft.app/cdn-cgi/challenge-platform/h/b/scripts/jsd/3104729c556c/main.js?zm251.infusionsoft.app/cdn-cgi/chal... https://zm251.infusionsoft.app/cdn-cgi/challenge-platform/h/b/scripts/jsd/3104729c556c/main.js? — 200 — 9.6 KiB — 7 ms — h2https://zm251.infusionsoft.app/cdn-cgi/challenge-platform/h/b/jsd/oneshot/3104729c556c/0.5218326025283515:1784902833:InsPkPQ9B7SB14_haVTwfc5dgJ_UiuMmPCIyrcYcorY/a203d23e5e217810zm251.infusionsoft.app/cdn-cgi/chal... https://zm251.infusionsoft.app/cdn-cgi/challenge-platform/h/b/jsd/oneshot/3104729c556c/0.5218326025283515:1784902833:InsPkPQ9B7SB14_haVTwfc5dgJ_UiuMmPCIyrcYcorY/a203d23e5e217810 — 200 — 1.4 KiB — 11 ms — h2https://zm251.infusionsoft.app/slices/spacer.gifzm251.infusionsoft.app/slices/space... https://zm251.infusionsoft.app/slices/spacer.gif — 200 — 671 B — 19 ms — h2https://www.newmuslimacademy.org/wp-content/uploads/2023/08/fav64.png/wp-content/uploads/2023/08/fav64.p... https://www.newmuslimacademy.org/wp-content/uploads/2023/08/fav64.png — 200 — 5.2 KiB — 167 ms — h3https://www.youtube.com/generate_204?xudXOwwww.youtube.com/generate_204?xudXOw https://www.youtube.com/generate_204?xudXOw — 204 — 10 B — 5 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 117 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 59 ms — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 61 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
56% of JavaScript execution is third-party
First-party Third-party 535ms · 733KB · $7/mo
Google Tag Manager
Tag Manager
Optional
Execution 129ms
Transfer 164 KB
Unused 39%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 102ms
Transfer 150 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 99ms
Transfer 159 KB
Unused 43%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 94ms
Transfer 103 KB
Unused 38%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 60ms
Transfer 120 KB
Unused 52%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 51ms
Transfer 38 KB
Monthly Cost $1/mo

56% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

52% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

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-06-25 — 2026-07-22)

LCP (p75)

6148 ms

19% good

INP (p75)

0 ms

0% good

CLS (p75)

0.080

78% good

FCP (p75)

4637 ms

TTFB (p75)

2389 ms

Image Optimization
6 images, 45 KB total, 31 KB wasted
INFO

Image Optimization Audit

Total Images

6

Total Size

45 KB

Oversized

1

Wasted

31 KB

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

Send Feedback