How to disable the automatic thumbnail generation feature in the AnQiCMS backend?

Calendar 👁️ 71

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).

Related articles

Does the `thumb` filter support additional image processing, such as grayscale, blur, etc.?

When using AnQiCMS to manage website content, image processing is an indispensable part of daily operations.We often hope to optimize the display effect of images in various ways, among which the 'thumbnail' feature is particularly commonly used.Many friends may be curious, does the built-in `thumb` filter of Anqi CMS support deeper image processing when generating thumbnails, such as converting it to a grayscale image or applying a blur effect?To answer this question

2025-11-08

How to get the original resolution and file size information of images in AnQiCMS?

The website is operational, images are not only an important part of content presentation, but their file size and resolution also directly affect the speed of web page loading and user experience.Get a clear understanding of these core information of your website's image assets, which is crucial for optimizing website performance and managing content quality.AnQiCMS as an efficient content management system provides a straightforward and convenient way to obtain these image metadata.

2025-11-08

Under the multi-site management mode, can each site independently configure image processing and thumbnail rules?

Under the multi-site management mode of AnQiCMS, it is肯定的 that each site can independently configure image processing and thumbnail rules.AnQiCMS was designed with flexibility and independence in mind for multi-site operations, therefore each site has complete autonomy in the configuration of image processing and thumbnail rules.The multi-site management feature of AnQiCMS is one of its core highlights, allowing users to create and manage multiple independent websites under the same system architecture.

2025-11-08

Does the `thumb` filter automatically adapt to different screen sizes to achieve responsive image display?

When building a website using a content management system, the display effect of images on different devices is a very important issue for users.Especially in today's increasingly popular responsive design, whether images can automatically adapt to various screen sizes and provide an excellent browsing experience is an important standard for measuring the completeness of a system's functions.Today, let's delve deeply into the role and mechanism of the `thumb` filter in responsive image display of Anqi CMS.### `thumb` filter working principle: image generation and optimization Anqi CMS `thumb` filter

2025-11-08

How will the `thumb` filter generate thumbnails when processing images with transparent backgrounds?

In website operation, image materials play a crucial role.The `thumb` filter of AnQi CMS handles images for us, especially bringing great convenience in generating thumbnails.However, when dealing with images with transparent backgrounds (such as PNG formatted Logos or icons), its behavior may confuse some users.Understand the working mechanism of the `thumb` filter, especially when combined with background settings, which can help us make better use of this feature.

2025-11-08

Does AnQiCMS provide a feature to clean up old thumbnail files that are no longer used?

In a content management system, image resources, especially thumbnails, play an important role in ensuring the aesthetics and loading speed of the website.As the website content is continuously updated and iterated, some old thumbnail files that are no longer used may gradually accumulate, occupying storage space, and may even affect management efficiency to some extent.Does AnQiCMS provide a function to clean up these idle thumbnail files?Let's delve into the existing document.

2025-11-08

How to ensure that the thumbnails generated by the `thumb` filter are correctly cached and distributed on the CDN?

AnQi CMS provides us with a convenient and quick content management capability, among which the `thumb` filter is an excellent helper for generating thumbnails.In website operation, we all hope that images load quickly, the user experience is good, and it can effectively reduce the server load.To achieve these goals, it is particularly important to ensure that the thumbnails generated by the `thumb` filter are correctly cached and distributed on the content delivery network (CDN).

2025-11-08

In the `tag-thumb.md` example, how does `item.Logo` and `item.Alt` work with the `thumb` filter?

Managing and displaying images in AnQi CMS is an indispensable part of content operation, especially as the way images are displayed directly affects the loading speed and user experience of the website.When designing templates, the `item.Logo`, `item.Alt`, and `thumb` filters are key components in handling image display. ### Understanding the Role of Images in Content Firstly, we need to clarify what `item.Logo` and `item.Alt` represent.

2025-11-08