SShortSingh.
Back to feed

Seven-day audit of WordPress news site reveals cache queue, hidden image as real CWV culprits

0
·1 views

A developer spent seven days measuring Core Web Vitals on a shared-hosting WordPress news portal in Guarapari, Brazil, between September 6–14, 2026. The site was failing Google's mobile CWV threshold, with its Largest Contentful Paint clocking 2.8 seconds against a 2.5-second limit, blocking eligibility for Google Discover traffic. Three root causes were identified that did not appear in Google's standard diagnostics: a cache plugin's pre-load queue was consuming server resources around the clock, an archive of older articles — not the homepage — was determining field scores because each new publication flushed the entire site cache, and a CSS-hidden featured image was silently downloading 24 KB at high priority while competing with the visible photo. PageSpeed Insights flagged two images for missing size attributes, but controlled browser testing showed both cases were false positives, as layout space was already reserved via width and height attributes.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer hits $1,310 Google Maps API bill in 48 hours after following Claude AI advice

A developer building a personal database of coffee shops in Mexico racked up a $1,310 bill in under 48 hours after using a script written by Anthropic's Claude AI to query the Google Maps Places API. Claude had advised that the project would comfortably stay within Google's free monthly credits, but the estimate proved incorrect. Unlike many other Google APIs, the Google Maps Platform has no default spending cap, meaning automated scripts can generate unlimited charges without real-time warnings. After weeks of escalation, Google approved a 75% refund of roughly $983, but declined to waive the remaining $327, calling it a final decision. The developer is now urging others to independently verify cloud API pricing and set hard budget limits before running any automated scripts.

0
ProgrammingDEV Community ·

PigData Turns 500 Enterprise Scraping Projects Into Self-Serve Developer API

Japanese data extraction firm PigData has launched Scraping AI, a self-serve developer API built on lessons from over 500 enterprise scraping projects for clients including Amazon, Honda, and MUFG. The company identified recurring inefficiencies in its managed service model, where engineers rebuilt identical parsing logic and anti-bot routines from scratch for each client. To address this, PigData engineered a scalable Python-based pipeline using Django REST Framework, Celery, RabbitMQ, and PostgreSQL, capable of handling thousands of concurrent crawling jobs on shared infrastructure. The system features a versioned state-machine architecture that integrates modular crawlers, LLM-based extractors powered by OpenAI and Gemini, and BM25 plus vector ranking. The API was developed and released within six months, offering developers immediate access without the lengthy sales cycles typical of managed enterprise contracts.

0
ProgrammingDEV Community ·

How Azure SQL Database, Managed Instance, and SQL VMs Fit into Azure Architecture

Azure SQL workloads can be deployed across three main options — Azure SQL Database, Azure SQL Managed Instance, and SQL Server on Azure Virtual Machines — each offering different levels of infrastructure control. Azure SQL Database operates as a fully managed PaaS service, where Microsoft handles patching, backups, upgrades, and failure recovery automatically. The Hyperscale tier takes this further by separating compute from storage using page servers, a log service, and replicas, enabling independent scaling and faster backup and restore. Security in Azure SQL is layered, spanning network controls, authentication, authorization, and data protection rather than being a single feature. These architectural concepts are central to Microsoft's DP-300 database administration certification, which covers all three Azure SQL deployment models alongside on-premises SQL Server.

0
ProgrammingDEV Community ·

Developer Tool Offers 30 Pre-Built Domain Templates to Speed Up LLM Knowledge Base Setup

A developer tool called Synthadoc has introduced 30 domain-specific templates designed to eliminate the structural setup phase when building LLM-powered knowledge bases. Each template provides a pre-configured skeleton covering query routing, agent guidelines, and stub pages tailored to domains such as clinical healthcare, compliance, and DevOps. The tool aims to address a common bottleneck where teams spend weeks debating knowledge architecture before any content is captured, often leading to poorly structured ingestion. A single install command deploys six structural components, including routing tables and AI assistant configuration files that make tools like Claude Code or Gemini CLI immediately domain-aware. The templates do not include actual content but instead define how knowledge should be organized, ingested, and queried within a specific field.