AlSab Posted September 16, 2014 Share Posted September 16, 2014 Hello, We are retrieving shop items by a xml feed, but it timeouts. When I debug it it turns out that Product::getPriceStatic takes 90% of the total time that the xml feed needs to be generated. How can I skip using this function, or make it faster? Thanks! Link to comment Share on other sites More sharing options...
El Patron Posted September 16, 2014 Share Posted September 16, 2014 I poked about this after reading your post. without seeing the ps profiling I can only assume that function is beating db...do you see this in profiling? Link to comment Share on other sites More sharing options...
AlSab Posted September 17, 2014 Author Share Posted September 17, 2014 I am attaching the profiling result from the store front page. The xml feed does not have profiling info at the bottom of the page. Link to comment Share on other sites More sharing options...
softhightech Posted March 1, 2017 Share Posted March 1, 2017 i think it's related to your server configuration. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now