d648e7ff4c5d5229a9e88b362eab4bf57ed2935e
PROBLEM: - apu-tables-auto-class.js was adding CSS classes to table rows after DOMContentLoaded - This DOM manipulation caused CLS of 0.692 in Lab Data (PageSpeed Insights) - body.wp-singular was the main culprit with 0.692 CLS contribution SOLUTION: - Added roi_add_apu_row_classes() function in Inc/apu-tables.php - This applies the same logic server-side during the_content filter - Classes (section-header, subtotal-row, total-row) are now in HTML from first render - Disabled the JS script in Inc/enqueue-scripts.php This should significantly reduce Lab Data CLS (target: < 0.1) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
Theme WordPress para analisisdepreciosunitarios.com
Languages
PHP
84.2%
CSS
7.7%
JavaScript
5.7%
HTML
2.4%