processwire-procache

Configure ProcessWire ProCache page caching, CDN, and asset minification.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/webmanufaktur/pwaiworkflow --skill processwire-procache
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: processwire-procache
Source: https://github.com/webmanufaktur/pwaiworkflow/tree/main/.agents/skills/processwire/procache
Command: npx skills add https://github.com/webmanufaktur/pwaiworkflow --skill processwire-procache

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for efficient website performance in ProcessWire by providing comprehensive tools for caching, asset optimization, and CDN integration, reducing server load and improving user experience.

Core Features & Use Cases

  • Page Caching: Configure and manage page caching for faster load times.
  • Asset Optimization: Merge, minify CSS and JavaScript files, and compile SCSS/LESS.
  • CDN Integration: Seamlessly integrate with Content Delivery Networks for global asset delivery.
  • HTML Minification: Reduce the size of HTML output.
  • Use Case: A ProcessWire developer needs to significantly speed up a high-traffic e-commerce site. They use this Skill to implement aggressive page caching, combine and minify all CSS/JS assets, and configure a CDN for static files.

Quick Start

Use the processwire-procache skill to clear the entire cache for the website.

Frequently Asked Questions about processwire-procache

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure page caching in ProcessWire to reduce server load?

Page caching in ProcessWire reduces server load by storing generated pages. You can configure and manage page caching through the ProCache module to enable faster load times for high-traffic sites.

What is the best way to minify CSS and JavaScript files in ProcessWire?

The best way to minify CSS and JavaScript files in ProcessWire is using the ProCache module. It merges and minifies these assets, and can also compile SCSS and LESS files directly within the optimization workflow.

Can I integrate a CDN for static asset delivery with ProcessWire?

Yes, you can integrate a Content Delivery Network with ProcessWire. ProCache supports seamless CDN integration to facilitate global static asset delivery and improve website performance.

Does ProCache support HTML minification to reduce output size?

Yes, ProCache supports HTML minification to reduce the size of HTML output. This feature helps decrease page weight and contributes to faster overall website loading speeds.

How do I clear the entire cache for a ProcessWire website?

To clear the entire cache for a ProcessWire website, use the ProCache skill. This action removes stored cached pages and optimized assets, forcing the system to regenerate them on the next request.

How does asset optimization work for high-traffic ProcessWire e-commerce sites?

Asset optimization for high-traffic ProcessWire e-commerce sites works by aggressively caching pages, combining and minifying CSS/JS files, and configuring a CDN for static files. This significantly speeds up the site.