Contentteller

Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >

Speeding up page load

Discussion in 'Version 1.x' started by lalawren, Nov 2, 2005.

Page 4 of 5
< Prev 1 2 3 4 5 Next >
  1. randy Guest

    Speeding up page load

    I have upgraded your php to php 4.4.1 and restored the mysql medium config settings. The SQL database was not the bottleneck, as all threads were idle when trying to load the page. Strace provided some inconclusive results concerning errors loading the template files.
    randy, Dec 7, 2005
    #61
  2. randy Guest

    Speeding up page load

    The website that was doing very well

    http://www.retirement-retirement.com is now frozen when I post new articles like the others
    randy, Dec 7, 2005
    #62
  3. Philipp Guest

    Speeding up page load

    There are only two possibilities:

    1) One of your modifications is causing this problem. I could look into it if you provide the requested files (see post #2055) or a full zip with all your modified files.
    2) There is a problem with the server configuration.
    Philipp, Dec 8, 2005
    #63
  4. randy Guest

    Speeding up page load

    We e-mailed it
    randy, Dec 8, 2005
    #64
  5. Philipp Guest

    Speeding up page load

    Thanks Randy. I need more files. Can you send me a zip with all templates and CMS files?
    Philipp, Dec 8, 2005
    #65
  6. randy Guest

    Speeding up page load

    We e-mailed it
    randy, Dec 11, 2005
    #66
  7. Philipp Guest

    Speeding up page load

    I just tried your templates with my biggest test database (around 60,000 news). The performance is nearly identically to the original templates. I also cannot reproduce any crash problem.

    My best guess is that your current VPS environment is to strict configured. Perhaps your webhosting provider can move your sites to one of the better shared hosting accounts?
    Philipp, Dec 12, 2005
    #67
  8. randy Guest

    Speeding up page load

    The site work very well until I add new content. I would hate to move again because the last move was so ugly and I believe this server company has a good platform much better than the shared services we came from. Your sites work well, but the problem is when I add new content the main page becomes frozen, the back pages work but at a lower rate. Did you test when dealing with adding content?
    randy, Dec 12, 2005
    #68
  9. randy Guest

    Speeding up page load

    I have to say I'm frustrated, the server company says their platform runs great that the problem is software. The platform seems to run well and they have very good service. After reviewed them I believe they have the best platform on the market.

    The software company says it's software runs great that it's a server platform, I know the software has tremendous success with other sites, and that success would not be attainable with my issues, for my needs I thought and still do believe that it's the best product on the market.

    The search engines and many of our better clients have pretty much dropped us because are up time might be 7/24 and the industry is use to 24/7. These events have been constant for over 45 day. It truly is really hurting our business, time involement, and costly.

    It's funny because i do believe these are both outstanding products but how do we get a working solution.

    The program and server run fine until we add content, and the server is not overloaded. My frustration would end tomorrow if we could only fix the problem.
    randy, Dec 12, 2005
    #69
  10. Philipp Guest

    Speeding up page load

    Did you test when dealing with adding content?
    Yes. I think your current VPS environment have a problem with rebuilding the main page cache. The main page cache gets deleted each time after you add new content.

    One thing you could try is limiting the numbers of articles on the main page to 10 or 20 articles. To limit the number of articles: cadmin => Other/Websites => Edit => Max. News
    Philipp, Dec 12, 2005
    #70
  11. randy Guest

    Speeding up page load

    ----------------------------------------------------------------------------
    Hello,

    My best recommendation is to let the software developer have complete access to your VPS. Beyond that, we could possibly look at a dedicated solution. But that means a higher cost.
    randy, Dec 12, 2005
    #71
  12. Philipp Guest

    Speeding up page load

    I may found another workaround to speed up the rebuilding of the main page cache. Open index.php and remove the following lines:

    Code:
    if (!$insert[story_html]) 
                    {
                        $insert[story_text] = DeChomp($insert[story_text]);
                    }
                    if ($insert[story_icon]) 
                    {
                        $insert[story_text] = Icons($insert[story_text]);
                    }
                    if ($insert[story_code]) 
                    {
                        $insert[story_text] = Code($insert[story_text]);
                    }
    
                    $insert[story_text] = eregi_replace("\[thumb\]([^\[]*)\[/thumb\]", "<a href="javascript:FullWin('thumb.php?img=\1&action=full&section=news')"><img src="thumb.php?img=\1&section=news" border="0"></a>", $insert[story_text]);
                    $insert[story_text] = eregi_replace("\[thumbleft\]([^\[]*)\[/thumbleft\]", "<a href="javascript:FullWin('thumb.php?img=\1&action=full&section=news')"><img src="thumb.php?img=\1&section=news" border="0" align="left" hspace="10" vspace="10"></a>", $insert[story_text]);
                    $insert[story_text] = eregi_replace("\[thumbright\]([^\[]*)\[/thumbright\]", "<a href="javascript:FullWin('thumb.php?img=\1&action=full&section=news')"><img src="thumb.php?img=\1&section=news" border="0" align="right" hspace="10" vspace="10"></a>", $insert[story_text]);                                
                                     
                    if ($blocks[website_ads])                                 
                    {
                        $insert[story_text] = DoAds($insert[story_text]);
                    }
    These lines are two times in the index.php script. Remove both.

    Removing these lines will disable the parsing of block code, smilies, and text ads during the rebuild of the main page cache. This will significantly speed up the script, especially with 100 articles on the main page.
    Philipp, Dec 12, 2005
    #72
  13. randy Guest

    Speeding up page load

    I think that was it! Yeah :)..!
    randy, Dec 13, 2005
    #73
  14. randy Guest

    Speeding up page load

    Thanks again I have a couple of small issues when you add a new article
    sometime the article does this. One is

    "environment�i.e., an FDIC insured bank account. Risk comes in various forms, but the average investor�s primary concerns are �credit� and �market� risk� "

    It sometime adds symbols mainly when you use a '.

    I believe it to all three sites

    www.investment-investment.us
    www.business-business.biz
    www.retirement-retirement.com



    Thanks for all your help.
    randy, Dec 22, 2005
    #74
  15. Philipp Guest

    Speeding up page load

    When that happens? Are you using the "News Import" feature to import articles over RSS?
    Philipp, Dec 22, 2005
    #75
  16. randy Guest

    Speeding up page load

    Hand posting
    randy, Jan 3, 2006
    #76
  17. Philipp Guest

    Speeding up page load

    Try the following:
    Set "Allow HTML only in HTML formating mode:" to "No" in Other/Config

    Let me know if this fix your problem
    Philipp, Jan 4, 2006
    #77
  18. randy Guest

    Speeding up page load

    It is set to "no" on all 3 sites. I didn't have to change anything
    randy, Jan 5, 2006
    #78
  19. Philipp Guest

    Speeding up page load

    Are these chars visible on the front page or only in the admin section?
    Philipp, Jan 5, 2006
    #79
  20. randy Guest

    Speeding up page load

    Fron page yes. every page and tittle.
    randy, Jan 7, 2006
    #80
Show Ignored Content
Page 4 of 5
< Prev 1 2 3 4 5 Next >

Share This Page

Tweet
Forgot your password?
Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Useful Searches

  • Recent Threads
More...
    Forum software by XenForo™ ©2010-2012 XenForo Ltd.