> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About Legacy Limits ## Article: About Legacy Limits ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/maintain-your-site/scale-your-site/about-legacy-limits.md ## Article Content: # About Legacy Limits In September 2023, Wix launched new premium plans that include updated limits on data, compute platform, and developer tools features. The new limits impact existing sites, as follows: - Existing free sites moved to the new [free tier limits](https://dev.wix.com/docs/develop-websites-sdk/maintain-your-site/scale-your-site/about-code-on-free-sites.md). - Existing sites with earlier premium plans continue receiving [legacy plan limits](#legacy-plan-limits). ## Checking a site's plan If a site has a premium plan, you can check if it has a legacy premium plan or a new premium plan. To check the plan type, do the following: 1. Open the site's [dashboard](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fhome). 2. Navigate to **Settings** > **Manage plan**. 3. Click **View Plan Features**. A modal opens, displaying the site's premium plan features. 4. Scroll down to see the site's plan limits. - If you see dedicated sections for **Data platform**, **Compute platform**, and **Developer tools**, the site has a new premium plan. - If you don't see these sections, the site has a legacy premium plan. ![Plan features modal showing platform sections](https://wixmp-833713b177cebf373f611808.wixmp.com/images/92d34d071ffb7f49aaa13cbdc28ecbfe.png) ## Changing a site's plan If a site has a legacy premium plan and you move to a new plan, the plan's limits change. In some cases, the new plan may have lower limits for some features than the site's current usage. Downgrade behavior varies by feature. Learn more about downgrade behavior for [data platform](https://dev.wix.com/docs/develop-websites-sdk/maintain-your-site/scale-your-site/about-data-feature-limitations.md), [compute platform](https://dev.wix.com/docs/develop-websites-sdk/maintain-your-site/scale-your-site/about-compute-feature-limitations.md), and [developer tools](https://dev.wix.com/docs/develop-websites-sdk/maintain-your-site/scale-your-site/about-developer-tool-feature-limitations.md) features. ## Legacy plan limits These tables list the limits for legacy premium plans. ### Data platform | Feature | Limit | | ----------------------------- | ---------------------------------------- | | Data storage | 10 GB | | Data collections | 1000 | | Data indexes | \- | | Data requests per minute | Read: 3000/minute
Write: 1500/minute | | Data request timeout | 5 seconds | | External database integration | Yes | ### Compute platform | Feature | Limit | | --------------------------- | --------------------- | | Backend containers | 1 micro container | | Capacity per container | 1 vCPU
400 MB RAM | | Backend requests per minute | 7000 | | Backend request timeout | 14 seconds | ### Developer tools | Feature | Limit | | ---------------------- | ------------------------------------ | | Scheduled jobs | Up to 20
1 hour minimum interval | | Backend event handlers | Yes | | Service plugins | Yes |