magesolutions
Total Posts: 99
Joined: 2013-02-03
Dear all,
I am very new in Magento but I heard my friends tell me it ‘s top commerce solution. But the problem is after I install it it work too slow, sometimes it take more than 10 mins to load one page.
Please help me to solve this problem, I just install a brand new Magento version without any modification.
Thanks,
Kate
Signature
The best Magento Hosting Solution
Posted: February 4 2013
| top
CARTZLink
Total Posts: 4
Joined: 2012-06-18
You need a properly tuned shared hosting service for magento otherwise it will run too slow.
Magento Optimized Hosting is available for around USD 17.54 to USD 60 / Month
Posted: February 7 2013
| top
| # 4
magesolutions
Total Posts: 99
Joined: 2013-02-03
CARTZLink - 06 February 2013 10:42 PM
You need a properly tuned shared hosting service for magento otherwise it will run too slow.
Magento Optimized Hosting is available for around USD 17.54 to USD 60 / Month
Yes, I thought so too but when I tried the suggestion from this http://magentohostsolution.com it work very well with siteground without any problem.
Signature
The best Magento Hosting Solution
Posted: February 8 2013
| top
| # 5
MagenX
Total Posts: 649
Joined: 2008-05-26
Dublin
- imkate - phamhphuc beafully . vn Registrant : Ông Phạm Hồng Phúc = phamhphuc + ns1 . digipowerdns . com + ns2 . digipowerdns . com magentohostsolution . com Registrant : Ông Phạm Hồng Phúc + ns1 . digipowerdns . com + ns2 . digipowerdns . com
Vietnamese brothers in the pursuit of a good SEO.
Go Go Go Varien, make one more captcha for loyal customers, but keep all sorts of nonsense on these forums ...
ps. your $3.95 hosting is sucks, and Cloudflare is not a real CDN, so you twice failed…
Signature
█ MagenX - Magento and Nginx Performance Tuning Services
█ FPC Installation • MySQL Tuning • Server Optimization • now 90 days Support included
█ http://www.magenx.com | | magento nginx config: http://nginxconfig.com || magento mysql settings -> my.cnf
Posted: February 8 2013
| top
| # 6
magento2x
Total Posts: 64
Joined: 2013-02-20
Hi magesolutions,
It ‘s seem you got enough information from your refer link in your signature?
Signature
Magento2x.com help to speed up your Magento Shop
Posted: February 20 2013
| top
| # 7
GoMageTeam
Total Posts: 154
Joined: 2013-01-13
Warsaw, Poland
You need a good hosting or it would be better VPS/VDS
Then you can install the Fooman Speedster and HTML Minification extensions from Jeemon.
Also the optimization of the .htaccess file enabling gzip compression will help:
< IfModule mod_deflate . c > # Force deflate for mangled headers developer.yahoo.com/blogs/ydn/posts/2010/12/pushing-beyond-gzipping/ < IfModule mod_setenvif . c > < IfModule mod_headers . c > SetEnvIfNoCase ^( Accept - EncodXng | X - cept - Encoding | X{15} |~ {15} |- {15} )$ ^(( gzip | deflate ) \s ,? \s ( gzip | deflate )?| X{4 , 13} |~ {4 , 13} |- {4 , 13} )$ HAVE_Accept - Encoding RequestHeader append Accept - Encoding "gzip,deflate" env = HAVE_Accept - Encoding </ IfModule > </ IfModule > # HTML, TXT, CSS, JavaScript, JSON, XML, HTC: < IfModule filter_module > FilterDeclare COMPRESS FilterProvider COMPRESS DEFLATE resp = Content - Type / text /( html | css | javascript | plain | x ( ml |- component ))/ FilterProvider COMPRESS DEFLATE resp = Content - Type / application /( javascript | json | xml | x - javascript )/ FilterChain COMPRESS FilterProtocol COMPRESS change = yes ; byteranges = no </ IfModule > </ IfModule >
You further actions should be the next: to install the APC (php accelerator) and Memcached (the system of memory caching).
Here is the example of the configuration app/etc/local.xml:
<global> < cache > < backend > Apc </ backend > < slow_backend > Memcached </ slow_backend > < fast_backend > Apc </ fast_backend > < slow_backend_options > < servers > < server > < host ><! [CDATA[127.0.0.1]] ></ host > < port ><! [CDATA[11211]] ></ port > < persistent ><! [CDATA[1]] ></ persistent > </ server > </ servers > < compression ><! [CDATA[]] ></ compression > < cache_dir ><! [CDATA[]] ></ cache_dir > < hashed_directory_level ><! [CDATA[]] ></ hashed_directory_level > < hashed_directory_umask ><! [CDATA[]] ></ hashed_directory_umask > < file_name_prefix ><! [CDATA[]] ></ file_name_prefix > </ slow_backend_options > < memcached > < servers > < server > < host ><! [CDATA[127.0.0.1]] ></ host > < port ><! [CDATA[11211]] ></ port > < persistent ><! [CDATA[1]] ></ persistent > </ server > </ servers > < compression ><! [CDATA[]] ></ compression > < cache_dir ><! [CDATA[]] ></ cache_dir > < hashed_directory_level ><! [CDATA[]] ></ hashed_directory_level > < hashed_directory_umask ><! [CDATA[]] ></ hashed_directory_umask > < file_name_prefix ><! [CDATA[]] ></ file_name_prefix > </ memcached > </ cache > </global>
And you can try Varnish Cache, it can give you a good acceleration, but you will probably need the help of the system administrator.
Signature
• Bronze Partner of Magento
• A high-leveled development company – Providing easy, comfortable and useful Magento extensions
• The supporters of qualified and fast service. Find out more here: http://www.gomage.com
Posted: February 22 2013
| top
| # 8