There are several ways to retrieve the requestID, the simplest being to use our extension.
To retrieve the requestID using our extension, follow these steps:
1. Install our extension for Chrome or Firefox:
This extension allows you to retrieve information and test if an issue observed on a page is caused by Fasterize. You can find more information about it on our blog.
2. Use the extension to retrieve the requestID:
The extension provides various details, including the requestID. You can find it directly in the field labeled "Request ID".
Via the Element Inspector (Google Chrome DevTools) :
If you don't want to use the extension, you can retrieve the requestID directly via your browser's development tools:
1. Open the Element Inspector
Right-click on the page and select ‘Inspect’ (or press F12).
2. Go to the Network tab
Go to the ‘Network’ tab.
3. Filter and select the main HTML request
In the list of requests, find the one corresponding to the HTML page loaded (usually the first or the one with the ‘document’ type).
4. Retrieve the value of the ‘X-Unique-Id’ header
Click on the selected request.
In the ‘Headers’ tab, look for the ‘X-Unique-Id’ field.
Copy this value: this is the requestID.
This method allows you to obtain the requestID without the need for an additional extension and works on most modern browsers.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article