AnQiCMS is a highly efficient and flexible content management system that provides many features to help users optimize their website content and performance.Among them, the automatic processing of image resources, such as the automatic generation of thumbnails, plays an important role in enhancing the convenience of content publishing.However, in certain specific operational scenarios, users may wish to have more detailed control over the generation of thumbnails, even choosing to disable the automatic generation feature to meet the needs of personalized image management or to optimize page loading speed.

Although the AnQiCMS backend does not provide a direct toggle switch named 'Disable Thumbnail Auto-Generation', we can achieve this goal by adjusting the relevant parameters in the content settings.This setting focuses on the system's image processing logic, allowing users to finely control the size and method of thumbnail generation.

The specific steps to disable automatic thumbnail generation

To disable the automatic thumbnail generation feature of AnQiCMS backend, you need to go to the 'Content Settings' area of the system and adjust it.

First, please log in to your AnQiCMS management backend. In the left navigation bar of the backend interface, find and click“Background Settings”, then select from the submenu."Content Settings"Here are all the configuration options related to website content processing.

After entering the "Content Settings" page, you will see a series of options related to image processing, such as whether to download remote images, whether to automatically compress large images, and so on. Here, we need to focus on the following“Thumbnail processing method”and“Thumbnail size”These two items.

By default, when you publish documents, if you do not manually upload a thumbnail and the document content contains images, the system will automatically extract the first image in the content as a thumbnail.To disable this automatic behavior, the most effective method is to set the size it generates to an invalid or non-displaying value.

to“Thumbnail size”is set to0x0pixels. This means that even if the system tries to automatically generate a thumbnail, it will generate an image with a width and height of 0 pixels.This image cannot be displayed normally on the front-end page, thereby achieving the effect of disabling automatic generation.

After adjusting the “Thumbnail size”, please make sure to click the button at the bottom of the page.“Save”to ensure that your changes take effect.

Finally, in order for these settings to take effect immediately on your website's frontend, it is recommended that you“Update Cache”perform the operation. Click on the left-hand navigation bar in the backend interface.“Update Cache”It will clear the old cache data and force the system to reload the latest configuration.

By following these steps, AnQiCMS will no longer automatically generate visible thumbnails, even if images exist in the document or if thumbnails have not been manually specified, the system will no longer generate those thumbnail files that take up storage space and may affect the page layout.You will have more advanced control over image resources, and you can manually upload or link thumbnails as needed.

Frequently Asked Questions (FAQ)

Q1: After disabling auto generation, will the previously generated thumbnails still be displayed?

A1: Disabling the auto-generate feature mainly affects new content or when the image is processed again next time.For thumbnails that have already been generated and cached, they may still exist on the server and continue to display on the front end (if your template code is still calling them).To completely clear or update existing thumbnails, you may need to use the 'Content Settings' option 'Batch regenerate thumbnails'.0x0Resize to make them no longer visible on the frontend.

Q2: Set the thumbnail size to0x0What impact will it have on website performance?

A2: Looking positively, this usually has a positive impact on website performance.Because no additional thumbnail files are generated or loaded, it can reduce the use of server storage space, reduce the number of image requests, and thereby accelerate the page loading speed.Please note that if your template design heavily relies on thumbnail display and you do not provide an alternative image, it may result in blank areas on the page or an icon indicating

Q3: Can I manually upload thumbnails after disabling automatic thumbnail generation?

A3: Absolutely. Disabling the automatic generation feature will only prevent the system from automatically extracting and generating thumbnails.You can still upload your custom thumbnail manually when publishing documents, editing categories, or pages, through options like 'Document Image', 'Thumbnail', and so on.Images uploaded manually will not be0x0Size limit, the system will display the picture as you upload it (or process it according to other global image compression settings).