<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Product search - bottleneck to site performanc</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Product search - bottleneck to site performanc]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 09:26:37 +0000</pubDate>
  <lastBuildDate>Sun, 12 Dec 2010 18:51:16 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=4169</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Product search - bottleneck to site performanc :  As a continuation on this theme...]]></title>
   <link>https://forum.productcart.com/product-search-bottleneck-to-site-performanc_topic4169_post16374.html#16374</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=87">geoff</a><br /><strong>Subject:</strong> 4169<br /><strong>Posted:</strong> 12-December-2010 at 6:51pm<br /><br />As a continuation on this theme - is anyone else interested in requesting the expansion of the limited search capabilities within PC 4.1?<br><br>Would YOU like to&nbsp; comment on their experience with using indexed product search (SQL 2008) with spelling correction, Google custom search, or third party search support?<br><br>Geoff<br><span style="font-size:10px"><br /><br />Edited by geoff - 12-December-2010 at 6:51pm</span>]]>
   </description>
   <pubDate>Sun, 12 Dec 2010 18:51:16 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/product-search-bottleneck-to-site-performanc_topic4169_post16374.html#16374</guid>
  </item> 
  <item>
   <title><![CDATA[Product search - bottleneck to site performanc : Thank you for your prompt response...]]></title>
   <link>https://forum.productcart.com/product-search-bottleneck-to-site-performanc_topic4169_post16267.html#16267</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=87">geoff</a><br /><strong>Subject:</strong> 4169<br /><strong>Posted:</strong> 25-November-2010 at 8:40pm<br /><br />Thank you for your prompt response - I agree that limiting the results will dramatically improve performance. However - in search examples where the requirement is to list all 1000+ items within for example a brand - it is not practical to limit the number of results returned. In the past the only work around - I developed was that for the particular searches for my need that required this - I served up static pre-sorted html. But a dynamic solution - particularly using an indexed solution seems the way to go - IMO.]]>
   </description>
   <pubDate>Thu, 25 Nov 2010 20:40:46 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/product-search-bottleneck-to-site-performanc_topic4169_post16267.html#16267</guid>
  </item> 
  <item>
   <title><![CDATA[Product search - bottleneck to site performanc : You should not return 1,000 results....]]></title>
   <link>https://forum.productcart.com/product-search-bottleneck-to-site-performanc_topic4169_post16266.html#16266</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 4169<br /><strong>Posted:</strong> 25-November-2010 at 4:07pm<br /><br />You should not return 1,000 results. You should limit the number of results returned by the system. This will dramatically increase performance. To do so, go into "Settings &gt; Store Settings &gt; Search Settings" and set the maximum amount of results to be returned.<br><br>As far as the source code is concerned: we are always looking for ways to increase performance. Performance in the search feature has been increased with each new release and I know that even recently our development team was making some code changes to introduce new improvements (I believe these were specifically tarted to stores using the Apparel Add-on).<br><br>Additional performance improvements could be achieved by abandoning support for MS Access and focusing exclusively on optimizing for MS SQL, which is something that is currently under consideration.<br>]]>
   </description>
   <pubDate>Thu, 25 Nov 2010 16:07:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/product-search-bottleneck-to-site-performanc_topic4169_post16266.html#16266</guid>
  </item> 
  <item>
   <title><![CDATA[Product search - bottleneck to site performanc : I am using PC for more than 10,000...]]></title>
   <link>https://forum.productcart.com/product-search-bottleneck-to-site-performanc_topic4169_post16265.html#16265</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=87">geoff</a><br /><strong>Subject:</strong> 4169<br /><strong>Posted:</strong> 25-November-2010 at 2:25pm<br /><br />I am using PC for more than 10,000 product skus. I find that that PC can run on a fairly rudimentary hosted platform with relatively good user experience and responsiveness. (I have for a number of years moved all product thumbnail and main images to a separate server - for better performance).<br><br>Long ago - I reduced the standard search to only run the SQL against the sku and title fields - however this still gives slow query results depending on the number of hits. For example a search returning 1000 value will take around 105s for the asp to run the asp/query and about 6s to serve the thumbnail images. The user experience for such a query is very bad!<br><br>I use SQL 2008 on at least one of the sites and was wondering if anyone has had either :<br><ol><li>good experiencing with modifying the standard PC code for using indexed SQL queries (e.g. http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/)</li><li>or whether anyone has found a better third party solution that integrates well with PC?</li></ol>Hope you can help<br>]]>
   </description>
   <pubDate>Thu, 25 Nov 2010 14:25:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/product-search-bottleneck-to-site-performanc_topic4169_post16265.html#16265</guid>
  </item> 
 </channel>
</rss>