Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Status Shipped
Created by Guest
Created on Apr 12, 2023

Replace HttpWebRequest with HttpClient in EPiServer.Find package

Looking around it seems like Find package is communicating using obsoleted WebRequest.Create() calls, given how much we use Search & Navigation I think there would be a lot of performance to gain by changing this to a shared singleton-like HttpClient setup.

public JsonRequest(string url, HttpVerbs method, Action<HttpWebRequest> webRequestAction) { this.webRequest = (HttpWebRequest) WebRequest.Create(uri); ..

  • Guest
    Reply
    |
    Feb 28, 2024

    HttpWebRequest was replaced by HttpClient in Find 16

  • Optimizely
    Martin Ottosen
    Reply
    |
    Jun 13, 2023

    Thanks for the suggestion Johan, would be interesting to profile the current client to see how much room for improvement there might be.