#How to Solve Increased Inodes
Explore tagged Tumblr posts
ecomhardy · 2 years ago
Video
youtube
Full tutorial - How to reduce the number of Inodes in your hosting account - eComHardyThis is the full tutorial video step by step showing how to reduce unnecessary Inodes from your hosting account. I recommend Siteground Hosting services - check out the link given below for discounted price hosting plans; https://www.siteground.com/index.htm?afcode=cd5fdfefc6c42dced3f39f15a45ce66d To learn to make a website - check out; http://ecomhardy.com/make-a-website Watch my video on how to use caching plugins and make a website faster; https://youtu.be/dmf7lYEFzOk Here are the steps Siteground hosting service provider suggests. Watch the full video to know free tools and plugins to help you improve Inodes numbers. How to reduce the number of inodes my account uses? The number of inodes equals the total number of files and folders on your web hosting account. Therefore, to reduce your inode count, you would have to reduce the number of files and folders. Most commonly this is done by: Removing all files and folders you don 19t need You can use the File Manager in Site Tools or FTP to access your account and delete files and folders that you don 19t need. Here are some of the most common causes that may give you an idea about how to reduce the number of inodes you have. 1. Remove old Backups It is common for backups that are created on a schedule by plugins or 3rd party services to fill all the available disk space if left unmonitored. Download unused backups and delete them from your hosting account to save disk space and inodes. 2. Delete Inactive Plugins If you 19re using WordPress and have plugins that are not active on your site 13 please delete them. Deactivating the plugins leaves the codebase on your account adding up to your inodes quota. 3. Remove Unused Image Sizes If you 19re using WordPress your theme may be generating multiple copies of each uploaded image, some of which are unused. Check your theme settings and leave only the ones that you are actually using on your site. Then, regenerate thumbnails deleting unused sizes using a plugin like Regenerate Thumbnails. 4. Check the number of cache files you have Modern web applications by default usually use file caching, which means that they might be generating a high amount of cache files inside your account, thus adding to its total inode. Check your website 19s 18cache 19 folder and reduce the number of cached files you keep regularly. Most web applications which store cache include an option to purge the cache from within their administrative area. For WordPress, check the wp-content folder for similarly named folders and clear them. We recommend using the SiteGround Optimizer plugin for caching and performance which does not rely on file-based caching and won 19t add to your inodes quota. 5. Delete the .opcache folder in your account You can use SSH to delete the .opcache system folder in your account. In case you 19re using PHP 7. x this is where it stores opcaches. Don 19t worry, it will be regenerated but will lack obsolete cache from older PHP versions or code that is no longer active on your account. 6. Clean up your Email Accounts Mail adds to the total inodes quota since emails are files stored on your account. We recommend that you regularly delete your Junk/Spam folders that tend to accumulate a large number of emails. Regularly clean your Trash/Bin folders which collect deleted emails but keep them on the server. Last but not least, you can remove emails coming from newsletters and automatically generate ones that you don 19t need. If you 19ve followed all of the above and you still need additional disk space or inodes, you may consider upgrading your account to a higher hosting plan with a higher inodes quota. ------------------------------------------------------------------------------------------------------------------------- Part 1- How to make a website - Buy right Domain and Hosting https://youtu.be/y-JoRxhwhE8 Go to, https://ecomhardy.com/make-a-website
0 notes
techurdu · 6 years ago
Text
Here is How to Solve Cpanel - Disk Usage Warning & Inodes Problem
Here is How to Solve Cpanel – Disk Usage Warning & Inodes Problem
If you have a hosted site on WordPress then you’ll definitely face the Disk Usage and Files Limit (Inodes) Warning.
What is an Inode?
An Inode is a data structure used to store the metadata of a file. The number of inodes indicates the number of files and folders you have under your hosting account.
All the shared hosting service providers maintain these limits in order to…
View On WordPress
0 notes
kathleenignacio · 5 years ago
Text
Keep your WordPress fit
Tumblr media
The WordPress application has matured a lot in its last ten years of existence . The rationalization of many processes such as updates, such as the standardization of many aspects of its functionality, are a dedication to make it simpler to use and incorporate new functions.
No matter how many automations developed in WordPress management, you still need to take extra measures to ensure that your website is fit in terms of performance and security . In this article I will raise certain questions and suggest certain improvements that will help you sustain your website in good shape.
1. Do you have the WordPress core, plugins and updated themes? update wordpress
I'm sure you've heard about this many times before, but it's still the number one question about the security and performance of a WordPress site.
When I look at the statistics of all our servers in SiteGround, I am always surprised and in all circumstances the amount of people who maintain the previous versions despite each and every one of the comforts that both WordPress and the host offer them to keep up to date. without care. These are certain things you could take advantage of:
1.1 Native Updates You probably remember that as of version 3.7, WordPress introduced a native automatic update feature among the smaller versions. This is a huge feature that can be taken advantage of immediately, and that will keep your web page safe at all times.
Most minor version updates are full of security patches, so you should not skip them under any circumstances. And if your WordPress is not yet version three.7 or higher, update as soon as possible so you can benefit from the native changes.
1.2 Managed Hosting Service Also, certain web hosting companies, SiteGround is one of them, they offer a managed WordPress service where you receive a WordPress auto-update whenever there is a new version , and this also includes updates to major versions. And even some of the hosts offer automatic plugin update when the kernel is self-updated.
1.3 Check the WordPress desktop alarms Finally, if you are not benefiting from the services of your host, on the WordPress desktop you will generally receive alarms about new versions of some active complement or the kernel. You just have to click and update it.
1.4 Add a configuration line to have the kernel updated to important versions If you want your WordPress to automatically update to the important versions, not only the minor ones, you can put the following line in your wp-config.php file :
define( 'WP_AUTO_UPDATE_CORE', true ); 1.5 Check before updating Of course you may have certain fears, completely justified, to deconfigure your website when updating it. In this case, I recommend that you make a copy of your website and try it on it first. Again, you can search for hosts that offer a test environment to make this process uncomplicated .
2. What version of PHP do you have? php 7 wordpress
Does your WordPress still work with PHP 5.2? Was this version the default one million years ago when you installed it?
WordPress has already stopped supporting PHP version five.2 and, normally, they tend to encourage their users to stay in the latest version of PHP. For what reason? Well, new versions of PHP are going better and are safer .
PHP 7 , incorporating the Opcode caching and the expected super-performance, will be launched very, very soon (launch options are free on SiteGround servers and you can easily move).
It is the biggest change in PHP code since PHP4 . The latest version of WordPress already supports it. It is a good idea to test how PHP7 is going on your website and update extensions that do not support it, or try to locate solutions. Do not leave.
comparative speed php 7 wordpress
Updating PHP is not as simple as updating WordPress, however, it is not a reason to neglect it. You can consult your host if you can change the version for yourself, or if you are too afraid to spoil your website, go through the testing process suggested above.
3. Do you have any add-on or theme disabled? hacking WordPress plugins themes
I would like to draw your attention to this as I have seen too many websites with more than 40 add-ons disabled . Keep in mind that although they are disabled, the files with the code are really there, in your account. This could potentially create security problems. The same applies to the topics.
The bottom line is that if you are not using a plugin, remove it completely from your application. If you have some payment plugins and do not want to remove them, make a local copy of each and every one of the payment plugins that you have purchased more than you are not using now.
If you are not using a theme, remove it completely from your application. I would advise leaving the last available WordPress theme by default as a foldback, plus everything else, to get rid of it.
4. When did you last optimize your database and review your old articles? optimize wordpress database
The first thing is to clean your database of all the information you don't need. For an example, WordPress saves multiple revisions of your posts. That is excellent, but it fills you with multiple copies of your blog posts, and also implies a considerable increase in the size of the database.
These revisions will not slow down your website, but they will slow down certain processes such as database optimization, creation of backups, and possible backup copies recovery.
I would like to advise you the Better Delete Revision ”add-on to eliminate them. It lets you remove each and every one of the reviews optimizing your database.
On the optimization itself of the databases, you can use a tool like phpMyAdmin or if you have the WP-CLI at your disposal,
5. Have you optimized the size of your images? compress image
The images are a huge part of your website and it is a great idea to do everything you can to optimize them. I personally divide the process into 2 parts:
5.1 Lower the number of thumbnails When you upload an image to your website, WordPress automatically creates several copies of the image and rescale it. The number of thumbnails created depends on the theme.
Currently, there are many themes that give many layers of different pages, and produce dozens of miniatures of different sizes. This inflates the number of images in your account and their size. My advice is to examine all the page models, write down the thumbnails you are really using, and eliminate the ones you don't use, optimizing the space occupied by the images, and the total number of inodes in your account.
Doing this is partially simple: first open the functions.php file  on your website, and look for a part of thumbnail creation. It should be something like this:
add_image_size( 'thumbnail-name', 255, ciento noventa y uno, true ); Comment only on the lines responsible for the sizes you don't need. Once that is done, you need to regenerate the thumbnails. I invite you to use the Regenerate thumbnails plugin. Keep in mind that it can take hours to regenerate each and every one, so make sure you do not miss any, and also try not to do so during the busiest hours of your website in terms of traffic.
5.2 Optimize existing images The smaller the image size, the faster the page load will be!
Another preferred add-on that I now add on my sites and on all the ones I work on, is EWWW Image Optimizer. Optima without loss of quality each and every one of the images that you upload to your website, and it has a huge button Optimize all ”to do it directly.
Basically, the plugin reduces the size of your images without decreasing their quality. Great results guaranteed!
6. How fast is your website? What loading speed do you have? web speed
In general, the speed of your website suggests what performance optimizations you can start. If your pages take longer to load more than a second and your score on certain speed tests that I lie in this section is low, start with the preceding suggestions to improve it.
Here are certain tools that I use on a regular basis to test the loading speed of the websites I work with:
Each WordPress installation has a different set of themes, plugins and content, and there is no universal solution or a single approach. You need to regularly update your website, test it, and solve the
1 note · View note