Skip to content
https://wikidot.com

Performance

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

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

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

1.71 s

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

3.63 s

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

218 ms

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

0.000

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

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

5.19 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.1 MB transferred, 120 requests
FIX
3.1 MB transferred, 120 requests
Warning::
Page weighs 7.3 MB (3.1 MB transferred)
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Warning::
120 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.65 g CO2 per page load
3.1 MB / 2.4 MB budget
3.1 MB transferred
120 requests
0.65 g CO2 per page load
Images 1.5 MiB 48%
JavaScript 1.3 MiB 41%
Other 222.7 KiB 7%
Fonts 42.9 KiB 1%
Other 29.6 KiB 1%
CSS 29.4 KiB 1%
HTML 11.0 KiB 0%
Other 5.2 KiB 0%
Other 346 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

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 (3.1 MiB of 3.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
35 scripts, 635 KB unused
FIX
35 scripts, 635 KB unused
Warning::
https://s.nitropay.com/ads-143.js: 176 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 141 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://d3g0gp89917ko0.cloudfront.net/v--769093929...: 71 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/all.js?hash=57a...: 60 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.onesignal.com/sdks/OneSignalPageSDKES6...: 59 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 635 KB
635 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://s.nitropay.com/ads-143.js246 KB176 KB (72%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964188 KB141 KB (75%)3rd
https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/init.combined.js101 KB71 KB (71%)3rd
https://connect.facebook.net/en_US/all.js?hash=57ae0a47d424dd2d56bab4b1c3edc5d783 KB60 KB (73%)3rd
https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=15160769 KB59 KB (86%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB50 KB (55%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (35%)3rd
https://ats-wrapper.privacymanager.io/ats-modules/438cb908-ed61-41e9-b716-05d5f4122a64/ats.js39 KB23 KB (60%)3rd
https://s.nitropay.com/gpp-61d490e.min.js47 KB21 KB (44%)3rd
https://securepubads.g.doubleclick.net/tag/js/gpt.js34 KB3rd

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
120 resources · 3.1 MB · 635 KB savings available
FIX
120 resources · 3.1 MB · 635 KB savings available
Warning::
Page weight 2.1 MB over 1MB target
Got: 3.1 MB Expected: ≤ 1 MB
Info::
~635 KB of savings available
Warning::
119 third-party resources (100% of weight)
Info::
4 resources over 200KB
120 resources · 3.1 MiB · 119 third-party 2.1 MiB over 1MB target
Image 48% · 1.5 MiB
JavaScript 41% · 1.3 MiB
Other 8% · 246.5 KiB
Font 1% · 42.9 KiB
CSS 1% · 29.4 KiB
Document 0% · 11.4 KiB

~634.5 KiB of savings available

Remove unused JavaScript: 634.5 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
C
Image Optimization
Action
34 images, 0 KB saveable
REVIEW
34 images, 0 KB saveable
Warning::
https://www.wikidot.com/common--theme/wikidot30/im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wikidot.com/common--theme/wikidot30/im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wikidot.com/common--theme/wikidot30/im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wikidot.com/common--theme/wikidot30/im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
34 images 1.5 MB
0 oversized -0 KB
34 legacy format
4 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

C
JS Execution Cost
Action
1043ms total JS execution
REVIEW
1043ms total JS execution
Warning::
https://s.nitropay.com/ads-143.js: 292ms CPU time
Info::
Unattributable: 196ms CPU time
Info::
https://d3g0gp89917ko0.cloudfront.net/v--769093929...: 175ms CPU time
Info::
https://www.wikidot.com/: 108ms CPU time
Info::
https://s.nitropay.com/gpp-61d490e.min.js: 102ms CPU time
Warning::
Third-party scripts: 1043ms (100% of total)

Main Thread Breakdown

Script Evaluation 64% Other 20% Script Parsing & Compilation 8% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
https://s.nitropay.com/ads-143.js292ms262ms16ms3rd
Unattributable196ms25ms0ms3rd
https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/skrollr.min.js175ms56ms0ms3rd
https://www.wikidot.com/108ms37ms1ms3rd
https://s.nitropay.com/gpp-61d490e.min.js102ms83ms6ms3rd
https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/init.combined.js61ms45ms10ms3rd
https://connect.facebook.net/signals/config/1444191539742058?v=2.9.303&r=stable&domain=www.wikidot.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C16855ms48ms5ms3rd
https://c.amazon-adsystem.com/aax2/apstag.js54ms44ms7ms3rd
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
1 fonts (43 KB)
PASS
1 fonts (43 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

43 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.7 s LCP 3.6 shttps://www.wikidot.com/common--fonts/awesome/3.2.1/font/fontawesome-webfont.woff?v=3.2.1fontawesome-webfont.woff https://www.wikidot.com/common--fonts/awesome/3.2.1/font/fontawesome-webfont.woff?v=3.2.1 — 42.9 KiB — 151 ms — font-display: swap
fontawesome-webfont.woff woff swap
Size 43 KB
Load time 151 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~13 KB and ~26 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
120 requests over 5309ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.7 s LCP 3.6 shttps://wikidot.com// https://wikidot.com/ — 301 — 426 B — 298 ms — http/1.1http://www.wikidot.com/www.wikidot.com/ http://www.wikidot.com/ — 307 — 0 B — 1 ms — http/1.1https://www.wikidot.com/www.wikidot.com/ https://www.wikidot.com/ — 200 — 6.5 KiB — 299 ms — http/1.1https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/init.combined.jsd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/init.combined.js — 200 — 100.8 KiB — 88 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/WIKIDOT.combined.jsd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/WIKIDOT.combined.js — 200 — 14.7 KiB — 91 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--bootstrap/3.0.0/bootstrap.min.jsd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--bootstrap/3.0.0/bootstrap.min.js — 200 — 7.7 KiB — 95 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--fonts/awesome/3.2.1/font-awesome.min.cssd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--fonts/awesome/3.2.1/font-awesome.min.css — 200 — 4.8 KiB — 56 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--bootstrap/3.0.0/bootstrap.min.cssd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--bootstrap/3.0.0/bootstrap.min.css — 200 — 16.6 KiB — 93 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--theme/bootstrap-base/css/style.cssd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--theme/bootstrap-base/css/style.css — 200 — 4.2 KiB — 57 ms — h2https://www.wdfiles.com/local--theme/wikidot-3-0-main/style.csswww.wdfiles.com/local--theme/wikido... https://www.wdfiles.com/local--theme/wikidot-3-0-main/style.css — 200 — 384 B — 299 ms — http/1.1https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/skrollr.min.jsd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/skrollr.min.js — 200 — 5.6 KiB — 89 ms — h2https://cdn.onesignal.com/sdks/OneSignalSDK.jscdn.onesignal.com/sdks/OneSignalSDK... https://cdn.onesignal.com/sdks/OneSignalSDK.js — 200 — 3.6 KiB — 50 ms — h3https://connect.facebook.net/en_US/all.jsconnect.facebook.net/en_US/all.js https://connect.facebook.net/en_US/all.js — 200 — 1.8 KiB — 41 ms — h3https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--images/social/fbc_230x36.pngd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--images/social/fbc_230x36.png — 200 — 5.7 KiB — 52 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/js/createaccount3/CreateAccountModule.jsd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/js/createaccount3/CreateAccountModule.js — 200 — 2.0 KiB — 50 ms — h2https://www.wikidot.com/common--theme/wikidot30/images/how1.pngwww.wikidot.com/common--theme/wikid... https://www.wikidot.com/common--theme/wikidot30/images/how1.png — 200 — 39.5 KiB — 195 ms — http/1.1https://www.wikidot.com/common--theme/wikidot30/images/how2.pngwww.wikidot.com/common--theme/wikid... https://www.wikidot.com/common--theme/wikidot30/images/how2.png — 200 — 45.7 KiB — 473 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/css/main.csswww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/css/main.css — 200 — 3.4 KiB — 98 ms — http/1.1https://www.wikidot.com/common--theme/wikidot30/images/how3.pngwww.wikidot.com/common--theme/wikid... https://www.wikidot.com/common--theme/wikidot30/images/how3.png — 200 — 29.3 KiB — 100 ms — http/1.1https://s.nitropay.com/ads-143.jss.nitropay.com/ads-143.js https://s.nitropay.com/ads-143.js — 200 — 245.9 KiB — 193 ms — h3https://www.wikidot.com/common--theme/wikidot30/images/amazon.pngwww.wikidot.com/common--theme/wikid... https://www.wikidot.com/common--theme/wikidot30/images/amazon.png — 200 — 29.9 KiB — 109 ms — http/1.1https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607cdn.onesignal.com/sdks/OneSignalPag... https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 — 200 — 68.5 KiB — 73 ms — h3https://connect.facebook.net/en_US/all.js?hash=57ae0a47d424dd2d56bab4b1c3edc5d7connect.facebook.net/en_US/all.js?h... https://connect.facebook.net/en_US/all.js?hash=57ae0a47d424dd2d56bab4b1c3edc5d7 — 200 — 82.6 KiB — 63 ms — h3https://stats.g.doubleclick.net/dc.jsstats.g.doubleclick.net/dc.js https://stats.g.doubleclick.net/dc.js — 200 — 17.3 KiB — 79 ms — h2https://www.wdfiles.com/common--theme/wikidot30/images/wikidot_logo.pngwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/wikidot_logo.png — 200 — 8.2 KiB — 101 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/images/8.jpgwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/8.jpg — 200 — 247.0 KiB — 581 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/images/3.jpgwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/3.jpg — 200 — 514.3 KiB — 764 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/images/18.jpgwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/18.jpg — 200 — 395.2 KiB — 770 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/images/14.jpgwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/14.jpg — 200 — 182.8 KiB — 579 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/images/footer_background.pngwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/footer_background.png — 200 — 14.2 KiB — 384 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.7 s LCP 3.6 shttps://wikidot.com// https://wikidot.com/ — 301 — 426 B — 298 ms — http/1.1http://www.wikidot.com/www.wikidot.com/ http://www.wikidot.com/ — 307 — 0 B — 1 ms — http/1.1https://www.wikidot.com/www.wikidot.com/ https://www.wikidot.com/ — 200 — 6.5 KiB — 299 ms — http/1.1https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/init.combined.jsd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/init.combined.js — 200 — 100.8 KiB — 88 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/WIKIDOT.combined.jsd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/WIKIDOT.combined.js — 200 — 14.7 KiB — 91 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--bootstrap/3.0.0/bootstrap.min.jsd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--bootstrap/3.0.0/bootstrap.min.js — 200 — 7.7 KiB — 95 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--fonts/awesome/3.2.1/font-awesome.min.cssd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--fonts/awesome/3.2.1/font-awesome.min.css — 200 — 4.8 KiB — 56 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--bootstrap/3.0.0/bootstrap.min.cssd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--bootstrap/3.0.0/bootstrap.min.css — 200 — 16.6 KiB — 93 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--theme/bootstrap-base/css/style.cssd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--theme/bootstrap-base/css/style.css — 200 — 4.2 KiB — 57 ms — h2https://www.wdfiles.com/local--theme/wikidot-3-0-main/style.csswww.wdfiles.com/local--theme/wikido... https://www.wdfiles.com/local--theme/wikidot-3-0-main/style.css — 200 — 384 B — 299 ms — http/1.1https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/skrollr.min.jsd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/skrollr.min.js — 200 — 5.6 KiB — 89 ms — h2https://cdn.onesignal.com/sdks/OneSignalSDK.jscdn.onesignal.com/sdks/OneSignalSDK... https://cdn.onesignal.com/sdks/OneSignalSDK.js — 200 — 3.6 KiB — 50 ms — h3https://connect.facebook.net/en_US/all.jsconnect.facebook.net/en_US/all.js https://connect.facebook.net/en_US/all.js — 200 — 1.8 KiB — 41 ms — h3https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--images/social/fbc_230x36.pngd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--images/social/fbc_230x36.png — 200 — 5.7 KiB — 52 ms — h2https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/js/createaccount3/CreateAccountModule.jsd3g0gp89917ko0.cloudfront.net/v--76... https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/js/createaccount3/CreateAccountModule.js — 200 — 2.0 KiB — 50 ms — h2https://www.wikidot.com/common--theme/wikidot30/images/how1.pngwww.wikidot.com/common--theme/wikid... https://www.wikidot.com/common--theme/wikidot30/images/how1.png — 200 — 39.5 KiB — 195 ms — http/1.1https://www.wikidot.com/common--theme/wikidot30/images/how2.pngwww.wikidot.com/common--theme/wikid... https://www.wikidot.com/common--theme/wikidot30/images/how2.png — 200 — 45.7 KiB — 473 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/css/main.csswww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/css/main.css — 200 — 3.4 KiB — 98 ms — http/1.1https://www.wikidot.com/common--theme/wikidot30/images/how3.pngwww.wikidot.com/common--theme/wikid... https://www.wikidot.com/common--theme/wikidot30/images/how3.png — 200 — 29.3 KiB — 100 ms — http/1.1https://s.nitropay.com/ads-143.jss.nitropay.com/ads-143.js https://s.nitropay.com/ads-143.js — 200 — 245.9 KiB — 193 ms — h3https://www.wikidot.com/common--theme/wikidot30/images/amazon.pngwww.wikidot.com/common--theme/wikid... https://www.wikidot.com/common--theme/wikidot30/images/amazon.png — 200 — 29.9 KiB — 109 ms — http/1.1https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607cdn.onesignal.com/sdks/OneSignalPag... https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 — 200 — 68.5 KiB — 73 ms — h3https://connect.facebook.net/en_US/all.js?hash=57ae0a47d424dd2d56bab4b1c3edc5d7connect.facebook.net/en_US/all.js?h... https://connect.facebook.net/en_US/all.js?hash=57ae0a47d424dd2d56bab4b1c3edc5d7 — 200 — 82.6 KiB — 63 ms — h3https://stats.g.doubleclick.net/dc.jsstats.g.doubleclick.net/dc.js https://stats.g.doubleclick.net/dc.js — 200 — 17.3 KiB — 79 ms — h2https://www.wdfiles.com/common--theme/wikidot30/images/wikidot_logo.pngwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/wikidot_logo.png — 200 — 8.2 KiB — 101 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/images/8.jpgwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/8.jpg — 200 — 247.0 KiB — 581 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/images/3.jpgwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/3.jpg — 200 — 514.3 KiB — 764 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/images/18.jpgwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/18.jpg — 200 — 395.2 KiB — 770 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/images/14.jpgwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/14.jpg — 200 — 182.8 KiB — 579 ms — http/1.1https://www.wdfiles.com/common--theme/wikidot30/images/footer_background.pngwww.wdfiles.com/common--theme/wikid... https://www.wdfiles.com/common--theme/wikidot30/images/footer_background.png — 200 — 14.2 KiB — 384 ms — http/1.1https://www.wikidot.com/common--fonts/awesome/3.2.1/font/fontawesome-webfont.woff?v=3.2.1www.wikidot.com/common--fonts/aweso... https://www.wikidot.com/common--fonts/awesome/3.2.1/font/fontawesome-webfont.woff?v=3.2.1 — 200 — 42.9 KiB — 151 ms — http/1.1https://www.wikidot.com/onesignal/manifest.jsonwww.wikidot.com/onesignal/manifest.... https://www.wikidot.com/onesignal/manifest.json — 200 — 346 B — 299 ms — http/1.1https://stats.g.doubleclick.net/r/__utm.gif?utmwv=5.7.2dc&utms=1&utmn=344377181&utmhn=www.wikidot.com&utmcs=UTF-8&utmsr=800x600&utmvp=1350x940&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Wikidot%20-%20Free%20and%20Pro%20Wiki%20Hosting&utmhid=2045439527&utmr=-&utmp=%2F&utmht=1776802407711&utmac=UA-18234656-1&utmcc=__utma%3D1.2106462569.1776802408.1776802408.1776802408.1%3B%2B__utmz%3D1.1776802408.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=515821619&utmredir=3&utmu=qhAAAAAAAAAAAAAAAAAAAAAE~stats.g.doubleclick.net/r/__utm.gif... https://stats.g.doubleclick.net/r/__utm.gif?utmwv=5.7.2dc&utms=1&utmn=344377181&utmhn=www.wikidot.com&utmcs=UTF-8&utmsr=800x600&utmvp=1350x940&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Wikidot%20-%20Free%20and%20Pro%20Wiki%20Hosting&utmhid=2045439527&utmr=-&utmp=%2F&utmht=1776802407711&utmac=UA-18234656-1&utmcc=__utma%3D1.2106462569.1776802408.1776802408.1776802408.1%3B%2B__utmz%3D1.1776802408.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=515821619&utmredir=3&utmu=qhAAAAAAAAAAAAAAAAAAAAAE~ — 200 — 443 B — 28 ms — h2https://stats.g.doubleclick.net/r/__utm.gif?utmwv=5.7.2dc&utms=2&utmn=1572893666&utmhn=www.wikidot.com&utmcs=UTF-8&utmsr=800x600&utmvp=1350x940&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Wikidot%20-%20Free%20and%20Pro%20Wiki%20Hosting&utmhid=2045439527&utmr=-&utmp=%2F&utmht=1776802407714&utmac=UA-68540-5&utmcc=__utma%3D1.2106462569.1776802408.1776802408.1776802408.1%3B%2B__utmz%3D1.1776802408.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=1588583469&utmredir=3&utmmt=1&utmu=qhAgAAAAAAAAAAAAAAAAAAAE~stats.g.doubleclick.net/r/__utm.gif... https://stats.g.doubleclick.net/r/__utm.gif?utmwv=5.7.2dc&utms=2&utmn=1572893666&utmhn=www.wikidot.com&utmcs=UTF-8&utmsr=800x600&utmvp=1350x940&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Wikidot%20-%20Free%20and%20Pro%20Wiki%20Hosting&utmhid=2045439527&utmr=-&utmp=%2F&utmht=1776802407714&utmac=UA-68540-5&utmcc=__utma%3D1.2106462569.1776802408.1776802408.1776802408.1%3B%2B__utmz%3D1.1776802408.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=1588583469&utmredir=3&utmmt=1&utmu=qhAgAAAAAAAAAAAAAAAAAAAE~ — 200 — 103 B — 28 ms — h2https://floors.nitropay.com/f?s=143&c=ES&v=2floors.nitropay.com/f?s=143&c=ES&v=... https://floors.nitropay.com/f?s=143&c=ES&v=2 — 200 — 158 B — 169 ms — h2https://ats-wrapper.privacymanager.io/ats-modules/438cb908-ed61-41e9-b716-05d5f4122a64/ats.jsats-wrapper.privacymanager.io/ats-m... https://ats-wrapper.privacymanager.io/ats-modules/438cb908-ed61-41e9-b716-05d5f4122a64/ats.js — 200 — 39.0 KiB — 11 ms — h2https://sb.scorecardresearch.com/cs/20631572/beacon.jssb.scorecardresearch.com/cs/2063157... https://sb.scorecardresearch.com/cs/20631572/beacon.js — 302 — 264 B — 199 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.0 KiB — 106 ms — h3https://s.nitropay.com/ads-video.c740523671257b19988c.jss.nitropay.com/ads-video.c740523671... https://s.nitropay.com/ads-video.c740523671257b19988c.js — 200 — 1.4 KiB — 37 ms — h3https://s.nitropay.com/1.gif?x=1&adslot=s.nitropay.com/1.gif?x=1&adslot= https://s.nitropay.com/1.gif?x=1&adslot= — 200 — 860 B — 31 ms — h3https://s.nitropay.com/ads-standalone.3b313a8b36833b85aa35.jss.nitropay.com/ads-standalone.3b313... https://s.nitropay.com/ads-standalone.3b313a8b36833b85aa35.js — 200 — 3.3 KiB — 38 ms — h3https://sb.scorecardresearch.com/internal-cs/default/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon.js — 200 — 6.7 KiB — 5 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 425 B — 16 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964 — 200 — 187.7 KiB — 73 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 50 ms — h3https://s.nitropay.com/ads-arcspan.8fc7578a2d00f8aa7a18.jss.nitropay.com/ads-arcspan.8fc7578a... https://s.nitropay.com/ads-arcspan.8fc7578a2d00f8aa7a18.js — 200 — 1.3 KiB — 38 ms — h3https://s.nitropay.com/ads-captify.2015da149c7dcef90582.jss.nitropay.com/ads-captify.2015da14... https://s.nitropay.com/ads-captify.2015da149c7dcef90582.js — 200 — 1.4 KiB — 42 ms — h3https://s.nitropay.com/gpp-61d490e.min.jss.nitropay.com/gpp-61d490e.min.js https://s.nitropay.com/gpp-61d490e.min.js — 200 — 47.0 KiB — 46 ms — h3https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 91.0 KiB — 40 ms — h2https://btloader.com/tag?o=6278260873756672&upapi=truebtloader.com/tag?o=6278260873756672... https://btloader.com/tag?o=6278260873756672&upapi=true — 200 — 43.9 KiB — 83 ms — h2https://t.nit.ro/p?d=QhhodHRwczovL3d3dy53aWtpZG90LmNvbS9aJDAxOWRiMWFkLTI2YTEtNzdmMC1hMmVhLTE3OGU2M2E0NzllMGICRVNqAk1EkgEgOWEzNmJiMGJlNjI2Njk5ZGE0ZmNlZWJhM2NmMDM4ODSaAQdmNmM3NTg4uAEA0AGPAdgBAeoBDwoIc2NhbGlidXISA29mZg%3D%3Dt.nit.ro/p?d=QhhodHRwczovL3d3dy53aW... https://t.nit.ro/p?d=QhhodHRwczovL3d3dy53aWtpZG90LmNvbS9aJDAxOWRiMWFkLTI2YTEtNzdmMC1hMmVhLTE3OGU2M2E0NzllMGICRVNqAk1EkgEgOWEzNmJiMGJlNjI2Njk5ZGE0ZmNlZWJhM2NmMDM4ODSaAQdmNmM3NTg4uAEA0AGPAdgBAeoBDwoIc2NhbGlidXISA29mZg%3D%3D — 204 — 79 B — 177 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 424 B — 9 ms — h2https://silo60.p7cloud.net/as1.js?uri=https://www.wikidot.comsilo60.p7cloud.net/as1.js?uri=https... https://silo60.p7cloud.net/as1.js?uri=https://www.wikidot.com — 200 — 78.1 KiB — 16 ms — h2https://consent.nitrocnct.com/additional-consent-providers.csvconsent.nitrocnct.com/additional-co... https://consent.nitrocnct.com/additional-consent-providers.csv — 200 — 107.5 KiB — 137 ms — h3https://consent.nitrocnct.com/vendor-list-v3.jsonconsent.nitrocnct.com/vendor-list-v... https://consent.nitrocnct.com/vendor-list-v3.json — 200 — 108.6 KiB — 137 ms — h3https://config.aps.amazon-adsystem.com/configs/da657530-03e5-4306-95bc-d4eb370426c9config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/da657530-03e5-4306-95bc-d4eb370426c9 — 200 — 2.5 KiB — 13 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fwww.wikidot.com&pubid=da657530-03e5-4306-95bc-d4eb370426c9c.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fwww.wikidot.com&pubid=da657530-03e5-4306-95bc-d4eb370426c9 — 200 — 3.5 KiB — 7 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 15 ms — h2https://secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.jssecure.cdn.fastclick.net/js/pubcid/... https://secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js — 200 — 21.7 KiB — 19 ms — h2https://tags.crwdcntrl.net/lt/c/16576/sync.min.jstags.crwdcntrl.net/lt/c/16576/sync.... https://tags.crwdcntrl.net/lt/c/16576/sync.min.js — 200 — 13.1 KiB — 17 ms — h2https://cdn.hadronid.net/hadron.js?url=https%3A%2F%2Fwww.wikidot.com%2F&ref=&_it=amazon&partner_id=720cdn.hadronid.net/hadron.js?url=http... https://cdn.hadronid.net/hadron.js?url=https%3A%2F%2Fwww.wikidot.com%2F&ref=&_it=amazon&partner_id=720 — 301 — 110 B — 126 ms — h2https://cdn.id5-sync.com/api/1.0/id5-api.jscdn.id5-sync.com/api/1.0/id5-api.js https://cdn.id5-sync.com/api/1.0/id5-api.js — 200 — 34.5 KiB — 76 ms — h2https://silo60.p7cloud.net/if.html?gdpr=false&gdprConsent=false&tpd=true&md=falsesilo60.p7cloud.net/if.html?gdpr=fal... https://silo60.p7cloud.net/if.html?gdpr=false&gdprConsent=false&tpd=true&md=false — 200 — 1.5 KiB — 9 ms — h2https://s.nitropay.com/cmp/lang.pngs.nitropay.com/cmp/lang.png https://s.nitropay.com/cmp/lang.png — 200 — 2.6 KiB — 28 ms — h3https://s.nitropay.com/cmp/cancel.pngs.nitropay.com/cmp/cancel.png https://s.nitropay.com/cmp/cancel.png — 200 — 2.0 KiB — 33 ms — h3https://s.nitropay.com/cmp/logo.pngs.nitropay.com/cmp/logo.png https://s.nitropay.com/cmp/logo.png — 200 — 3.3 KiB — 33 ms — h3https://a.ad.gt/api/v1/u/matches/720?_it=nitroa.ad.gt/api/v1/u/matches/720?_it=ni... https://a.ad.gt/api/v1/u/matches/720?_it=nitro — 200 — 3.2 KiB — 73 ms — h2https://ua.p7cloud.net/asp?aspan=YXJjc3Bhbi11c2VyOmFyY3NwYW4tZHJvd3NzYXAua.p7cloud.net/asp?aspan=YXJjc3Bhbi... https://ua.p7cloud.net/asp?aspan=YXJjc3Bhbi11c2VyOmFyY3NwYW4tZHJvd3NzYXA — 200 — 320 B — 51 ms — h2https://location.p7cloud.net/locdotlocation.p7cloud.net/locdot https://location.p7cloud.net/locdot — 200 — 560 B — 102 ms — h2https://vi.ml314.com/get?eid=70139&tk=4kEzWAtLy3ROjiGWVaT5oYPHFkZ9s5teXcFusAo2hRo3d&fp=vi.ml314.com/get?eid=70139&tk=4kEzW... https://vi.ml314.com/get?eid=70139&tk=4kEzWAtLy3ROjiGWVaT5oYPHFkZ9s5teXcFusAo2hRo3d&fp= — 200 — 388 B — 79 ms — h2https://d3j8vl19c1131u.cloudfront.net/13333?uri=437ed707-d2ab-4b52-a879-80864e3d31e9&region=usd3j8vl19c1131u.cloudfront.net/13333... https://d3j8vl19c1131u.cloudfront.net/13333?uri=437ed707-d2ab-4b52-a879-80864e3d31e9&region=us — 200 — 285 B — 641 ms — h2https://idsync.rlcdn.com/713229.gif?partner_uid=silo60:437ed707-d2ab-4b52-a879-80864e3d31e9idsync.rlcdn.com/713229.gif?partner... https://idsync.rlcdn.com/713229.gif?partner_uid=silo60:437ed707-d2ab-4b52-a879-80864e3d31e9 — 451 — 98 B — 102 ms — h2https://pixel.tapad.com/idsync/ex/receive?partner_id=3416&partner_device_id=silo60:437ed707-d2ab-4b52-a879-80864e3d31e9pixel.tapad.com/idsync/ex/receive?p... https://pixel.tapad.com/idsync/ex/receive?partner_id=3416&partner_device_id=silo60:437ed707-d2ab-4b52-a879-80864e3d31e9 — 302 — 630 B — 87 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.34710457156804175ad-delivery.net/px.gif?ch=2&e=0.347... https://ad-delivery.net/px.gif?ch=2&e=0.34710457156804175 — 200 — 109 B — 71 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.04034475761189471ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.04034475761189471 — 200 — 129 B — 89 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.2995966194249483ad-delivery.net/px.gif?ch=1&e=0.299... https://ad-delivery.net/px.gif?ch=1&e=0.2995966194249483 — 200 — 611 B — 67 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 233 B — 167 ms — h2https://cdn.btloader.com/cchecker.html?upapi=truecdn.btloader.com/cchecker.html?upap... https://cdn.btloader.com/cchecker.html?upapi=true — 200 — 779 B — 78 ms — h2https://cdn.api.btloader.com/device?orgid=6278260873756672&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5Dcdn.api.btloader.com/device?orgid=6... https://cdn.api.btloader.com/device?orgid=6278260873756672&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D — 200 — 332 B — 89 ms — h2https://btloader.com/trustedIframe.html?o=6278260873756672&upapi=truebtloader.com/trustedIframe.html?o=6... https://btloader.com/trustedIframe.html?o=6278260873756672&upapi=true — 200 — 2.2 KiB — 71 ms — h2https://api.id5-sync.com/analytics/1528/id5-api-jsapi.id5-sync.com/analytics/1528/id5... https://api.id5-sync.com/analytics/1528/id5-api-js — 200 — 691 B — 109 ms — h2https://pixel.tapad.com/idsync/ex/receive/check?partner_id=3416&partner_device_id=silo60:437ed707-d2ab-4b52-a879-80864e3d31e9pixel.tapad.com/idsync/ex/receive/c... https://pixel.tapad.com/idsync/ex/receive/check?partner_id=3416&partner_device_id=silo60:437ed707-d2ab-4b52-a879-80864e3d31e9 — 200 — 426 B — 42 ms — h2https://api.btloader.com/exd?tid=ZUHiM1sZ-SK5G69cSX-9db1ad27e5&sid=8YEOMGw2nm-hwHpQg4pzC-9db1ad27e5&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/exd?tid=ZUHiM1sZ-S... https://api.btloader.com/exd?tid=ZUHiM1sZ-SK5G69cSX-9db1ad27e5&sid=8YEOMGw2nm-hwHpQg4pzC-9db1ad27e5&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 128 B — 165 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 54 ms — h3https://www.facebook.com/tr?id=1444191539742058&ev=PageView&noscript=1www.facebook.com/tr?id=144419153974... https://www.facebook.com/tr?id=1444191539742058&ev=PageView&noscript=1 — 200 — 19 B — 40 ms — h3https://silo60.p7cloud.net/p.png?visit=custom&arcid=437ed707-d2ab-4b52-a879-80864e3d31e9&ed=%7B%22v%22%3A489%2C%22sid%22%3A%221jmoqq9uo0087558c2aa3488%22%2C%22PageCustom%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.wikidot.com%2F%22%2C%22referrerDomain%22%3A%22%22%2C%22referrerUrl%22%3A%22%22%2C%22id5%22%3Anull%2C%22liveRampId%22%3Anull%2C%22panoramaId%22%3Anull%2C%22hadronId%22%3Anull%2C%22captifyId%22%3Anull%2C%22isp%22%3Anull%7D%7D&cb=1776802408628silo60.p7cloud.net/p.png?visit=cust... https://silo60.p7cloud.net/p.png?visit=custom&arcid=437ed707-d2ab-4b52-a879-80864e3d31e9&ed=%7B%22v%22%3A489%2C%22sid%22%3A%221jmoqq9uo0087558c2aa3488%22%2C%22PageCustom%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.wikidot.com%2F%22%2C%22referrerDomain%22%3A%22%22%2C%22referrerUrl%22%3A%22%22%2C%22id5%22%3Anull%2C%22liveRampId%22%3Anull%2C%22panoramaId%22%3Anull%2C%22hadronId%22%3Anull%2C%22captifyId%22%3Anull%2C%22isp%22%3Anull%7D%7D&cb=1776802408628 — 200 — 531 B — 4 ms — h2https://silo60.p7cloud.net/p.png?visit=pagedata&arcid=437ed707-d2ab-4b52-a879-80864e3d31e9&ed=%7B%22v%22%3A489%2C%22pa%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.wikidot.com%2F%22%2C%22referrerDomain%22%3A%22%22%2C%22referrerUrl%22%3A%22%22%2C%22id5%22%3Anull%2C%22liveRampId%22%3Anull%2C%22panoramaId%22%3Anull%2C%22hadronId%22%3Anull%2C%22captifyId%22%3Anull%2C%22isp%22%3Anull%7D%2C%22sid%22%3A%221jmoqq9uo0087558c2aa3488%22%7D&cb=1776802408630silo60.p7cloud.net/p.png?visit=page... https://silo60.p7cloud.net/p.png?visit=pagedata&arcid=437ed707-d2ab-4b52-a879-80864e3d31e9&ed=%7B%22v%22%3A489%2C%22pa%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.wikidot.com%2F%22%2C%22referrerDomain%22%3A%22%22%2C%22referrerUrl%22%3A%22%22%2C%22id5%22%3Anull%2C%22liveRampId%22%3Anull%2C%22panoramaId%22%3Anull%2C%22hadronId%22%3Anull%2C%22captifyId%22%3Anull%2C%22isp%22%3Anull%7D%2C%22sid%22%3A%221jmoqq9uo0087558c2aa3488%22%7D&cb=1776802408630 — 200 — 532 B — 5 ms — h2https://silo60.p7cloud.net/p.png?visit=custom&arcid=437ed707-d2ab-4b52-a879-80864e3d31e9&ed=%7B%22v%22%3A489%2C%22sid%22%3A%221jmoqq9uo0087558c2aa3488%22%2C%22PageCustom%22%3A%7B%22pageData%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.wikidot.com%2F%22%2C%22referrerDomain%22%3A%22%22%2C%22referrerUrl%22%3A%22%22%2C%22id5%22%3Anull%2C%22liveRampId%22%3Anull%2C%22panoramaId%22%3Anull%2C%22hadronId%22%3Anull%2C%22captifyId%22%3Anull%2C%22isp%22%3Anull%7D%7D%7D&cb=1776802408631silo60.p7cloud.net/p.png?visit=cust... https://silo60.p7cloud.net/p.png?visit=custom&arcid=437ed707-d2ab-4b52-a879-80864e3d31e9&ed=%7B%22v%22%3A489%2C%22sid%22%3A%221jmoqq9uo0087558c2aa3488%22%2C%22PageCustom%22%3A%7B%22pageData%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.wikidot.com%2F%22%2C%22referrerDomain%22%3A%22%22%2C%22referrerUrl%22%3A%22%22%2C%22id5%22%3Anull%2C%22liveRampId%22%3Anull%2C%22panoramaId%22%3Anull%2C%22hadronId%22%3Anull%2C%22captifyId%22%3Anull%2C%22isp%22%3Anull%7D%7D%7D&cb=1776802408631 — 200 — 533 B — 6 ms — h2https://connect.facebook.net/signals/config/1444191539742058?v=2.9.303&r=stable&domain=www.wikidot.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1444191539742058?v=2.9.303&r=stable&domain=www.wikidot.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.2 KiB — 27 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.2683934776238861ad-delivery.net/px.gif?ch=1&e=0.268... https://ad-delivery.net/px.gif?ch=1&e=0.2683934776238861 — 200 — 110 B — 24 ms — h2https://www.facebook.com/tr/?id=1444191539742058&ev=PageView&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408783&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802408775.660087354321468528&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Wikidot%20-%20Free%20and%20Pro%20Wiki%20Hosting&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=14441915397... https://www.facebook.com/tr/?id=1444191539742058&ev=PageView&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408783&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802408775.660087354321468528&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Wikidot%20-%20Free%20and%20Pro%20Wiki%20Hosting&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 19 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1444191539742058&ev=PageView&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408783&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802408775.660087354321468528&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Wikidot%20-%20Free%20and%20Pro%20Wiki%20Hosting&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1444191539742058&ev=PageView&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408783&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802408775.660087354321468528&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Wikidot%20-%20Free%20and%20Pro%20Wiki%20Hosting&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 195 B — 189 ms — h3https://www.facebook.com/tr/?id=1444191539742058&ev=ArcSpanCohort_VXMScJQ4&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408789&cd[ArcSpanCohort]=VXMScJQ4&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=14441915397... https://www.facebook.com/tr/?id=1444191539742058&ev=ArcSpanCohort_VXMScJQ4&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408789&cd[ArcSpanCohort]=VXMScJQ4&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 23 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1444191539742058&ev=ArcSpanCohort_VXMScJQ4&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408789&cd[ArcSpanCohort]=VXMScJQ4&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1444191539742058&ev=ArcSpanCohort_VXMScJQ4&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408789&cd[ArcSpanCohort]=VXMScJQ4&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 196 B — 205 ms — h3https://www.facebook.com/tr/?id=1444191539742058&ev=ArcSpanCohort_kp3KLxpq&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408792&cd[ArcSpanCohort]=kp3KLxpq&sw=800&sh=600&v=2.9.303&r=stable&ec=2&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=14441915397... https://www.facebook.com/tr/?id=1444191539742058&ev=ArcSpanCohort_kp3KLxpq&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408792&cd[ArcSpanCohort]=kp3KLxpq&sw=800&sh=600&v=2.9.303&r=stable&ec=2&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 25 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1444191539742058&ev=ArcSpanCohort_kp3KLxpq&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408792&cd[ArcSpanCohort]=kp3KLxpq&sw=800&sh=600&v=2.9.303&r=stable&ec=2&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1444191539742058&ev=ArcSpanCohort_kp3KLxpq&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408792&cd[ArcSpanCohort]=kp3KLxpq&sw=800&sh=600&v=2.9.303&r=stable&ec=2&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 195 B — 212 ms — h3https://www.facebook.com/tr/?id=1444191539742058&ev=ArcSpanCohort_nEi5wFax&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408795&cd[ArcSpanCohort]=nEi5wFax&sw=800&sh=600&v=2.9.303&r=stable&ec=3&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=14441915397... https://www.facebook.com/tr/?id=1444191539742058&ev=ArcSpanCohort_nEi5wFax&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408795&cd[ArcSpanCohort]=nEi5wFax&sw=800&sh=600&v=2.9.303&r=stable&ec=3&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 26 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1444191539742058&ev=ArcSpanCohort_nEi5wFax&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408795&cd[ArcSpanCohort]=nEi5wFax&sw=800&sh=600&v=2.9.303&r=stable&ec=3&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1444191539742058&ev=ArcSpanCohort_nEi5wFax&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408795&cd[ArcSpanCohort]=nEi5wFax&sw=800&sh=600&v=2.9.303&r=stable&ec=3&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 194 B — 206 ms — h3https://www.facebook.com/tr/?id=1444191539742058&ev=ArcSpanCohort_Pb8F873m&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408798&cd[ArcSpanCohort]=Pb8F873m&sw=800&sh=600&v=2.9.303&r=stable&ec=4&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=14441915397... https://www.facebook.com/tr/?id=1444191539742058&ev=ArcSpanCohort_Pb8F873m&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408798&cd[ArcSpanCohort]=Pb8F873m&sw=800&sh=600&v=2.9.303&r=stable&ec=4&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 27 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1444191539742058&ev=ArcSpanCohort_Pb8F873m&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408798&cd[ArcSpanCohort]=Pb8F873m&sw=800&sh=600&v=2.9.303&r=stable&ec=4&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1444191539742058&ev=ArcSpanCohort_Pb8F873m&dl=https%3A%2F%2Fwww.wikidot.com%2F&rl=&if=false&ts=1776802408798&cd[ArcSpanCohort]=Pb8F873m&sw=800&sh=600&v=2.9.303&r=stable&ec=4&o=4126&fbp=fb.1.1776802408775.660087354321468528&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1115.4000005722046&it=1776802408715&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 197 B — 207 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.05820398716290054ad-delivery.net/px.gif?ch=2&e=0.058... https://ad-delivery.net/px.gif?ch=2&e=0.05820398716290054 — 200 — 110 B — 23 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.7229004133133344ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.7229004133133344 — 200 — 129 B — 26 ms — h3https://www.wikidot.com/local--favicon/favicon.gifwww.wikidot.com/local--favicon/favi... https://www.wikidot.com/local--favicon/favicon.gif — 200 — 424 B — 133 ms — http/1.1https://www.wikidot.com/local--favicon/favicon.gifwww.wikidot.com/local--favicon/favi... https://www.wikidot.com/local--favicon/favicon.gif — 200 — 0 B — 1 ms — http/1.1https://silo60.p7cloud.net/p.png?visit=page&arcid=437ed707-d2ab-4b52-a879-80864e3d31e9&ed=%7B%22v%22%3A489%2C%22p%22%3A%22https%3A%2F%2Fwww.wikidot.com%2F%22%2C%22r%22%3A%22%22%2C%22tpc%22%3A0%2C%22sid%22%3A%221jmoqq9uo0087558c2aa3488%22%2C%22loc%22%3A%7B%22Country%22%3A%22ES%22%2C%22CountryRegion%22%3A%22MD%22%2C%22City%22%3A%22Madrid%22%2C%22PostalCode%22%3A%2228085%22%2C%22MetroCode%22%3Anull%2C%22ASN%22%3A%2216276%22%2C%22Carrier%22%3Anull%2C%22IP%22%3A%222001%22%7D%2C%22cbd%22%3A%2220260421%22%2C%22ids%22%3A%22%22%2C%22sess%22%3A%220z5v9jw6rlujd3ka3ppe7l%22%2C%22grp%22%3A36%2C%22cohorts%22%3A%5B%22pV4iBmUH%22%2C%22cFsg8Z2Y%22%2C%22ZxeSh5Ff%22%2C%225XqFEES4%22%2C%22qApSDHXk%22%2C%225PpwDsbD%22%2C%22C4bCgL4i%22%2C%22AoEGpASS%22%2C%22Pb8F873m%22%2C%22mi4YbARb%22%5D%7D&cb=1776802409412silo60.p7cloud.net/p.png?visit=page... https://silo60.p7cloud.net/p.png?visit=page&arcid=437ed707-d2ab-4b52-a879-80864e3d31e9&ed=%7B%22v%22%3A489%2C%22p%22%3A%22https%3A%2F%2Fwww.wikidot.com%2F%22%2C%22r%22%3A%22%22%2C%22tpc%22%3A0%2C%22sid%22%3A%221jmoqq9uo0087558c2aa3488%22%2C%22loc%22%3A%7B%22Country%22%3A%22ES%22%2C%22CountryRegion%22%3A%22MD%22%2C%22City%22%3A%22Madrid%22%2C%22PostalCode%22%3A%2228085%22%2C%22MetroCode%22%3Anull%2C%22ASN%22%3A%2216276%22%2C%22Carrier%22%3Anull%2C%22IP%22%3A%222001%22%7D%2C%22cbd%22%3A%2220260421%22%2C%22ids%22%3A%22%22%2C%22sess%22%3A%220z5v9jw6rlujd3ka3ppe7l%22%2C%22grp%22%3A36%2C%22cohorts%22%3A%5B%22pV4iBmUH%22%2C%22cFsg8Z2Y%22%2C%22ZxeSh5Ff%22%2C%225XqFEES4%22%2C%22qApSDHXk%22%2C%225PpwDsbD%22%2C%22C4bCgL4i%22%2C%22AoEGpASS%22%2C%22Pb8F873m%22%2C%22mi4YbARb%22%5D%7D&cb=1776802409412 — 200 — 532 B — 4 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.24263160315426335ad-delivery.net/px.gif?ch=2&e=0.242... https://ad-delivery.net/px.gif?ch=2&e=0.24263160315426335 — 200 — 135 B — 23 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9788397972547829ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9788397972547829 — 200 — 129 B — 27 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.0805595629618211ad-delivery.net/px.gif?ch=1&e=0.080... https://ad-delivery.net/px.gif?ch=1&e=0.0805595629618211 — 200 — 110 B — 21 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 0 B — 4 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.11056780895851881ad-delivery.net/px.gif?ch=1&e=0.110... https://ad-delivery.net/px.gif?ch=1&e=0.11056780895851881 — 200 — 110 B — 22 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.9355660488683487ad-delivery.net/px.gif?ch=2&e=0.935... https://ad-delivery.net/px.gif?ch=2&e=0.9355660488683487 — 200 — 110 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.1174531328170143ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.1174531328170143 — 200 — 129 B — 26 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.5287986282257976ad-delivery.net/px.gif?ch=2&e=0.528... https://ad-delivery.net/px.gif?ch=2&e=0.5287986282257976 — 200 — 135 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9990581988618707ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9990581988618707 — 200 — 129 B — 26 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.2362664024822837ad-delivery.net/px.gif?ch=2&e=0.236... https://ad-delivery.net/px.gif?ch=2&e=0.2362664024822837 — 200 — 110 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9873043000721877ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9873043000721877 — 200 — 129 B — 26 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.20031613273759208ad-delivery.net/px.gif?ch=2&e=0.200... https://ad-delivery.net/px.gif?ch=2&e=0.20031613273759208 — 200 — 135 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.12552987395215698ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.12552987395215698 — 200 — 129 B — 26 ms — h3https://api.btloader.com/country?o=6278260873756672api.btloader.com/country?o=62782608... https://api.btloader.com/country?o=6278260873756672 — 200 — 153 B — 125 ms — h2https://api.btloader.com/pv?nlf=false&tid=ZUHiM1sZ-SK5G69cSX-9db1ad27e5&sid=8YEOMGw2nm-hwHpQg4pzC-9db1ad27e5&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/pv?nlf=false&tid=Z... https://api.btloader.com/pv?nlf=false&tid=ZUHiM1sZ-SK5G69cSX-9db1ad27e5&sid=8YEOMGw2nm-hwHpQg4pzC-9db1ad27e5&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 40 B — 126 ms — h2
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 1043ms · 543KB · $14/mo
s.nitropay.com
Other
Costly
Execution 292ms
Transfer 246 KB
Unused 72%
Monthly Cost $4/mo
Unattributable
Other
Optional
Execution 196ms
Transfer 0 KB
Monthly Cost $3/mo
d3g0gp89917ko0.cloudfront.net
Other
Optional
Execution 175ms
Transfer 6 KB
Monthly Cost $2/mo
www.wikidot.com
Other
Optional
Execution 108ms
Transfer 7 KB
Monthly Cost $1/mo
s.nitropay.com
Other
Optional
Execution 102ms
Transfer 47 KB
Unused 44%
Monthly Cost $1/mo
d3g0gp89917ko0.cloudfront.net
Other
Optional
Execution 61ms
Transfer 101 KB
Unused 71%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 55ms
Transfer 46 KB
Monthly Cost $1/mo
c.amazon-adsystem.com
Other
Optional
Execution 54ms
Transfer 91 KB
Unused 55%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • s.nitropay.com adds 292ms and costs ~$4/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

s.nitropay.com takes 292ms 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

72% of s.nitropay.com'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

71% of d3g0gp89917ko0.cloudfront.net'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

55% of c.amazon-adsystem.com'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

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

Send Feedback