Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Larger Sites
#4
(2013-02-09, 07:29:44)bhwebco Wrote: Yeah I knew it supported that I was just using it as the generalized small site figure. I was just curious if GS had any limits on the amount of pages it can handle

Basically the GS frontend should work even with 1000+ pages quite performant, as basically independent of the number of pages only one page XML is read and output. The only parts growing with the number of pages are:
  • since GS 3.1 all fields of all pages (with the exception of the content field) are cached in one file, which is read for each request, EVEN IF IT IS NOT NEEDED. If you use custom fields with I18N custom fields or I18N special pages, they are cached in ANY CASE, even if they are content like fields (e.g. for 2-column layouts). Thus the cache file might get very large.
  • if you use queries to search the cache, the time needed will be proportional to the number of pages (but probably neglectable to the time needed for reading), but displaying the excerpts, etc. of the found pages will only depend on the number to be displayed, not the total number of pages.
  • if you use the I18N plugin, the plugin uses its own cache file for the navigation - with only the necessary fields - which was great for pre-3.1 and would still be great, if just the GS cache used lazy loading.
  • if you use I18N search, the indexing time grows with the number of pages - but this is just for the first user searching. However, depending on your configuration, you might run out of time (maximum execution time of PHP) or memory.
  • searching with I18N search is of course approximately proportional to the number of pages. You might want to switch off the AJAX features (like live search).

On the backend:
  • the main problem is the display of all pages - it will take longer for more pages. And if you don't use the I18N plugin, you won't be able to find anything in the long list.
  • when you update pages, cache files (like the GS cache, the I18N navigation cache, the I18N search index) might be recreated (if it is not done lazy on first use) - you might have to wait a long time after saving and there is the danger of too large a PHP execution time or memory.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
Larger Sites - by bhwebco - 2013-02-09, 06:47:42
RE: Larger Sites - by shawn_a - 2013-02-09, 06:51:37
RE: Larger Sites - by bhwebco - 2013-02-09, 07:29:44
RE: Larger Sites - by mvlcek - 2013-02-09, 09:00:51
RE: Larger Sites - by shawn_a - 2013-02-09, 09:16:13
RE: Larger Sites - by bhwebco - 2013-02-09, 09:58:10
RE: Larger Sites - by shovenose - 2013-02-10, 16:14:41
RE: Larger Sites - by shawn_a - 2013-02-11, 02:23:06
RE: Larger Sites - by E.Eliveld - 2013-02-25, 22:14:14
RE: Larger Sites - by Carlos - 2013-02-26, 00:43:23
RE: Larger Sites - by shawn_a - 2013-02-26, 00:33:27
RE: Larger Sites - by E.Eliveld - 2013-02-26, 02:36:35
RE: Larger Sites - by shawn_a - 2013-02-26, 00:52:57
RE: Larger Sites - by Carlos - 2013-03-16, 05:44:55
RE: Larger Sites - by mvlcek - 2013-03-19, 02:31:14
RE: Larger Sites - by shawn_a - 2013-02-26, 02:52:33
RE: Larger Sites - by shawn_a - 2013-03-16, 06:24:56
RE: Larger Sites - by Carlos - 2013-03-16, 06:59:52
RE: Larger Sites - by shawn_a - 2013-03-16, 10:26:26
RE: Larger Sites - by shovenose - 2013-03-16, 11:20:10
RE: Larger Sites - by Carlos - 2013-03-16, 18:31:39
RE: Larger Sites - by shawn_a - 2013-03-17, 00:28:33
RE: Larger Sites - by Carlos - 2013-03-17, 07:47:44
RE: Larger Sites - by shawn_a - 2013-03-19, 02:37:51
RE: Larger Sites - by Carlos - 2013-03-19, 18:02:14
RE: Larger Sites - by bandrzej - 2013-05-03, 05:31:29
RE: Larger Sites - by shawn_a - 2013-05-03, 06:12:58
RE: Larger Sites - by bandrzej - 2013-05-05, 22:26:19
RE: Larger Sites - by shawn_a - 2013-05-06, 00:24:55
RE: Larger Sites - by shawn_a - 2013-12-06, 23:47:07



Users browsing this thread: 1 Guest(s)