AnQiCMS provides various loading speed optimizations from the system level to the content level.
System optimization
GoLang compilation and execution + Iris framework, the system itself has a fast response speed. Low memory usage, high resource utilization.
Template optimization
It is recommended to compress CSS and JS files during template development to reduce the number of HTTP requests. Use inline critical CSS to improve the first-screen rendering speed.
Image optimization
It is recommended to compress the uploaded images, using modern image formats like WebP. Lazy loading reduces the initial page loading time.
CDN acceleration
Distribute static resources in conjunction with CDN services, users obtain resources from nearby nodes. Significantly improve global access speed.
Caching strategy
AnQiCMS built-in caching mechanism, frequently accessed content is read from the cache. It is recommended to configure a reasonable cache expiration time.