strazdinjsh Posted January 30, 2011 Share Posted January 30, 2011 I have some issue with the website just created specifically http://ecolandscaping.co/index.php?m=3 and hosted on the 000webhosting.com. It loads the page slowly. Things what i have consideredto trie to improve better performance: * optimized CSS files * optimized MySQL queries with specifying the rows wanted (SELECT ID, IMAGE.....) * avoid to select an image saved as blob if not necessary etc. * made different image retrieving php files P.S. the website is small of size approx 700KB for loading. Problem is that not all the images (saved in MYSQL BLOB) are loaded successfully. Could anyone have a look and advice what else could cause the performance issue. P.S.S. I do take in account that this isthe free hosting and may cause some problems Link to comment https://forums.phpfreaks.com/topic/226152-web-page-loading-issue/ Share on other sites More sharing options...
BlueSkyIS Posted January 30, 2011 Share Posted January 30, 2011 * avoid to select an image saved as blob if not necessary etc. don't save an image as a blob is another good idea. just store the path to the image. Link to comment https://forums.phpfreaks.com/topic/226152-web-page-loading-issue/#findComment-1167497 Share on other sites More sharing options...
strazdinjsh Posted January 30, 2011 Author Share Posted January 30, 2011 Honestly, it is my first experience with blob images and not so successful so far as you can see. I used to save path to images, wanted to try something different... looking forward to hear more of you Link to comment https://forums.phpfreaks.com/topic/226152-web-page-loading-issue/#findComment-1167549 Share on other sites More sharing options...
strazdinjsh Posted January 31, 2011 Author Share Posted January 31, 2011 temporary i have publish it on other hosting server (paid one) http://www.pctolife.eu/playground/index.php?m=3 for test reason and can definitely confirm the speed improvements. Looks like it is the server who slows down Link to comment https://forums.phpfreaks.com/topic/226152-web-page-loading-issue/#findComment-1167750 Share on other sites More sharing options...
DimitriDV Posted January 31, 2011 Share Posted January 31, 2011 Use cache with an expiration date of 2225 If you want to update your css file, use a new filename like css_file_v2.css Link to comment https://forums.phpfreaks.com/topic/226152-web-page-loading-issue/#findComment-1167754 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.