phpBBHacks.com - Great idea to speed SMARTOR Photo Gallery up - Page 3
Bad Boy Blog, an unofficial Diddy and Bad Boy fan blog
StatsForums Home   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in
FAQFAQ   SearchSearch   MemberlistMemberlist   TutorialsTutorials   ContactContact Us
Add Us:     MySpace     Facebook     StumbleUpon
Username:    Password:
Remember Me?    
Great idea to speed SMARTOR Photo Gallery up
Goto page Previous  1, 2, 3
BlinkList
del.icio.us
Furl
linkaGoGo
reddit
Simpy
Mister Wong
Yahoo! My Web

Post new topic   Reply to topic    phpBBHacks.com Support Forums Forum Index -> phpBB 2 Hack Development
 See a User Guidelines violation? Please contact us.
Author Message

Mighty Gorgon
Not So New User

Joined: 10 Aug 2007
Posts: 39
Location: Italy

PostPosted: August 27th 2007, 4:32 am    Post subject: Reply with quote

Thanks JLA.

I partially agree in what you are saying regarding FAP, because it is true that it has many features which may not be suitable for big galleries, but it is true as well that most of them may be disabled with a single click in ACP.

Plus I spent many hours in coding GD functions, and trying to figure out how to speed up thumbnails generations and optimize images handling, and I'm sure you will like some of the features FAP has... multiple uploads, instant gallery without db, pics rss, fast thumbs, pics bbcodes, slideshows...

For example if you try to load any gallery page on my site you will see that thumbnails are instantly generated because I've changed the way thumbnails are generated/shown: in FAP you can enable fast thumbs feature which generates a copy of the thumbnails in cache using an encrypted name, so no extra CPU charge and DB access to retrieve pics informations, but thumbs are instantly loaded using the IMG tag (no risk for original pics, because thumbs name are encrypted and different from the original pics names).

Anyway, each big site needs some extra customizations and I agree on the fact that if you are able to do it on your own, you may prefer having a light and stable package (like Smartor's Album is) instead of a big and possibly resource wasting (if not configured properly) package.


P.S.: I have registered at your site, but I had an SMTP error after the registration and no email has been sent to activate my account. Can you please activate it? Thanks.
_________________
Luca
Back to top
View user's profile Send private message Visit poster's website

JLA
Not So New User

Joined: 03 Dec 2004
Posts: 73

PostPosted: August 27th 2007, 7:07 am    Post subject: Reply with quote

Mighty Gorgon wrote:
Thanks JLA.

I partially agree in what you are saying regarding FAP, because it is true that it has many features which may not be suitable for big galleries, but it is true as well that most of them may be disabled with a single click in ACP.

Plus I spent many hours in coding GD functions, and trying to figure out how to speed up thumbnails generations and optimize images handling, and I'm sure you will like some of the features FAP has... multiple uploads, instant gallery without db, pics rss, fast thumbs, pics bbcodes, slideshows...

For example if you try to load any gallery page on my site you will see that thumbnails are instantly generated because I've changed the way thumbnails are generated/shown: in FAP you can enable fast thumbs feature which generates a copy of the thumbnails in cache using an encrypted name, so no extra CPU charge and DB access to retrieve pics informations, but thumbs are instantly loaded using the IMG tag (no risk for original pics, because thumbs name are encrypted and different from the original pics names).

Anyway, each big site needs some extra customizations and I agree on the fact that if you are able to do it on your own, you may prefer having a light and stable package (like Smartor's Album is) instead of a big and possibly resource wasting (if not configured properly) package.


P.S.: I have registered at your site, but I had an SMTP error after the registration and no email has been sent to activate my account. Can you please activate it? Thanks.


I sent a message over to one of the admin team about your SMTP error and I believe they corrected the error - thanks for the info

Also was asked that you PM the admin if you have a chance as the project lead on our gallery would be interested in talking to you further regarding some of the things you have mentioned.

Thanks
_________________
http://www.jlaforums.com
Back to top
View user's profile Send private message

Mighty Gorgon
Not So New User

Joined: 10 Aug 2007
Posts: 39
Location: Italy

PostPosted: August 27th 2007, 11:09 am    Post subject: Reply with quote

JLA wrote:
I sent a message over to one of the admin team about your SMTP error and I believe they corrected the error - thanks for the info

Also was asked that you PM the admin if you have a chance as the project lead on our gallery would be interested in talking to you further regarding some of the things you have mentioned.

Thanks

Can you give me the user ID I have to PM? Or he can contact me directly... my username is Mighty Gorgon on every phpBB related forum.
_________________
Luca
Back to top
View user's profile Send private message Visit poster's website

JLA
Not So New User

Joined: 03 Dec 2004
Posts: 73

PostPosted: August 27th 2007, 8:16 pm    Post subject: Reply with quote

Mighty Gorgon wrote:
JLA wrote:
I sent a message over to one of the admin team about your SMTP error and I believe they corrected the error - thanks for the info

Also was asked that you PM the admin if you have a chance as the project lead on our gallery would be interested in talking to you further regarding some of the things you have mentioned.

Thanks

Can you give me the user ID I have to PM? Or he can contact me directly... my username is Mighty Gorgon on every phpBB related forum.


We all use the same ID here and on our site. Just PM JLA
_________________
http://www.jlaforums.com
Back to top
View user's profile Send private message

JLA
Not So New User

Joined: 03 Dec 2004
Posts: 73

PostPosted: January 28th 2008, 12:14 pm    Post subject: Reply with quote

We have an update on our progress to speed up the Smartor Photo Album Gallery.

As you may have last read, we had significantly improved the speed of the album index by removing much of the function and moving the cat count to a static value. We also added a full search feature that had cached results. There were still a few problems. At the time our galleries had over 500,000 pictures so the following problems still existed.

1. Album Cat, Album Page and Album pic still were too slow
2. The initial search for a terms too WAY TOO LONG. It was find after that as the results were cached but the initial search would take forever.

We finally worked out these issues and now our gallery is at 900,000 pictures and it is running GREAT!.

We solved the album cat, album page and album pic issue by

1. Removing the poorly written queries that included unnecessary joins - moved the cat count to a static value and reassigned some variables.

2. Improved the search to get rid of the %LIKE% and went with MATCH AGAINST in BOOLEAN mode instead. Searches are lightning fast now. Of course the permissions system is in full effect for all searches as well.


One of the nagging issues we had was the removal on album index of the last post info. We finally solved this by using an album cache to cache last post info so now we have for each category a thumbnail for the last posted picture along with last posted picture information too.

We have taken this mod to a whole new level with these changes and see that this mod will support our 10 million picture capacity with no further problems.
_________________
http://www.jlaforums.com
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    phpBBHacks.com Support Forums Forum Index -> phpBB 2 Hack Development All times are GMT - 6 Hours
Goto page Previous  1, 2, 3
Page 3 of 3
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Links: Big Message Boards - Free JavaScript - phpBB2 - phpbb styles - Suporte phpBB - phpBB.it - phpBB Česky - phpBB Turkiye - phpBBArabia.com - phpBB-fr.com - Romanian phpBB online community - phpBB-TW.net - phpBBservice.nl - phpBB Brasil

Network: iFroggy Network Blog - iFroggy Hosting - SportsForums.net - KarateForums.com - YanksBlog.com - PhotoshopForums.com - DeveloperCube - Managing Online Forums - ManagingCommunities.com - CommunityAdmins.com - DrGregHouse.com - Bad Boy Blog - BadBoyForums.com - SodaRatings.com - Patrick O'Keefe

< Advertising - Contact Us - Staff - User Guidelines >

Copyright © 2001-2008. iFroggy Network, phpBBHacks.com. All Rights Reserved. Privacy Policy. We Support phpBBHacks.com (of course!).
Powered by phpBB © phpBB Group. phpBB SEO. Hosted by 100MegsWebHosting. We are in no way affiliated with the phpBB Group. phpBB is copyright to the phpBB Group.