<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5263201730867208440</id><updated>2011-11-27T16:30:59.358-08:00</updated><title type='text'>......................................WIX COMMUNITY SEARCH...........................</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://technotwits.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5263201730867208440/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://technotwits.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>oxape</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://3.bp.blogspot.com/_tdH3YIG31NA/SpkdIlqZXTI/AAAAAAAAAIU/Gt2wmcFdQfI/S220/bubo2.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5263201730867208440.post-8518663880065239563</id><published>2009-09-15T16:39:00.000-07:00</published><updated>2009-09-18T16:32:48.107-07:00</updated><title type='text'>FIX YOUR SLOW LOADING WIX</title><content type='html'>&lt;h2&gt;Analysis and Recommendations&lt;/h2&gt;&lt;br /&gt;heres a sample of the report this report is 100% Free NO EMAIL&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt; &lt;span class="congratsback"&gt;TOTAL_HTML&lt;/span&gt; - &lt;span class="congrats"&gt;Congratulations&lt;/span&gt;, the total number of HTML files on this page      (including the main HTML file) is 2 which most browsers can      multithread. Minimizing HTTP requests is key for web site      optimization. Y &lt;/li&gt;&lt;li&gt; &lt;span class="warningback"&gt;TOTAL_OBJECTS&lt;/span&gt; - &lt;span class="warning"&gt;Warning!&lt;/span&gt; The total number of objects on this page is 21 which by their number will dominate web page delay. Consider reducing this to a more reasonable number. Above 20 objects per page the overhead from dealing with the actual objects (description time and wait time) accounts for more than 80% of whole page latency. See Figure II-3: &lt;a href="http://analyze.websiteoptimization.com/secrets/performance/II-3-object-overhead.html"&gt;Relative distribution of latency components showing that object overhead dominates web page latency&lt;/a&gt; in &lt;a href="http://www.websiteoptimization.com/secrets/"&gt;Website Optimization Secrets&lt;/a&gt; for more details on how object overhead dominates web page latency. Combine, refine, and optimize your external      objects. Replace graphic rollovers with CSS rollovers to speed      display and minimize HTTP requests. Consider using &lt;a href="http://www.websiteoptimization.com/speed/tweak/css-sprites/"&gt;CSS sprites&lt;/a&gt; to help consolidate decorative images. Using CSS techniques such as colored backgrounds, borders, or spacing instead of graphic techniques can reduce HTTP requests. Replace graphic text headers with CSS text headers to further reduce HTTP requests. Finally, consider &lt;a href="http://www.websiteoptimization.com/speed/tweak/parallel/"&gt;optimizing parallel downloads&lt;/a&gt; by using different hostnames or a CDN to reduce object overhead. &lt;/li&gt;&lt;li&gt; &lt;span class="cautionback"&gt;TOTAL_IMAGES&lt;/span&gt; - &lt;span class="caution"&gt;Caution.&lt;/span&gt; You have a moderate amount of images on this page (14 ). Consider using fewer images on the site or try reusing the same image in multiple pages to take advantage of caching. Using CSS techniques such as colored backgrounds, borders, or spacing instead of graphic techniques can help reduce HTTP requests. &lt;/li&gt;&lt;li&gt; &lt;span class="congratsback"&gt;TOTAL_CSS&lt;/span&gt; - &lt;span class="congrats"&gt;Congratulations&lt;/span&gt;, the total number of external CSS files on this page is 1 . Because external CSS files must be in the HEAD of your HTML document, they must load first before any BODY content displays. Although they are cached, CSS files slow down the initial display of your page. Remember to place CSS files in the HEAD and JavaScript files at the end of the BODY to enable progressive display. &lt;/li&gt;&lt;li&gt; &lt;span class="congratsback"&gt;TOTAL_MULTIM&lt;/span&gt; - &lt;span class="congrats"&gt;Congratulations&lt;/span&gt;, the total number of external multimedia files on this page is 1 . &lt;/li&gt;&lt;li&gt; &lt;span class="warningback"&gt;TOTAL_SIZE&lt;/span&gt; - &lt;span class="warning"&gt;Warning!&lt;/span&gt; The total size of this page is    1333687  bytes, which will load in  270.00  seconds    on a 56Kbps modem.  Consider reducing total page size to less than    100K to achieve sub 20 second response times on 56K connections.    Pages over 100K exceed most attention thresholds at 56Kbps, even with    feedback. Consider optimizing your site with &lt;a href="http://www.websiteoptimization.com/secrets/"&gt;Website Optimization Secrets&lt;/a&gt;, &lt;a href="http://www.websiteoptimization.com/speed/"&gt;&lt;i&gt;Speed Up Your Site&lt;/i&gt;&lt;/a&gt; or    &lt;a href="http://www.websiteoptimization.com/contact/"&gt; contacting us&lt;/a&gt; about our    optimization services. &lt;/li&gt;&lt;li&gt; &lt;span class="cautionback"&gt;TOTAL_SCRIPT&lt;/span&gt; - &lt;span class="caution"&gt;Caution.&lt;/span&gt; The total number of external script    files on this page is 3 , consider reducing this to one    or two. Combine, refactor, and minify to &lt;a href="http://www.websiteoptimization.com/speed/tweak/javascript-optimization/"&gt;optimize your JavaScript&lt;/a&gt; files.    Ideally you should have one (or even embed scripts for high-traffic    pages) on your pages. Consider &lt;a href="http://www.websiteoptimization.com/speed/tweak/suture/"&gt;suturing JavaScript files together&lt;/a&gt; at the server to minimize HTTP requests. Placing external JavaScript files at the bottom of your BODY, and CSS files in the HEAD enables progressive display in XHTML web pages. &lt;/li&gt;&lt;li&gt; &lt;span class="congratsback"&gt;HTML_SIZE&lt;/span&gt; - &lt;span class="congrats"&gt;Congratulations&lt;/span&gt;, the total size of this HTML file    is 35646  bytes, which less than 50K. Assuming that you specify    the HEIGHT and WIDTH of your images, this size allows your HTML to    display content in under 10 seconds, the average time users are    willing to wait for a page to display without feedback. &lt;/li&gt;&lt;li&gt; &lt;span class="warningback"&gt;IMAGES_SIZE&lt;/span&gt; - &lt;span class="warning"&gt;Warning!&lt;/span&gt; The total size of your images is    803409  bytes, which is over 100K. Consider &lt;a href="http://www.websiteoptimization.com/speed/tweak/graphic-optimization/%3Eoptimizing%20images%3C/a%3E%20for%20size,%20combining%20them,%20and%20replacing%20graphic%20rollovers%20with%20CSS.%20You%20can%20often%20%3Ca%20href=" com="" speed="" tweak="" format=""&gt;switch graphic formats&lt;/a&gt; to achive smaller file sizes (from JPEG to PNG for example). Finally, substitute CSS techniques for graphics techniques to create colored borders, backgrounds, and spacing. &lt;/li&gt;&lt;li&gt; &lt;span class="cautionback"&gt;SCRIPT_SIZE&lt;/span&gt; - &lt;span class="caution"&gt;Caution.&lt;/span&gt; The total size of your external scripts is    18424  bytes, which is above 8K and less than 20K.    Consider optimizing your scripts and eliminating features to reduce    this to a more reasonable size. You can substitute &lt;a href="http://www.websiteoptimization.com/speed/tweak/cssmenus/"&gt;CSS menus&lt;/a&gt; for JavaScript-based menus to minimize or even eliminate the use of JavaScript. &lt;/li&gt;&lt;li&gt; &lt;span class="congratsback"&gt;CSS_SIZE&lt;/span&gt; - &lt;span class="congrats"&gt;Congratulations&lt;/span&gt;, the total size of your      external CSS is 1281  bytes, which is less than 8K. &lt;/li&gt;&lt;li&gt; &lt;span class="warningback"&gt;MULTIM_SIZE&lt;/span&gt; - &lt;span class="warning"&gt;Warning!&lt;/span&gt; The total size of your external    multimedia is 474927  bytes, which is over 30K. Consider    optimizing your multimedia files for size, or replacing them with    lower-bandwidth alternatives, or eliminating them altogether. &lt;/li&gt;&lt;/ul&gt;&lt;a href="http://analyze.websiteoptimization.com"&gt;Web Page Speed Report&lt;/a&gt;&lt;br /&gt;&lt;h1&gt;&lt;br /&gt;&lt;/h1&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5263201730867208440-8518663880065239563?l=technotwits.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://technotwits.blogspot.com/feeds/8518663880065239563/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://technotwits.blogspot.com/2009/09/easy-as.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5263201730867208440/posts/default/8518663880065239563'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5263201730867208440/posts/default/8518663880065239563'/><link rel='alternate' type='text/html' href='http://technotwits.blogspot.com/2009/09/easy-as.html' title='FIX YOUR SLOW LOADING WIX'/><author><name>oxape</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://3.bp.blogspot.com/_tdH3YIG31NA/SpkdIlqZXTI/AAAAAAAAAIU/Gt2wmcFdQfI/S220/bubo2.jpg'/></author><thr:total>0</thr:total></entry></feed>
