Jump to content

Torsten Baldes

Members
  • Posts

    188
  • Joined

  • Last visited

Everything posted by Torsten Baldes

  1. Hi, i noticed on my sites and also on other processwire sites, that the time to the first byte is quite long (> 500ms). Is there a way to speed up this waiting time, without using plugins like ProCache? i benchmarked some sites from the showcase and from Processwire weekly and nearly all of them perform bad at First Byte Time. is this related to Processwire or just standard behaviour for php/cms sites? Here are the tests: First Byte Time - Grade F URL: http://c-logistic.de/ Test: http://www.webpagetest.org/result/150601_J7_3992e9491b6acf72f73f10441880e6a2/ URL: http://von-bergh.de/ Test: http://www.webpagetest.org/result/150601_8S_cc7abdaa6519aae4904ea067ca5adf3c/ URL: http://www.canton.de/ Test: http://www.webpagetest.org/result/150601_7S_a8d3c3cf3d4f8ad2c3d3048a31864c81/ URL: https://www.maletschek.at/ Test: http://www.webpagetest.org/result/150601_42_8379a987c81ee2b8aa11f50b7a74694c/ URL: http://www.deichtorhallen25.de/ Test: http://www.webpagetest.org/result/150601_SS_90b428db03a86a5a309bd80aec294706/ URL: http://www.orkork.de/ Test: http://www.webpagetest.org/result/150601_VJ_63b76ec1ab9f37a93b9776320059a0a6/ URL: http://www.dojofuckingyeah.de/ Test: http://www.webpagetest.org/result/150601_J5_db3c199ddb74cfae513bbbe775b947c8/ URL: http://www.schloss-marienburg.de/ Test: http://www.webpagetest.org/result/150601_KY_01db3003b66dfad3b91aa40cbfda8f82/ First Byte Time - Grade C URL: http://www.grupoolmos.com/ Test: http://www.webpagetest.org/result/150601_ZH_8b9a2af518a9ac0cb30130e2aa3d3f2d/ URL: http://www.pipistrello.ch/ Test: http://www.webpagetest.org/result/150601_RK_5cf4d97c7fe1d4db3a145c565a84069f/ URL: http://transformationswerk.de/ Test: http://www.webpagetest.org/result/150601_9D_f16e00a262ec9d30b19ff67a290216ca/ URL: http://transformationswerk.de/ Test: http://www.webpagetest.org/result/150601_9D_f16e00a262ec9d30b19ff67a290216ca/ First Byte Time - Grade B URL: http://brakhax2.com/ Test: http://www.webpagetest.org/result/150601_JE_6552783547f8f7b73945a4698af8f231/ First Byte Time - Grade A URL: http://www.1815.ch/ Test: http://www.webpagetest.org/result/150601_Z5_f97b31533f61453aaeefc6cafef20e83/ URL: http://new.korona-licht.de/ Test: http://www.webpagetest.org/result/150601_RD_37ece6079e30ff5858c95db932f91e30/ URL: http://processwire.com Test: http://www.webpagetest.org/result/150601_V0_c812f846f6555e506fbd2b8ba9efe2e6/ Thanks!
  2. Great site! I noticed the fast loading times (especially "time to first byte"). do you use ProCache or any other caching solution? thanks.
  3. Was ich mich ja immer frage bei sowas und überhaupt bei dem HomeAutomation-Zeugs: Wohnen die alle alleine zu Hause? https://t.co/1VNBBwHJ2s

  4. @felix thanks for these great ressources! do you use or is it possible to use the processwire template caching with flush and/or critical css? thanks!
  5. i didn't fully understand the purpose but it sounds like i could use this in one of my next projects. danke!
  6. RT @panne_t: Das Westfalen-Blatt im Jahr 2015. Sehr fortschrittlich. http://t.co/X0VFvtzeAB

  7. RT @amazingmap: Amazingly comprehensive map of every country in the world that uses the MMDDYYYY format http://t.co/aNFOHW3oiC

  8. yeah, i've set it to 4 (just to make sure it's high enough), but the parent item is only marked current, when i include the children (include_children => 1). but, with these settings the childpages are also included in the html of the menu, which i don't want. here are my settings: $menuOptions = array( 'current_class' => 'current', 'include_children' => 1,//show 'natural' MB non-native descendant items as part of navigation 'm_max_level' => 1,//how deep to fetch 'include_children' 'current_class_level' => 4,//how high up the ancestral tree to apply 'current_class' ); thanks!
  9. Sorry to bother you, but i have a question regarding the current menu item. I know, you discussed this with dazzyweb, but i couldn't the right answer. I have a projects overview page with multiple projects underneath. I just want to include the overview page in my menu and not all the projects. But i want to mark the parent page (project overview) as current, when i'm on a child page (project detail). Is this possible? How would i do that? Thanks!
  10. RT @embedly: Facebook’s Embedded Player is Broken, Here’s What They Can Fix to be a Serious YouTube Competitor: http://t.co/addZwpOPMM

  11. Kommt auch nicht oft vor, dass mir Hirschhausen sympathisch ist! Aber hier schafft er das sehr gut. #hartaberfair

  12. Sorry to confuse you. ;-) These are my settings for Pia. Just for completeness, here are the other image related modules i use: Images FocusArea Image Extra What can i do to help you further with this issue?
  13. Hallo Horst, I did a small Screencast to show you my steps to reproduce this error: http://cl.ly/3p0b411B441L I hope it's useful. I also just updated to the latest dev-version, but the error still remains. Thanks!
  14. I used Slick on several projects and it worked really well. There's also http://www.idangero.us/swiper/ which is similar to slick but with more options regarding the transitions and layout.
  15. I got an error when i tried to crop an image with the new processwire croppingfeature and PIA installed. TemplateFile: Unknown Selector operator: '' -- was your selector value properly escaped? field='1121', value='', selector: '1121' #0 /Users/jondoe/Documents/localdev/wire/core/Selectors.php(284): Selectors->create('1121', '', '') #1 /Users/jondoe/Documents/localdev/wire/core/Selectors.php(81): Selectors->extractString('1121') #2 /Users/jondoe/Documents/localdev/site/modules/PageimageAssistant/PageimageAssistant.module(378): Selectors->__construct('1121') #3 /Users/jondoe/Documents/localdev/site/modules/PageimageAssistant/PageimageAssistant.module(227): PageimageAssistant::selector2array('1121') #4 /Users/jondoe/Documents/localdev/site/modules/PageimageAssistant/PageimageAssistant.module(160): PageimageAssistant->getSizeParams(0, 0, 1121, 'piacrop') #5 /Users/jondoe/Documents/localdev/wire/core/Wire.php(388): PageimageAssistant->PiaMakeCrop(Object(HookEvent)) #6 /Users/jondoe/Documents/localdev/wire/core/Wire.php(321): Wire->runHooks('crop', Array) #7 /Users/jondoe/Documents/localdev/wire/modules/Process/ProcessPageEditImageSelect/ProcessPageEditImageSelect.module(914): Wire->__call('crop', Array) #8 /Users/jondoe/Documents/localdev/wire/modules/Process/ProcessPageEditImageSelect/ProcessPageEditImageSelect.module(914): Pageimage->crop(1121, 764, 736, 419, Array) #9 /Users/jondoe/Documents/localdev/wire/modules/Process/ProcessPageEditImageSelect/ProcessPageEditImageSelect.module(556): ProcessPageEditImageSelect->processCrop() #10 [internal function]: ProcessPageEditImageSelect->___executeEdit() #11 /Users/jondoe/Documents/localdev/wire/core/Wire.php(366): call_user_func_array(Array, Array) #12 /Users/jondoe/Documents/localdev/wire/core/Wire.php(321): Wire->runHooks('executeEdit', Array) #13 /Users/jondoe/Documents/localdev/wire/core/ProcessController.php(213): Wire->__call('executeEdit', Array) #14 /Users/jondoe/Documents/localdev/wire/core/ProcessController.php(213): ProcessPageEditImageSelect->executeEdit() #15 [internal function]: ProcessController->___execute() #16 /Users/jondoe/Documents/localdev/wire/core/Wire.php(366): call_user_func_array(Array, Array) #17 /Users/jondoe/Documents/localdev/wire/core/Wire.php(321): Wire->runHooks('execute', Array) #18 /Users/jondoe/Documents/localdev/wire/core/admin.php(93): Wire->__call('execute', Array) #19 /Users/jondoe/Documents/localdev/wire/core/admin.php(93): ProcessController->execute() #20 /Users/jondoe/Documents/localdev/wire/modules/AdminTheme/AdminThemeDefault/controller.php(13): require('/Users/jondoe/D...') #21 /Users/jondoe/Documents/localdev/site/templates/admin.php(15): require('/Users/jondoe/D...') #22 /Users/jondoe/Documents/localdev/wire/core/TemplateFile.php(169): require('/Users/jondoe/D...') #23 [internal function]: TemplateFile->___render() #24 /Users/jondoe/Documents/localdev/wire/core/Wire.php(366): call_user_func_array(Array, Array) #25 /Users/jondoe/Documents/localdev/wire/core/Wire.php(321): Wire->runHooks('render', Array) #26 /Users/jondoe/Documents/localdev/wire/modules/PageRender.module(356): Wire->__call('render', Array) #27 /Users/jondoe/Documents/localdev/wire/modules/PageRender.module(356): TemplateFile->render() #28 [internal function]: PageRender->___renderPage(Object(HookEvent)) #29 /Users/jondoe/Documents/localdev/wire/core/Wire.php(366): call_user_func_array(Array, Array) #30 /Users/jondoe/Documents/localdev/wire/core/Wire.php(321): Wire->runHooks('renderPage', Array) #31 /Users/jondoe/Documents/localdev/wire/core/Wire.php(388): Wire->__call('renderPage', Array) #32 /Users/jondoe/Documents/localdev/wire/core/Wire.php(388): PageRender->renderPage(Object(HookEvent)) #33 /Users/jondoe/Documents/localdev/wire/core/Wire.php(321): Wire->runHooks('render', Array) #34 /Users/jondoe/Documents/localdev/wire/modules/Process/ProcessPageView.module(172): Wire->__call('render', Array) #35 /Users/jondoe/Documents/localdev/wire/modules/Process/ProcessPageView.module(172): Page->render() #36 [internal function]: ProcessPageView->___execute(true) #37 /Users/jondoe/Documents/localdev/wire/core/Wire.php(366): call_user_func_array(Array, Array) #38 /Users/jondoe/Documents/localdev/wire/core/Wire.php(321): Wire->runHooks('execute', Array) #39 /Users/jondoe/Documents/localdev/index.php(240): Wire->__call('execute', Array) #40 /Users/jondoe/Documents/localdev/index.php(240): ProcessPageView->execute(true) #41 {main} This happens when I try to save my cropped selection. (I turned debug on to get the longer error message.) When I uninstall PIA it works without problems. I use PW 2.5.22 and PIA 0.2.2
  16. RT @behrendtio: In case you missed my talk about #emberjs last week or need the slides, here you go: http://t.co/zEZRbI61Un

  17. RT @marcusengert: Der @gregsche aus unserer Musikred. wird diese CD in ein mit Alufolie umwickeltes Kassettendeck stopfen. https://t.co/qf3…

  18. RT @weltmacht: Vielleicht sollten wir nicht nur “Impfen” diskutieren… Angst. http://t.co/lxDh4XPRsV

  19. RT @harryfk: Wow, this gotta be the best, most concise summary of what’s wrong with Scrum and how to do better: http://t.co/mWcc3882tK via …

  20. RT @leipzigjs: Review of last meeting yesterday. Thanks all attendees.http://t.co/Wbws8OPc1i

×
×
  • Create New...