There are circumstances in which Burp Suite can run slowly. In this section, we'll describe some quick steps you can take to troubleshoot performance issues in Burp Suite and increase the efficiency of your testing.
Optimize your memory usage in the following ways:
Burp Suite extensions are useful, but can increase the load on your system. PortSwigger does not test extensions for resource optimization and some extensions will impact Burp Suite's performance. It is best to be cautious about the extensions you use and remove any that you do not need. If Burp Suite appears to be using an excessive amount of memory, try disabling your extensions one by one to discover if any of them are causing problems.
Burp runs on Java which enables you to adjust its RAM allocation to balance its performance with efficient system resource management. Lowering the RAM allocated to Burp can decrease its memory usage, helping your system run more efficiently, especially if you're multitasking or have limited memory.
To allocate less memory to Burp:
This change is applied the next time you restart Burp.
Temporary projects have more demands on memory than disk-based projects, as all the project data needs to be stored in memory rather than on a disk. If your memory use is maximized, switching to a disk-based project will move some of the load from memory to a hard disk. However, note that RAM is faster than hard drives, and it's possible that doing this will introduce delays, especially if your disks are slow (e.g. hard disk drives rather than solid state drives). You may need to experiment to see whether disk-based or temporary projects are faster for you. You can convert a temporary project to a disk-based project by going to the Project menu and selecting Save copy.
Due to the way our persistence framework operates, we recommend using a local drive for saving project files rather than a network drive.
All editions of Burp Suite require 64-bit hardware. For the best experience with Burp Suite Professional, we recommend using a machine with at least 8 GB of memory and 2 CPU cores. If you are performing large amounts of work, or testing large or complex applications, you may need a more powerful machine than this.
Burp Suite places additional load on your machine's CPU and memory, and on the network over which it runs.
Manage Burp's CPU use by disabling certain features and configuring scans in the following ways:
Wherever HTTP requests or responses are displayed in Burp Suite, such as in the Target tab or in Burp Repeater, you have the option to view a prettified version of the message as well as the raw content. Prettifying larger files, especially JavaScript files, can take some time. By default, Burp Suite uses the Pretty view for all supported content types. However, if you find that this is causing poor performance, you can disable this option so that the Raw view is used instead. To do this:
JavaScript analysis is computationally expensive and can slow down the auditing phase of a scan. If you are not interested in the JavaScript running on your target, you can disable the analysis.
You can disable JavaScript analysis by applying one of Burp Scanner's built-in configurations: Audit checks - all except JavaScript analysis. Alternatively, you can make your own custom scan configuration by following the steps below.
Burp Scanner has many configurable options for optimizing performance during both the crawl and audit phases. Applying the following built-in scan configurations can help to improve performance:
Crawl strategy - faster.
Crawl strategy - fastest.
Crawl limit - 10, 30, or 60 minutes.
Audit checks - light active.
Audit checks - medium active.
Alternatively, you can make your own custom configuration by following the steps below.
To optimize performance during crawling:
To optimize performance during auditing:
Ensure that you are only scanning the areas of the target site that you are interested in. Narrowing your scope will improve performance. Fine-tune the scope of a scan from the Detailed scope configuration area of the scan launcher.
If your target only supports one of HTTP and HTTPS, ensure that Burp Scanner only sends requests using the supported protocol. In Scan details, in the URLs to scan section, include the desired protocol in each URL that you want to scan. Then select Scan using my specified protocols in the same area.
Manage network issues in the following ways:
To reduce the load on your network, reduce the number of scans running together.
Burp Suite can overload target applications by sending requests faster than a target can handle or will allow during active scans. Stop requests hanging or timing out by reducing the number of requests that Burp Suite makes at once: