PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   PP 5.13 > 5.2 : successfull upgraded (http://www.photopost.com/forum/photopost-pro-how-do-i/115939-pp-5-13-5-2-successfull-upgraded.html)

flat October 1st, 2005 11:10 AM

PP 5.13 > 5.2 : successfull upgraded
 
Hi !
I just upgraded my galeries and I had no big problem.
I got some queries errors but it was due to my header file that etablished MySQL connexions and conflicted with PP, so I had to force to open new connexions like that :
Code:

Content visible to verified customers only.
So I suggest to everyone who has upgrade problems to remove custom header and footer files.

I just have a question about this new version : what is exactly the new parameter "Use photo view caching to reduce view update queries on high load sites" ?
Should I enable this feature ?
Thanks :)

Michael P October 1st, 2005 05:38 PM

It's enabled by default (set to 10 minutes) and will not show as much of an improvement on smaller sites, but does reduce queries on the main index page and results in much faster load times for larger sites.

flat October 2nd, 2005 04:30 AM

Hi Michael,
I have the following option that is set by default to 10 minutes :
"Minutes to cache index page data for featured photos, statistics and PALs?"

But there is another option, disabled by default :
Use photo view caching to reduce view update queries on high load sites?
Set this to YES if you want to enable the view caching code which caches photo view updates

What is exactly "photo view caching" and "view update queries" ?
Thanks :)

Chuck S October 2nd, 2005 09:41 AM

Two separate items

Basically photo view cache cache's photo views so we are not writing a query to the database every time a photo is viewed

Now the other is the new cache system to load things faster. It loads the entire front page from a cache table instead of using double the queries and grabbing all the data so it saves time and queries


All times are GMT -5. The time now is 01:14 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97