PR Glossary

Capacitatea serverului închiriat: cum să alegi fără greșeli și de ce contează pentru funcționarea fluentă a site-ului

Published: 2024.12.09 Updated: 2026.03.13
Două SSD-uri care determină capacitatea de stocare a serverului

Când închiriezi un server, te trezești comparând tot felul de specificații, cum ar fi CPU și memoria, iar apoi te blochezi la «capacitate»? Dacă lucrezi pentru prima dată cu servere închiriate, s-ar putea să nu ai nicio idee câtă capacitate îți trebuie sau chiar ce fel de capacitate este, de fapt.

In this article, I take an in-depth look at rental server capacity. Along with points to watch when starting a WordPress blog, I will help you choose the best plan. After reading this article, you should understand rental server capacity and be able to choose a plan with confidence.

Ce este exact capacitatea unui server închiriat? Ce stochează?

Put simply, rental server capacity is the amount of space available for storing your website's data. Specifically, it stores the following kinds of data.

  • Website files: all files needed to display the site, such as HTML, CSS, JavaScript, images, and videos
  • Databases: store dynamic content such as blog posts, user information, and product information
  • Email data: if you use email accounts, your sent and received emails and attachments
  • Log files: server access logs, error logs, and similar records
  • Backup data: backups of your website data

All of this data consumes server capacity. If you run out of capacity, you may no longer be able to add new content, your site may become slower, and in the worst case your site may go down.

Trei pași pentru alegerea capacității potrivite a serverului

O femeie de carieră verificând conținutul site-ului pe care l-a solicitat

So how should you choose the right amount of capacity? Think through it in the following three steps.

PASUL 1: Gândește-te la tipul de site (pentru WordPress)

The amount of capacity you need varies greatly depending on the type of website. If you are starting a WordPress blog, consider the following points.

  • Blog size: whether it is a small personal blog or a large blog run by multiple people.
  • Content type: whether it is mainly text or uses many images and videos.
  • Number of plugins: many plugins consume capacity.
  • Theme weight: depending on the theme you use, it may put pressure on your capacity.

As a general rule of thumb,

  • Small blog (mainly text, few images): 5GB to 10GB
  • Medium blog (many images, multiple plugins): 10GB to 20GB
  • Large blog (including videos, many plugins): 20GB to 50GB or more

are good figures to keep in mind.

Master WordPress Plugins and Power Up Your Site: A Thorough Guide for Beginners

PASUL 2: Estimează creșterea viitoare

A website is not something you build and then forget. As you add content and traffic grows, the required capacity also increases.

Assume what things will look like at least one year from now, and choose capacity with some room to spare. You can add more capacity later, but considering the trouble of changing plans, it is smoother to choose a slightly larger plan from the beginning.

In the case of WordPress, be sure to assume that the number of posts, images, and videos will increase over time.

PASUL 3: Gândește în numere concrete

Based on the steps above, think in concrete numbers. For example, you can estimate things like this.

  • Text for one page: about 1KB
  • One image: about 1MB (it can be larger for high-resolution images)
  • One minute of video: about 100MB (varies greatly depending on quality and format)

For WordPress, you also need to consider the size of themes and plugins. These can amount to tens or even hundreds of megabytes.

An App Development Company Explains the Pitfalls of Choosing a WordPress Theme and the Road to Success

Avantaje și puncte de urmărit la planurile cu capacitate nelimitată (pentru WordPress)

If you are starting a WordPress blog, an unlimited capacity plan may look attractive. However, as mentioned above, there are also points to watch.

  • Watch the database size: because WordPress stores posts, settings, and other data in a database, even with unlimited capacity you may still run into database size limits.
  • Backup storage: just because capacity is unlimited does not mean you can store unlimited backups. Check the backup storage limit and retention period.

What Is a Database? An Essential Management System for WordPress

Probleme grave cauzate de epuizarea capacității serverului: impacturi concrete și contramăsuri

A career woman looking thoughtfully at a computer

1. Nu mai poți adăuga conținut

When capacity is full, you can no longer add new content. This is a serious problem that gets in the way of website growth.

  • You can no longer upload images or videos: images and videos are important elements that make a website attractive, but once capacity runs short, they can no longer be uploaded. In WordPress, you will get errors when trying to upload files to the media library, and you will no longer be able to add new images or videos.
  • You can no longer create or update posts and pages: text content also uses storage space. When capacity runs short, you may no longer be able to create new posts or pages, or even update existing ones.
  • You can no longer register products (in the case of an e-commerce site): on an e-commerce site, product information and images are the lifeblood of the business. Lack of capacity can prevent you from adding new products or updating existing ones, seriously affecting the business.

Countermeasure: move to a larger plan, delete unnecessary files, and optimize images (for example, through compression).

2. Afișare mai lentă a site-ului: o experiență mai slabă pentru utilizator

Lack of capacity can also lead to slower website display speed. If display speed becomes slow, the user experience deteriorates and SEO is negatively affected as well.

  • Increased server load: when capacity becomes tight, the load on the server increases and processing speed drops. As a result, page loading time gets longer, which means making users wait.
  • Performance drops during traffic spikes: if the server is already short on capacity during periods of concentrated traffic, it can become overloaded, making the website extremely slow or, in the worst case, causing it to go down.
  • Negative effect on SEO: search engines such as Google take page loading speed into account as a ranking factor. A slow website may drop in search rankings, which can lead to fewer visitors.

Countermeasure: use measures such as cache plugins, image optimization, and CDNs to improve display speed. You may also need to consider switching to a server plan that matches your traffic volume.

How Fast Is It? Comparing 15 Rental Servers in a Speed Ranking

3. Trimiterea și primirea e-mailurilor se opresc: comunicarea de afaceri este perturbată

Email data also consumes server capacity. When capacity runs short, you may no longer be able to send or receive email, which interferes with business communication.

  • You can no longer receive email: when the inbox reaches its capacity limit, new email can no longer be received. You may miss important communication or fail to respond to customer inquiries.
  • You can no longer send email: sent mail and drafts also consume capacity. Once capacity runs short, you may no longer be able to send email, which can lead to lost business opportunities.

Countermeasure: delete unnecessary emails, save email data locally, and consider using an external mail service.

4. Căderea site-ului: activitatea de afaceri se oprește

If lack of capacity becomes serious, in the worst case the website may go down and become inaccessible. This means business operations are effectively stopped and can lead to major losses.

  • Excessive load on the server: traffic concentration while the server is already short on capacity can put excessive load on the server and cause system crashes.
  • Recovery may take time: if the server goes down, recovery work may take time and the website may remain inaccessible for a long period.

Countermeasure: thoroughly implement measures that ensure stable operation, such as monitoring server resources, analyzing access logs, and choosing an appropriate server plan. Regular backups are also important.

Running out of capacity has a serious effect on website operation. To avoid these problems, it is important to choose a server plan with appropriate capacity and to monitor your website's capacity usage on a regular basis. It is also important to think in advance about what to do if capacity does become insufficient.

What Is a 503 Error? Web Traffic Jams, How to Avoid Them, and Emergency Responses

Servere închiriate recomandate în funcție de capacitate

30GB: Little Server

Little Server” is a low-cost rental server. Excluding free servers, it is one of the lowest-priced rental servers for personal use. Even so, it uses NVMe SSDs to improve speed.

No initial fee until September 30, 2025, 20% off the Little Plan server fee, and a 20-day free trial

Little Server

Server typeShared server
Display speed (TTFB)200ms
Recommended plan and contract termMini, 12 months
Trial / refund guarantee20-day free trial
Monthly fee (12-month contract)165 yen
Initial administrative fee920 yen
Free domainNone
SupportEmail (business hours not disclosed)
UptimeNot disclosed
Server capacity20GB
Number of databases3
Security measuresIMP
SSLFree SSL, dedicated SSL (Little Plan and above)
Backup / restore7 days of automatic backups free of charge, restore free of charge
Number of email accountsUnlimited
Email security measuresSpam filter
Server / website migration serviceNone
WordPress pre-installationYes
CDNNone

*For the Mini plan

If you want to keep the price down while securing the minimum necessary capacity, Little Server is recommended. Even the lowest-priced plan gives you 30GB. Even if you upgrade, the monthly fee stays within a few hundred yen, so if you start worrying about lack of capacity, upgrade proactively.

Little Server Reviews and How to Start WordPress on an Affordable Hosting Service

300GB: ConoHa WING

ConoHa WING” is a high-speed server from GMO Internet Group, whose number of users has been rapidly increasing, and it is a service our company also uses. Because WordPress comes pre-installed when you sign up for the server, anyone can get started easily. It strikes a good balance between cost and performance, and we use it as well.

Up to 53% off server fees until August 5, 2025, two domains free forever, and the first month free

ConoHa WING

Server typeShared server
Display speed (TTFB)160ms
Recommended plan and contract termBasic, 12 months
Trial / refund guaranteeFirst month free
Monthly fee (12-month contract)971 yen
Initial administrative feeFree
Free domainsTwo free forever
SupportPhone, email, and chat (weekdays 10:00-18:00)
Uptime99.99% guaranteed
Server capacity300GB
Number of databasesUnlimited
Security measuresWAF / directory access restrictions / IP access restrictions / vulnerability diagnosis (Net de Diagnosis) / spam comment and trackback restrictions / overseas comment and trackback restrictions / overseas access restrictions
SSLFree SSL / Alpha SSL / Quick Authentication SSL / Company Authentication SSL / EV SSSL
Backup / restore14 days of automatic backups / restore free of charge
Number of email accountsUnlimited
Email security measuresVirus checking / spam filters
Server / website migration serviceWordPress migration service from 7,678 yen
Free migration tool available
WordPress pre-installationYes
CDNNone

If you want enough capacity even as an individual, choose ConoHa WING. Even the lowest-priced plan gives you 300GB, so running WordPress is no problem at all.

Build a Homepage in 10 Minutes! ConoHa WING Reviews and How to Start WordPress

600GB: Sakura Rental Server

Sakura Rental Server” is a shared server from Sakura Internet Inc. The company also offers managed servers. It has a good balance of performance, service, and price, so it is recommended for any corporation. Because it includes a certain amount of free CDN use depending on the plan, it can provide comfortable communications.

14-day free trial

Sakura Rental Server

Server typeShared server
Display speed (TTFB)440ms
Recommended plan and contract termStandard, 12 months
Trial / refund guarantee14-day free trial
Monthly fee (12-month contract)550 yen
Initial administrative feeFree
Free domainNone
SupportBusiness hours: 10:00-18:00
Phone callback reservations, chat, and email (reply the same day or the next business day)
Uptime99.99%
Server capacity300GB
Number of databasesUnlimited
Security measuresWebsite defacement notifications (paid), WAF, overseas IP address filters, prevention of unauthorized relaying, encryption,
SSLFree shared SSL, dedicated SSL
Backup / restoreEight generations of backups free of charge, restore free of charge
Number of email accountsUnlimited
Email security measuresPOP3, IMAP4, virus checking, simple spam filter, advanced spam filter
WordPress pre-installationNone
Server / website migration serviceNone
CDN100GB per month free

Dacă sunteți o companie, o capacitate mai mare a serverului oferă liniște. Sakura Rental Server oferă capacitate mare, cu 300 GB pe planul Standard și 600 GB pe planul Business.

Capacitate nelimitată: mixhost

mixhost” is a high-speed rental server from Az Pocket Co., Ltd., headquartered in Osaka. It can deliver content from servers located in San Jose on the west coast of the United States. Although it is an overseas server, the company is based in Japan, so you still get complete Japanese-language support.

25% reducere la contractul inițial până la 10 septembrie 2025, un an gratuit pentru 500 GB de stocare în cloud și garanție de returnare a banilor timp de 30 de zile

mixhost

Server typeShared server / dedicated cloud server
Display speed (TTFB)150ms
Recommended plan and contract termShared server Light, 12 months
Trial / refund guarantee30-day money-back guarantee
Monthly fee (12-month contract)594 yen
Initial administrative feeFree
Free domainOne free forever
SupportEmail
Uptime99.99% guaranteed
Server capacity100GB
Number of databasesUnlimited
Security measuresWAF / DDo attack protection / malware detection and removal
SSLFree dedicated SSL
Backup / restoreAutomatic backups for 14 days on the Standard plan and above
Number of email accountsUnlimited
Email security measures
WordPress pre-installationYes
Server / website migration service10,890 yen
CDNNone
Data centerSan Jose, U.S. West Coast

If you want to use a server with unlimited capacity, choose mixhost. Not only is the capacity unlimited, but the data transfer is also unlimited, so it offers excellent scalability.

mixhost Reviews and How to Start WordPress with Peace of Mind Thanks to Elevent Nines Backup

Rezumat: alege capacitatea potrivită și rulează-ți blogul WordPress fără probleme

A career woman looking up while holding a laptop

Rental server capacity has a major effect on the stability and growth of a website. Use the steps introduced in this article to choose the capacity that best fits your WordPress blog and achieve smooth blog operation.

Dacă este necesar, este o idee bună să consultați și administratorul serverului. Chiar și atunci când alegeți un plan cu capacitate nelimitată, este important să luați această decizie doar după ce înțelegeți pe deplin atât beneficiile, cât și aspectele de urmărit.