<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1084277" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1084277</link>
    <description></description>
    <language>en</language>
          <item>
    <title>The look of the website is</title>
    <link>https://www.webmaster-forums.net/web-database-development/do-i-need-database#comment-1291151</link>
    <description> &lt;p&gt;The look of the website is not very good plus it is NOT mobile friendly.&lt;/p&gt;
&lt;p&gt;Instead of fixing just 1 thing, re-design the whole site.&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
 </description>
     <pubDate>Sat, 27 May 2017 09:47:58 +0000</pubDate>
 <dc:creator>PuneetJvw</dc:creator>
 <guid isPermaLink="false">comment 1291151 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You need to optimize images</title>
    <link>https://www.webmaster-forums.net/web-database-development/do-i-need-database#comment-1291149</link>
    <description> &lt;p&gt;You need to optimize images and user content delivery network to speed up website. 5000 images is a huge amount of data that makes your website slower.&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 May 2017 03:40:07 +0000</pubDate>
 <dc:creator>isarbjitgrewal</dc:creator>
 <guid isPermaLink="false">comment 1291149 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>First thing, you should</title>
    <link>https://www.webmaster-forums.net/web-database-development/do-i-need-database#comment-1291060</link>
    <description> &lt;p&gt;First thing, you should optimise your images. For example: A image is placed in a div with the 500px width and the image has 1200px width. Obviously the image is taking the more size with more size. So you should optimize your images first. The database option is also good. You can store the images name in the database and then just provide the reference with the image name to display.&lt;/p&gt;
&lt;p&gt;Thanks Bruce Mesnekoff&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Sep 2016 13:31:42 +0000</pubDate>
 <dc:creator>brucemesnekoff</dc:creator>
 <guid isPermaLink="false">comment 1291060 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>using database to store image</title>
    <link>https://www.webmaster-forums.net/web-database-development/do-i-need-database#comment-1291051</link>
    <description> &lt;p&gt;using database to store image as binary quite expensive deal, the main problem is to delete the database and handling the exception.If your website is going slow it&#039;s your servers problem, databse can reduce it to few limits. You can make a website that works on Requests and action i.e. runs on MVC model. That is good exercise. store the address of your image location or image name in database and image location in hard disk is quite good option.&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Sep 2016 11:59:40 +0000</pubDate>
 <dc:creator>hillajax</dc:creator>
 <guid isPermaLink="false">comment 1291051 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The big thing you need to</title>
    <link>https://www.webmaster-forums.net/web-database-development/do-i-need-database#comment-1290770</link>
    <description> &lt;p&gt;The big thing you need to speed up the site is to have thumbnails of the images, instead of displaying the full size image on the page.&lt;/p&gt;
&lt;p&gt;Take for example this page: &lt;a href=&quot;http://www.embracesacredplaces.org/britain.html&quot; title=&quot;http://www.embracesacredplaces.org/britain.html&quot;&gt;http://www.embracesacredplaces.org/britain.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You have a total of 51megs of images for the viewer to see. A database is going to do nothing the change that. A system that lets you upload the images and it will auto make thumbnails of the images for you, that will make a HUGE difference. (Granted, most systems that allow this will be database driven in the background)&lt;/p&gt;
&lt;p&gt;For fun, I just went through and resized those 28 images down to the size that you display them at, (180x180px). It drops the total image size needed down load to only about 1meg, that is 50megs less than what you have, a HUGE difference on page load. (And also resizing them properly, gets rid of the stretched resizes, like the first image in the third row down). It was nothing fancy, I did them with the free Gimp editor with these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the image in Gimp&lt;/li&gt;
&lt;li&gt;In top menu: Image -&amp;gt; Scale Image&lt;/li&gt;
&lt;li&gt;Set Width or Height (whichever is SMALLER) to 180 (let other one auto set)&lt;/li&gt;
&lt;li&gt;Click the &quot;Scale&quot; button at bottom&lt;/li&gt;
&lt;li&gt;In top menu: Image -&amp;gt; Canvas Size&lt;/li&gt;
&lt;li&gt;Set Width or Height (whichever is NOT already 180) to 180.&lt;/li&gt;
&lt;li&gt;Click the &quot;Center&quot; button to center the image&lt;/li&gt;
&lt;li&gt;Some images you may want to drag it to something other than center (ie, if there was a lot of sky over the main object, drag it up so there is less sky in the thumnail)&lt;/li&gt;
&lt;li&gt;Click the &quot;Resize&quot; button at bottom&lt;/li&gt;
&lt;li&gt;In top menu: File -&amp;gt; Export As&lt;/li&gt;
&lt;li&gt;It should default to the same directory you opened it, and default to .jpg, just add something like &quot;_tn&quot; or &quot;_thumb&quot; to the end (before the extension... filename_tn.jpg )&lt;/li&gt;
&lt;li&gt;Click &quot;Export&quot; button&lt;/li&gt;
&lt;li&gt;I let it defaults on the options screen (90 for quality level)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Jun 2016 20:35:14 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1290770 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Dear Greg K,
While going into</title>
    <link>https://www.webmaster-forums.net/web-database-development/do-i-need-database#comment-1290769</link>
    <description> &lt;p&gt;Dear Greg K,&lt;/p&gt;
&lt;p&gt;While going into the website, it takes longer time to see the pages. The pages are loading, but very slowly. Each page may have 10 to 60 pictures.&lt;/p&gt;
&lt;p&gt;We are using WYSIWYG software to create the site. It is windows based. We are hosting on the Linux based hosting system.&lt;/p&gt;
&lt;p&gt;We want to speed things up for anyone who wanted to see the website and pictures.&lt;/p&gt;
&lt;p&gt;Our website is - &lt;a href=&quot;http://www.EmbraceSacredPlaces.org&quot; title=&quot;www.EmbraceSacredPlaces.org&quot; rel=&quot;nofollow&quot;&gt;www.EmbraceSacredPlaces.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I received several opinions regarding using database and not using database.&lt;/p&gt;
&lt;p&gt;Thank you for your response.&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Jun 2016 17:45:15 +0000</pubDate>
 <dc:creator>ansvdb</dc:creator>
 <guid isPermaLink="false">comment 1290769 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>In what way are you hoping to</title>
    <link>https://www.webmaster-forums.net/web-database-development/do-i-need-database#comment-1290768</link>
    <description> &lt;p&gt;In what way are you hoping to speed things up? Am I correct that you want to be able to limit how many images per page?&lt;/p&gt;
&lt;p&gt;A database would be a good way to manage them, and allow you to categorize them, and change dynamically how many per page. &lt;/p&gt;
&lt;p&gt;The first question for how to go about setting it up is what environment the site is currently using.&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Jun 2016 21:43:56 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1290768 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
