Continue from the previous article, organizing common problems encountered while using Anqi CMS. This covers advanced features and technical issues.
Six, Advanced Features
Q: How to implement multi-site management?A: Back-end → Site Management → Add Site. Each site can be independently bound to a domain, configured with templates, and manage administrators.
Q: How to set user permissions?A: Back end → User Management → Role Permissions. You can create different roles and assign different permissions to each role.
Q: How to integrate third-party statistical tools?A: Back-end → Settings → Code Management. Add the tracking code for Baidu Statistics or Google Analytics in the "Website Footer Code".
Seven, API and Integration
Q: Does AnQi CMS have an API interface?A: Yes, Anqi CMS provides a complete RESTful API, supporting operations such as article addition, deletion, modification, query, category management, and user management.
Q: How to connect third-party payment?A: Can connect through the Anqi CMS API interface to WeChat payment, Alipay and other third-party payment platforms. Can also embed iframe of the third-party payment page.
Chapter 8, Performance Optimization
Q: How to improve website loading speed?A: 1. Use CDN acceleration; 2. Image compression and lazy loading; 3. Enable browser caching; 4. Reduce HTTP requests; 5. Use high-performance templates.
Q: How to handle high concurrency access?A: 1. Use CDN to分流static resources; 2. Configure load balancing; 3. Optimize database queries; 4. Use Redis and other caching systems.
Nine, related to migration
Q: Can you migrate from WordPress to Anqi CMS?A: Can. Anqi CMS supports importing XML files exported from WordPress. Articles and categories will be automatically migrated, and image attachments need to be re-uploaded.
Q: Will data be lost during the migration process?A: Be sure to backup the source website data before migration. The migration process will not affect the source website, and the target website is brand new.
Ten, Troubleshooting
Q: How do I access the back end?A: 1. Check if the server is running normally; 2. Check the browser cache, clear it and try again; 3. View the error log to troubleshoot the problem.
Q: After the article is published, why doesn't it display on the front end?A: 1. Check if the article has been published (not in draft status); 2. Check if the article category is correct; 3. Check if the front-end template is correctly associated with the category.
Summary
This is the second part of the common questions FAQ of Anqi CMS. If the problem you encounter is not on the list, you can refer to the official documentation or contact technical support.