Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 6.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 13.2 MB (4.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/ab31830b-0393-41c8-bf99-4a1eeae8b391)<a href="https://beavercheck.com/results/ab31830b-0393-41c8-bf99-4a1eeae8b391"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fedweek.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fedweek.orgThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 6.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~30%.
Page takes 6.3s to load
+12% bounceUsers abandon at ~3s — you're 3.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.8s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €3,886/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€3,886 /mo
~€46,631 / year
EUR 120,500,000
if kept compliant
€85 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,011 / year if left unfixed
€120,500,000
+9 more
€0.95 /mo
12824.4 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.84 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.390
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.18 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.
31.76 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /resource/00000172-dd98-d51b-a776-fd9946280000/styleguide... | 72.9 KiB | 1.4 s |
| js.pelcro.com/sdk/main.min.js | 45.2 KiB | 1.2 s |
| /resource/00000172-dd98-d51b-a776-fd9946280000/webcompone... | 1.4 KiB | 153 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 5.0 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/17784090976548578346 | 37.0 KiB | 24.8 KiB |
EdWeek Screen Time div.m-promo__media-wrapper > a.a-link > picture > img.Image | /dims4/default/670ddec/2147483647/strip/true/crop/2649x17... | 66.4 KiB | 16.3 KiB |
Pre-K 4 SA students eat a provided breakfast, Oct. 9, 2025, in San Antonio. div.m-promo__media-wrapper > a.a-link > picture > img.Image | /dims4/default/43a9d5d/2147483647/strip/true/crop/7647x51... | 34.8 KiB | 13.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| edweek.org/ | 1.0 s |
| www.edweek.org/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.edweek.org/ | 827 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
LEADERSHIP
POLICY & POLITICS
TEACHING & LEARNING
TECHNOLOGY
OPINION
JOBS
MARKET… body.Page-body > main.Page-main | 0.288 |
LEADERSHIP
POLICY & POLITICS
TEACHING & LEARNING
TECHNOLOGY
OPINION
JOBS
MARKET… body.Page-body > main.Page-main | 0.048 |
LEADERSHIP
POLICY & POLITICS
TEACHING & LEARNING
TECHNOLOGY
OPINION
JOBS
MARKET… body.Page-body > main.Page-main | 0.048 |
Why Schools Need Tech. And Why They Don’t div.m-promo__description > a.a-link > i > u | 0.002 |
The Good, Bad, and Ugly of Screen Time: An Explainer div.ListHomeHero6-lead > div.m-promo > div.m-promo__content > a.a-link | 0.002 |
ps-header.o-header > div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section ps-header.o-header > div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section | 0.001 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /resource/00000172-dd98-d51b-a776-fd9946280000/styleguide... | 72.5 KiB | 59.3 KiB |
| d2r8ootic371nc.cloudfront.net/lytics-epe/epe-overrides.css | 25.4 KiB | 25.0 KiB |
| /* ./src/css/global.css */ @keyframes spin { 0% { transform: rotate(0deg); } … | 17.9 KiB | 16.1 KiB |
| /* ./src/css/global.css */ @tailwind components; @tailwind utilities; /* Prevent horizontal overfl… | 16.2 KiB | 14.4 KiB |
| /* globals */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-n… | 14.7 KiB | 14.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.pelcro.com/ui/plugin/edweek2.0/main.min.js | 496.0 KiB | 284.3 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.2 KiB |
| js.stripe.com/v3 | 219.8 KiB | 146.8 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 98.9 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 53.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-HXLDW167C4 | 170.1 KiB | 53.0 KiB |
| cdn.optimizely.com/js/315407138.js | 93.2 KiB | 44.2 KiB |
| /resource/00000172-dd98-d51b-a776-fd9946280000/styleguide... | 56.1 KiB | 39.5 KiB |
| browser.sentry-cdn.com/10.49.0/bundle.tracing.min.js | 44.2 KiB | 33.1 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.3 KiB |
| js.pelcro.com/sdk/main.min.js | 44.7 KiB | 27.5 KiB |
| assets.adobedtm.com/7460e90dce8f/1d8f18924058/launch-0846de50beb3.min.js | 79.7 KiB | 22.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 8.0 s |
| Style & Layout | 2.6 s |
| Other | 2.1 s |
| Script Parsing & Compilation | 1.1 s |
| Rendering | 531 ms |
| Garbage Collection | 219 ms |
| Parse HTML & CSS | 203 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Internal error. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /* ./src/css/global.css */ @keyframes spin { 0% { transform: rotate(0deg); } … | 17.9 KiB | 4.4 KiB |
| /* ./src/css/global.css */ @tailwind components; @tailwind utilities; /* Prevent horizontal overfl… | 16.2 KiB | 4.1 KiB |
| /* globals */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-n… | 14.7 KiB | 3.2 KiB |
| d2r8ootic371nc.cloudfront.net/lytics-epe/epe-overrides.css | 25.8 KiB | 2.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /s.leveragelab.com/release/config/sites/epe/edweek/config.js | 96.8 KiB | 42.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
So one of the things that I really took charge of was: How do we get females ba… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
I love breaking the mold and breaking the rules and bringing esports as an amba… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
We are all part of one big community, and the earlier that everybody understand… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
I want to get to this 24/7 always-open concept ... and not miss out on anyone w… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
Purchasing the oil and gas company site, which is now the Tomball Innovation Ce… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
As many times as I would say, ‘There are so many opportunities,’ [I know] I’m a… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section > button.o-header__trigger div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section > button.o-header__trigger |
div.o-header__bar > div.o-header__bar__section > ps-dropdown.a-dropdown > button.a-dropdown__trigger div.o-header__bar > div.o-header__bar__section > ps-dropdown.a-dropdown > button.a-dropdown__trigger |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.TwoColumnContainer7030-column > div.a-embed > div > iframe div.TwoColumnContainer7030-column > div.a-embed > div > iframe |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EXPLAINER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Arianna Prothero div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
9 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Elizabeth Heubeck div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Holly Kurtz div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Stephen Sawchuk div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
VIDEO div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Lauraine Langreo div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Yi-Jo Shen div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
The Associated Press div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
OPINION div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Marjeta Bejdo div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.a-link |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
MEET THE 2026 LEADERS div.TwoColumnContainer5050-column > div.a-text > p.cms-textAlign-left > a.a-button |
EXPLORE PROJECT div.o-pageDivider__main > section.m-signup-banner > div.m-signup-banner__content > a.a-button |
VIEW REPORT div.m-specialreport-module__content > div.m-specialreport__promo > div.m-specialreport-module__cta > a.a-button |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
WHITEPAPER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Content provided by Pearson div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Pearson div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > a.a-link |
SPOTLIGHT div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
WHITEPAPER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Content provided by Vector Solutions div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Vector Solutions div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > span.a-link |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
WHITEPAPER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Content provided by Zonar div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Zonar div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > span.a-link |
Q&A div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Sarah D. Sparks div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Lauraine Langreo div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Sarah D. Sparks div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
3 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Mark Lieberman div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
VIDEO div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Alyson Klein div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Yi-Jo Shen div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Caitlynn Peetz Stephens div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Kaylee Domzalski div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
CREATE ACCOUNT div.o-pageDivider__main > section.m-signup-banner > div.m-signup-banner__content > a.a-button |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
Content provided by STARI div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
WED., APRIL 29, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
THU., MAY 14, 2026, 3:00 P.M. - 6:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
WEBINAR div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
FRI., APRIL 24, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
Content provided by Frontline Education div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Frontline Education div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > a.a-link |
MON., APRIL 27, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
Content provided by Learning Without Tears div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Learning Without Tears div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > a.a-link |
TUE., APRIL 28, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
STRATEGY & OPERATIONS div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
SPECIAL REPORT div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Michelle Caffrey div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
MEETING DISTRICT NEEDS div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
K-12 INSIDER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Emma Kate Fittes div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
9 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
EDUCATION MARKET div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
TRACKER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Emma Kate Fittes div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Maya Riser-Kositsky div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
PRODUCT DEVELOPMENT div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
K-12 MARKET NEWS div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Alexandria Ng div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
3 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Q&A div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Caitlynn Peetz Stephens div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
7 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Olina Banerji div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
The Associated Press div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Ileana Najarro div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Mark Walsh div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Sarah Schwartz div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Sarah D. Sparks div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
3 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Ileana Najarro div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Kevin Bushweller div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Kevin Bushweller div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
©2026 EDITORIAL PROJECTS IN EDUCATION, INC. div.o-footer__bottom > div.o-footer__legal > div.o-footer__legal-container > span.o-footer__disclaimer |
TERMS OF USE nav.o-footer__nav > ul.o-footer__column > li.o-footer__nav-item > a |
PRIVACY POLICY nav.o-footer__nav > ul.o-footer__column > li.o-footer__nav-item > a |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section > button.o-header__trigger div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section > button.o-header__trigger |
These are opportunities to improve keyboard navigation in your application.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | c.lytics.io/api/tag/0f002fd9978bd006e6b8d3077ebaf065/latest.min.js line 1, col 1814 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.edweek.org/policy-politics/federal | READ MORE |
| www.edweek.org/leadership/student-absenteeism | READ MORE |
| www.edweek.org/technology/artificial-intelligence | READ MORE |
| marketbrief.edweek.org/ | Read More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link |
ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
885 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.59 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
920 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.357
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.94 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.
8.45 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /resource/00000172-dd98-d51b-a776-fd9946280000/styleguide... | 72.9 KiB | 340 ms |
| /resource/00000172-dd98-d51b-a776-fd9946280000/webcompone... | 1.4 KiB | |
| js.pelcro.com/sdk/main.min.js | 45.2 KiB | 291 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
FreemanD EPE BC005 div.m-promo__media-wrapper > a.a-link > picture > img.Image | /dims4/default/57bb327/2147483647/strip/true/crop/5895x40... | 106.0 KiB | 98.2 KiB |
| tpc.googlesyndication.com/simgad/3602687259621445965 | 124.7 KiB | 74.7 KiB | |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/13414382844733939009 | 120.7 KiB | 55.2 KiB |
Pre-K 4 SA students eat a provided breakfast, Oct. 9, 2025, in San Antonio. div.m-promo__media-wrapper > a.a-link > picture > img.Image | /dims4/default/43a9d5d/2147483647/strip/true/crop/7647x51... | 34.8 KiB | 31.3 KiB |
EdWeek Screen Time div.m-promo__media-wrapper > a.a-link > picture > img.Image | /dims4/default/670ddec/2147483647/strip/true/crop/2649x17... | 66.4 KiB | 28.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| edweek.org/ | 211 ms |
| www.edweek.org/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
LEADERSHIP
POLICY & POLITICS
TEACHING & LEARNING
TECHNOLOGY
OPINION
JOBS
MARKET… body.Page-body > main.Page-main | 0.294 |
LEADERSHIP
POLICY & POLITICS
TEACHING & LEARNING
TECHNOLOGY
OPINION
JOBS
MARKET… body.Page-body > main.Page-main | 0.030 |
LEADERSHIP
POLICY & POLITICS
TEACHING & LEARNING
TECHNOLOGY
OPINION
JOBS
MARKET… body.Page-body > main.Page-main | 0.030 |
LAW & COURTS
Supreme Court to Consider Whether Catholic Preschools Can Reject L… div.ListHomeHero6 > div.ListHomeHero6-items > div > div.ListHomeHero6-items-item | 0.003 |
Why Schools Need Tech. And Why They Don’t div.m-promo__description > a.a-link > i > u | 0.001 |
| 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /resource/00000172-dd98-d51b-a776-fd9946280000/styleguide... | 72.5 KiB | 56.4 KiB |
| d2r8ootic371nc.cloudfront.net/lytics-epe/epe-overrides.css | 25.4 KiB | 25.0 KiB |
| /* ./src/css/global.css */ @keyframes spin { 0% { transform: rotate(0deg); } … | 17.9 KiB | 16.6 KiB |
| /* ./src/css/global.css */ @tailwind components; @tailwind utilities; /* Prevent horizontal overfl… | 16.2 KiB | 14.9 KiB |
| /* globals */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-n… | 14.7 KiB | 14.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.pelcro.com/ui/plugin/edweek2.0/main.min.js | 496.0 KiB | 284.3 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.2 KiB |
| js.stripe.com/v3 | 219.8 KiB | 146.8 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 97.2 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 53.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-HXLDW167C4 | 170.1 KiB | 53.0 KiB |
| cdn.optimizely.com/js/315407138.js | 93.2 KiB | 44.2 KiB |
| /resource/00000172-dd98-d51b-a776-fd9946280000/styleguide... | 56.1 KiB | 39.5 KiB |
| browser.sentry-cdn.com/10.49.0/bundle.tracing.min.js | 44.2 KiB | 33.1 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.3 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.0 KiB |
| js.pelcro.com/sdk/main.min.js | 44.7 KiB | 28.0 KiB |
| assets.adobedtm.com/7460e90dce8f/1d8f18924058/launch-0846de50beb3.min.js | 79.7 KiB | 22.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.8 s |
| Style & Layout | 723 ms |
| Other | 593 ms |
| Script Parsing & Compilation | 350 ms |
| Rendering | 176 ms |
| Parse HTML & CSS | 67 ms |
| Garbage Collection | 59 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /* ./src/css/global.css */ @keyframes spin { 0% { transform: rotate(0deg); } … | 17.9 KiB | 4.4 KiB |
| /* ./src/css/global.css */ @tailwind components; @tailwind utilities; /* Prevent horizontal overfl… | 16.2 KiB | 4.1 KiB |
| /* globals */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-n… | 14.7 KiB | 3.2 KiB |
| d2r8ootic371nc.cloudfront.net/lytics-epe/epe-overrides.css | 25.8 KiB | 2.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /s.leveragelab.com/release/config/sites/epe/edweek/config.js | 96.8 KiB | 42.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
So one of the things that I really took charge of was: How do we get females ba… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
I love breaking the mold and breaking the rules and bringing esports as an amba… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
We are all part of one big community, and the earlier that everybody understand… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
I want to get to this 24/7 always-open concept ... and not miss out on anyone w… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
Purchasing the oil and gas company site, which is now the Tomball Innovation Ce… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
As many times as I would say, ‘There are so many opportunities,’ [I know] I’m a… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
MARKET BRIEF nav.m-subnav > ul.m-subnav__list > li.m-subnav__item > a.m-subnav__link |
EXPLAINER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Arianna Prothero div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
9 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Stephen Sawchuk div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Yi-Jo Shen div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
MEET THE 2026 LEADERS div.TwoColumnContainer5050-column > div.a-text > p.cms-textAlign-left > a.a-button |
EXPLORE PROJECT div.o-pageDivider__main > section.m-signup-banner > div.m-signup-banner__content > a.a-button |
VIEW REPORT div.m-specialreport-module__content > div.m-specialreport__promo > div.m-specialreport-module__cta > a.a-button |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
WHITEPAPER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Content provided by Pearson div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Pearson div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > a.a-link |
Content provided by Vector Solutions div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Vector Solutions div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > span.a-link |
Content provided by Zonar div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Q&A div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Sarah D. Sparks div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Lauraine Langreo div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Sarah D. Sparks div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
3 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Mark Lieberman div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
VIDEO div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Alyson Klein div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Yi-Jo Shen div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Yi-Jo Shen div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Yi-Jo Shen div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Caitlynn Peetz Stephens div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
CREATE ACCOUNT div.o-pageDivider__main > section.m-signup-banner > div.m-signup-banner__content > a.a-button |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
WEBINAR div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Content provided by STARI div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
WED., APRIL 29, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
THU., MAY 14, 2026, 3:00 P.M. - 6:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
WEBINAR div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
FRI., APRIL 24, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
WEBINAR div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Content provided by Frontline Education div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Frontline Education div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > a.a-link |
MON., APRIL 27, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
WEBINAR div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Content provided by Learning Without Tears div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Learning Without Tears div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > a.a-link |
TUE., APRIL 28, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
STRATEGY & OPERATIONS div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
SPECIAL REPORT div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Michelle Caffrey div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
MEETING DISTRICT NEEDS div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
Emma Kate Fittes div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
EDUCATION MARKET div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
Emma Kate Fittes div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Maya Riser-Kositsky div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
PRODUCT DEVELOPMENT div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
K-12 MARKET NEWS div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Q&A div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Caitlynn Peetz Stephens div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
7 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Olina Banerji div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
The Associated Press div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Ileana Najarro div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Mark Walsh div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Sarah Schwartz div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Sarah D. Sparks div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
3 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Ileana Najarro div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Kevin Bushweller div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Kevin Bushweller div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
©2026 EDITORIAL PROJECTS IN EDUCATION, INC. div.o-footer__bottom > div.o-footer__legal > div.o-footer__legal-container > span.o-footer__disclaimer |
TERMS OF USE nav.o-footer__nav > ul.o-footer__column > li.o-footer__nav-item > a |
PRIVACY POLICY nav.o-footer__nav > ul.o-footer__column > li.o-footer__nav-item > a |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.TwoColumnContainer7030-column > div.a-embed > div > iframe div.TwoColumnContainer7030-column > div.a-embed > div > iframe |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
MENU div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section > button.o-header__trigger |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EXPLAINER div.m-promo__content > div.m-promo__tag > span.m-promo__label > a.a-link |
ARTIFICIAL INTELLIGENCE div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
WHITEPAPER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
SPOTLIGHT div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
WHITEPAPER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
WHITEPAPER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
VIDEO div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
VIDEO div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
STRATEGY & OPERATIONS div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
SPECIAL REPORT div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
MEETING DISTRICT NEEDS div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
K-12 INSIDER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
PRODUCT DEVELOPMENT div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
K-12 MARKET NEWS div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Q&A div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.edweek.org/policy-politics/federal | READ MORE |
| www.edweek.org/leadership/student-absenteeism | READ MORE |
| www.edweek.org/technology/artificial-intelligence | READ MORE |
| marketbrief.edweek.org/ | Read More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link |
ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link |
To appear in search results, crawlers need access to your app.
Send Feedback