4 مستودعات
Utilities that reduce the file size of HTML and CSS by removing unnecessary characters.
Distinct from CSS Minifiers: Covers both HTML and CSS minification together, rather than treating them as separate specialized tools.
Explore 4 awesome GitHub repositories matching web development · Web Asset Minifiers. Refine with filters or upvote what's useful.
AngleSharp is an HTML5 DOM parser and web scraping framework designed to parse HTML5, SVG, and MathML documents into a W3C compliant document object model. It functions as a programmatic HTML generator and a CSS selector engine for querying and locating specific elements within a DOM. The project provides tools for simulating browser environments to automate web interactions, navigate URLs, and submit forms. It includes a dedicated HTML and CSS minifier to reduce the file size of web assets by removing unnecessary characters. The library supports HTML DOM manipulation and the extraction of s
Includes a dedicated minifier to reduce the file size of HTML and CSS web assets.
هذا المشروع هو وحدة أداء NGINX ومسرع صفحات تلقائي يعمل على تحسين صفحات الويب والأصول المرتبطة بها لتقليل أوقات التحميل. يعمل كمحسن لأصول الويب يقوم بتصغير CSS وJavaScript وضغط الصور لتقليل إجمالي نقل البيانات. يعمل النظام كمحسن لذاكرة التخزين المؤقت HTTP، حيث يعدل رؤوس التخزين المؤقت ويطيل عمر الأصول لتقليل تكرار التنزيلات المتكررة. يطبق تلقائياً أفضل ممارسات أداء الويب لتسريع تحميل الصفحة وتحسين سرعة التسليم. يغطي المشروع مجالات قدرات واسعة بما في ذلك ضغط الأصول الأمامية، وإدارة ذاكرة التخزين المؤقت للمتصفح، وضبط خادم NGINX. يتعامل مع تسريع تحميل الصفحة عن طريق تأجيل الموارد غير الحرجة وتضمين الأصول الصغيرة.
Minifies and compresses CSS, JavaScript, and images to lower file sizes and speed up delivery.
This project is a collection of Go libraries designed to reduce the size of multiple web formats while preserving functional integrity. It serves as a high-performance text processor and multi-format asset compressor for shrinking HTML, CSS, JavaScript, JSON, SVG, and XML files by removing redundant characters. The tool is designed for both static batch processing and real-time use. It includes middleware capabilities to intercept and minify web responses on the fly based on MIME types or file extensions, allowing for content compression during active data streams. The processing suite cover
Provides a comprehensive suite of Go libraries to minify HTML, CSS, JavaScript, JSON, SVG, and XML assets.
grunt-uncss is a CSS dead code eliminator and static analysis build tool. It functions as a Grunt CSS optimization plugin that identifies and deletes redundant style rules to reduce stylesheet file sizes and improve frontend performance. The tool analyzes HTML files and headless browser DOM states to detect styles that do not match any elements in the markup. It supports the protection of specific selectors through whitelists to ensure that styles for dynamically injected elements are preserved during the cleanup process. The project covers frontend asset minification by compressing cleaned
Compresses cleaned stylesheets into a compact format to minimize the total payload delivered to the browser.