{"id":22689,"date":"2026-04-08T09:50:00","date_gmt":"2026-04-08T07:50:00","guid":{"rendered":"https:\/\/www.chinasmartbuy.com\/blog\/?p=22689"},"modified":"2026-04-08T09:49:52","modified_gmt":"2026-04-08T07:49:52","slug":"oppo-find-x9s-pro-geekbench-dimensity-9500","status":"publish","type":"post","link":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/","title":{"rendered":"OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&#038;family=DM+Sans:wght@400;500;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  .x9s-wrap,\n  .x9s-wrap * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .x9s-wrap {\n    --x9s-red: #CC1B1B;\n    --x9s-red-soft: rgba(204, 27, 27, 0.08);\n    --x9s-text: #1a1a1a;\n    --x9s-muted: #666;\n    --x9s-border: #ebebeb;\n    --x9s-bg: #f5f4f2;\n    --x9s-card: #ffffff;\n    --x9s-bebas: 'Bebas Neue', sans-serif;\n    --x9s-dm: 'DM Sans', sans-serif;\n\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 24px 80px;\n    font-family: var(--x9s-dm);\n    color: var(--x9s-text);\n    overflow-x: hidden;\n    display: flex;\n    flex-direction: column;\n    gap: 36px;\n    word-break: break-word;\n    overflow-wrap: anywhere;\n  }\n\n  .x9s-intro {\n    border-top: 3px solid var(--x9s-red);\n    padding-top: 18px;\n  }\n\n  .x9s-intro p,\n  .x9s-section p {\n    font-size: 17px;\n    line-height: 1.75;\n    color: var(--x9s-text);\n  }\n\n  .x9s-intro p + p,\n  .x9s-section p + p {\n    margin-top: 16px;\n  }\n\n  .x9s-img-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n    gap: 12px;\n    margin: 4px 0;\n  }\n\n  .x9s-img {\n    min-width: 0;\n    border-radius: 14px;\n    overflow: hidden;\n    background: #fff;\n    border: 1px solid var(--x9s-border);\n    box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n    cursor: zoom-in;\n    transition: opacity 0.18s ease;\n  }\n\n  .x9s-img:hover {\n    opacity: 0.94;\n  }\n\n  .x9s-img img {\n    width: 100%;\n    display: block;\n    height: auto;\n  }\n\n  .x9s-section {\n    display: flex;\n    flex-direction: column;\n    gap: 18px;\n  }\n\n  .x9s-section-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--x9s-red);\n  }\n\n  .x9s-section-label::before {\n    content: \"\";\n    display: block;\n    width: 18px;\n    height: 2px;\n    background: var(--x9s-red);\n  }\n\n  .x9s-section h2 {\n    font-family: var(--x9s-bebas);\n    font-size: clamp(29px, 4vw, 40px);\n    line-height: 1.02;\n    letter-spacing: 0.04em;\n    color: var(--x9s-text);\n  }\n\n  .x9s-section h2 span {\n    color: var(--x9s-red);\n  }\n\n  .x9s-highlight {\n    background: var(--x9s-red-soft);\n    border-left: 4px solid var(--x9s-red);\n    padding: 14px 16px;\n    border-radius: 10px;\n    font-size: 15px;\n    line-height: 1.65;\n    color: var(--x9s-text);\n  }\n\n  .x9s-info {\n    background: var(--x9s-bg);\n    border: 1px solid var(--x9s-border);\n    border-radius: 12px;\n    padding: 14px 16px;\n    font-size: 15px;\n    line-height: 1.65;\n    color: var(--x9s-muted);\n  }\n\n  .x9s-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .x9s-spec-item {\n    min-width: 0;\n    background: var(--x9s-card);\n    border: 1px solid var(--x9s-border);\n    border-radius: 14px;\n    padding: 16px;\n  }\n\n  .x9s-spec-item.accent {\n    border-color: rgba(204, 27, 27, 0.22);\n    background: linear-gradient(180deg, rgba(204,27,27,0.06) 0%, #fff 100%);\n  }\n\n  .x9s-spec-label {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--x9s-muted);\n    margin-bottom: 8px;\n  }\n\n  .x9s-spec-value {\n    font-size: 22px;\n    line-height: 1.15;\n    font-weight: 700;\n    color: var(--x9s-text);\n  }\n\n  .x9s-spec-sub {\n    font-size: 13px;\n    color: var(--x9s-muted);\n    margin-top: 8px;\n    line-height: 1.5;\n  }\n\n  .x9s-source {\n    display: inline-flex;\n    align-items: center;\n    color: var(--x9s-red);\n    text-decoration: none;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .x9s-source:hover {\n    text-decoration: underline;\n  }\n\n  @media (max-width: 700px) {\n    .x9s-spec-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 600px) {\n    .x9s-wrap {\n      padding: 0 14px 60px;\n      gap: 28px;\n    }\n\n    .x9s-intro p,\n    .x9s-section p {\n      font-size: 16px;\n    }\n\n    .x9s-img-grid,\n    .x9s-spec-grid {\n      grid-template-columns: minmax(0, 1fr);\n    }\n  }\n<\/style>\n\n<div class=\"x9s-wrap\">\n  <div class=\"x9s-intro\">\n    <p>L\u2019<strong>OPPO Find X9s Pro<\/strong> \u00e8 apparso in rete attraverso un nuovo passaggio su Geekbench, lasciando emergere alcuni dettagli sulla possibile piattaforma hardware del prossimo top di gamma compatto del brand. Il benchmark mostra infatti un dispositivo identificato come <strong>OPPO PME110<\/strong>, dotato di <strong>16 GB di RAM<\/strong> e <strong>Android 16<\/strong>.<\/p>\n\n    <p>Come sempre in questi casi, \u00e8 bene mantenere una certa cautela: i benchmark anticipano spesso componenti e configurazioni, ma non sostituiscono una scheda tecnica ufficiale. In questo caso, per\u00f2, il quadro sembra allinearsi alle indiscrezioni gi\u00e0 circolate nelle ultime ore.<\/p>\n  <\/div>\n\n  <div class=\"x9s-img-grid\">\n    <figure class=\"x9s-img\" data-src=\"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2026\/04\/oppo-find-x9s-geekbench.png\">\n      <img decoding=\"async\" src=\"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2026\/04\/oppo-find-x9s-geekbench.png\" alt=\"Benchmark Geekbench di OPPO Find X9s Pro\" loading=\"lazy\">\n    <\/figure>\n    <figure class=\"x9s-img\" data-src=\"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2026\/03\/Oppo-Find-X9s.jpg\">\n      <img decoding=\"async\" src=\"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2026\/03\/Oppo-Find-X9s.jpg\" alt=\"Render di OPPO Find X9s Pro\" loading=\"lazy\">\n    <\/figure>\n  <\/div>\n\n  <section class=\"x9s-section\">\n    <div class=\"x9s-section-label\">Benchmark<\/div>\n    <h2>Geekbench suggerisce il <span>Dimensity 9500<\/span><\/h2>\n\n    <p>Il test registrato su Geekbench riporta uno <strong>score single-core di 3559 punti<\/strong> e un <strong>multi-core di 10475 punti<\/strong>, valori che si posizionano in linea con quanto ci si aspetterebbe da un chipset di fascia altissima. La configurazione della CPU mostrata dal database indica inoltre un\u2019architettura a otto core con picco fino a <strong>4,21 GHz<\/strong>.<\/p>\n\n    <div class=\"x9s-highlight\">\n      <strong>Dettaglio interessante:<\/strong> il benchmark non cita direttamente il nome del SoC, ma la struttura dei core e le frequenze riportate vengono associate dalle indiscrezioni al <strong>MediaTek Dimensity 9500<\/strong>.\n    <\/div>\n\n    <p>Se queste informazioni venissero confermate, OPPO continuerebbe quindi a puntare su una piattaforma di fascia premium anche per un modello dalle dimensioni pi\u00f9 contenute, senza scendere a compromessi sul fronte delle prestazioni pure.<\/p>\n  <\/section>\n\n  <section class=\"x9s-section\">\n    <div class=\"x9s-section-label\">Display e fotocamere<\/div>\n    <h2>Un flagship compatto con focus su <span>refresh rate e zoom<\/span><\/h2>\n\n    <p>Secondo le anticipazioni emerse insieme al benchmark, OPPO Find X9s Pro dovrebbe arrivare con un <strong>display OLED da 6,32 pollici<\/strong>, risoluzione <strong>1.5K<\/strong> e refresh rate fino a <strong>144 Hz<\/strong>. Una diagonale che lo collocherebbe tra i flagship pi\u00f9 compatti del mercato, pur mantenendo una dotazione tecnica da modello superiore.<\/p>\n\n    <p>Attenzione anche al comparto fotografico. Le voci parlano di un sensore principale da <strong>200 MP<\/strong> e di un secondo modulo periscopico sempre da <strong>200 MP<\/strong>, con <strong>zoom ottico 2,8x<\/strong>. Il dispositivo potrebbe inoltre supportare un accessorio teleconverter brandizzato Hasselblad, pensato per estendere ulteriormente le capacit\u00e0 di zoom.<\/p>\n\n    <div class=\"x9s-info\">\n      <strong>Nota:<\/strong> sensori, zoom e accessorio fotografico non sono ancora stati confermati ufficialmente in tutti i dettagli, quindi al momento vanno trattati come indiscrezioni.\n    <\/div>\n  <\/section>\n\n  <section class=\"x9s-section\">\n    <div class=\"x9s-section-label\">Cosa sappiamo finora<\/div>\n    <h2>Prime specifiche emerse in attesa del <span>lancio ufficiale<\/span><\/h2>\n\n    <div class=\"x9s-spec-grid\">\n      <div class=\"x9s-spec-item accent\">\n        <div class=\"x9s-spec-label\">Chipset<\/div>\n        <div class=\"x9s-spec-value\">Dimensity 9500<\/div>\n        <div class=\"x9s-spec-sub\">Indicato indirettamente dal benchmark<\/div>\n      <\/div>\n\n      <div class=\"x9s-spec-item\">\n        <div class=\"x9s-spec-label\">Memoria<\/div>\n        <div class=\"x9s-spec-value\">16 GB RAM<\/div>\n        <div class=\"x9s-spec-sub\">Configurazione vista su Geekbench<\/div>\n      <\/div>\n\n      <div class=\"x9s-spec-item\">\n        <div class=\"x9s-spec-label\">Sistema operativo<\/div>\n        <div class=\"x9s-spec-value\">Android 16<\/div>\n        <div class=\"x9s-spec-sub\">Presente nel test benchmark<\/div>\n      <\/div>\n\n      <div class=\"x9s-spec-item\">\n        <div class=\"x9s-spec-label\">Display<\/div>\n        <div class=\"x9s-spec-value\">6,32&#8243; OLED<\/div>\n        <div class=\"x9s-spec-sub\">Risoluzione 1.5K e refresh rate a 144 Hz<\/div>\n      <\/div>\n\n      <div class=\"x9s-spec-item\">\n        <div class=\"x9s-spec-label\">Batteria<\/div>\n        <div class=\"x9s-spec-value\">7025 mAh<\/div>\n        <div class=\"x9s-spec-sub\">Con ricarica 80W cablata e 50W wireless<\/div>\n      <\/div>\n\n      <div class=\"x9s-spec-item\">\n        <div class=\"x9s-spec-label\">Lancio in Cina<\/div>\n        <div class=\"x9s-spec-value\">21 aprile<\/div>\n        <div class=\"x9s-spec-sub\">Data indicata dalle anticipazioni circolate online<\/div>\n      <\/div>\n    <\/div>\n\n    <p>Tra gli altri dettagli trapelati vengono citati anche un <strong>peso di circa 198 grammi<\/strong> e una possibile disponibilit\u00e0 in diverse colorazioni, tra cui <strong>Natural White<\/strong>, <strong>Native Titanium<\/strong>, <strong>Vibrant Orange<\/strong> e <strong>Wind Chaser Green<\/strong>.<\/p>\n\n    <p>Nel complesso, il profilo emerso finora delinea uno smartphone che potrebbe puntare su un mix piuttosto raro: <strong>dimensioni relativamente compatte<\/strong>, <strong>piattaforma molto potente<\/strong> e una <strong>forte attenzione al comparto fotografico<\/strong>. Resta ora da capire quanto di tutto questo verr\u00e0 confermato al debutto ufficiale.<\/p>\n\n    <a href=\"https:\/\/browser.geekbench.com\/v6\/cpu\/17513845\" target=\"_blank\" rel=\"noopener\" class=\"x9s-source\">Fonte<\/a>\n  <\/section>\n<\/div>\n\n<script>\n(function () {\n  var doc = document;\n  var overlay = null;\n  var overlayImg = null;\n\n  function ensureLightbox() {\n    if (overlay) return;\n\n    overlay = doc.createElement('div');\n    overlay.setAttribute('aria-hidden', 'true');\n    overlay.style.cssText = [\n      'position:fixed',\n      'inset:0',\n      'background:rgba(0,0,0,0.92)',\n      'display:none',\n      'align-items:center',\n      'justify-content:center',\n      'padding:24px',\n      'z-index:999999'\n    ].join(';');\n\n    var inner = doc.createElement('div');\n    inner.style.cssText = [\n      'position:relative',\n      'max-width:min(96vw,1100px)',\n      'max-height:92vh',\n      'width:auto'\n    ].join(';');\n\n    var close = doc.createElement('button');\n    close.type = 'button';\n    close.setAttribute('aria-label', 'Chiudi immagine');\n    close.style.cssText = [\n      'position:absolute',\n      'top:-14px',\n      'right:-14px',\n      'width:42px',\n      'height:42px',\n      'border:none',\n      'border-radius:999px',\n      'background:#fff',\n      'color:#111',\n      'font-size:24px',\n      'line-height:1',\n      'cursor:pointer',\n      'box-shadow:0 8px 24px rgba(0,0,0,0.25)'\n    ].join(';');\n    close.textContent = '\u00d7';\n\n    overlayImg = doc.createElement('img');\n    overlayImg.alt = '';\n    overlayImg.style.cssText = [\n      'display:block',\n      'max-width:100%',\n      'max-height:92vh',\n      'width:auto',\n      'height:auto',\n      'border-radius:14px',\n      'box-shadow:0 10px 40px rgba(0,0,0,0.35)'\n    ].join(';');\n\n    close.addEventListener('click', closeLightbox);\n    inner.appendChild(close);\n    inner.appendChild(overlayImg);\n    overlay.appendChild(inner);\n\n    overlay.addEventListener('click', function (e) {\n      if (e.target === overlay) closeLightbox();\n    });\n\n    doc.body.appendChild(overlay);\n  }\n\n  function onKey(e) {\n    if (e.key === 'Escape') closeLightbox();\n  }\n\n  function openLightbox(src, alt) {\n    ensureLightbox();\n    overlayImg.src = src;\n    overlayImg.alt = alt || '';\n    overlay.style.display = 'flex';\n    doc.documentElement.style.overflow = 'hidden';\n    doc.body.style.overflow = 'hidden';\n    doc.addEventListener('keydown', onKey);\n  }\n\n  function closeLightbox() {\n    if (!overlay) return;\n    overlay.style.display = 'none';\n    overlayImg.src = '';\n    doc.documentElement.style.overflow = '';\n    doc.body.style.overflow = '';\n    doc.removeEventListener('keydown', onKey);\n  }\n\n  doc.addEventListener('click', function (e) {\n    var fig = e.target.closest('.x9s-img');\n    if (!fig) return;\n\n    var img = fig.querySelector('img');\n    var src = fig.getAttribute('data-src') || (img ? img.src : '');\n    var alt = img ? img.alt : '';\n    if (!src) return;\n\n    openLightbox(src, alt);\n  });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>OPPO Find X9s Pro \u00e8 apparso su Geekbench con Dimensity 9500. Lancio in Cina il 21 aprile.<\/p>\n","protected":false},"author":5,"featured_media":18830,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_yoast_wpseo_focuskw_text_input":"","footnotes":""},"categories":[480],"tags":[253,44],"class_list":["post-22689","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-oppo","tag-smartphone"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500 - ChinaSmartBuy<\/title>\n<meta name=\"description\" content=\"OPPO Find X9s Pro appare su Geekbench con Dimensity 9500, 16 GB di RAM e Android 16. Atteso anche un display OLED da 6,32 pollici a 144 Hz.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500 - ChinaSmartBuy\" \/>\n<meta property=\"og:description\" content=\"OPPO Find X9s Pro appare su Geekbench con Dimensity 9500, 16 GB di RAM e Android 16. Atteso anche un display OLED da 6,32 pollici a 144 Hz.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/\" \/>\n<meta property=\"og:site_name\" content=\"ChinaSmartBuy\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/chinasmartbuy\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-08T07:50:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2026\/02\/oppo-find-x9s-pro.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Claudio Vitiello\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"Claudio Vitiello\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/\"},\"author\":{\"name\":\"Claudio Vitiello\",\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/#\\\/schema\\\/person\\\/b7b10c8342befae95297010350db2e0e\"},\"headline\":\"OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500\",\"datePublished\":\"2026-04-08T07:50:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/\"},\"wordCount\":479,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/oppo-find-x9s-pro.jpg\",\"keywords\":[\"OPPO\",\"smartphone\"],\"articleSection\":[\"News\"],\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/\",\"url\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/\",\"name\":\"OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500 - ChinaSmartBuy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/oppo-find-x9s-pro.jpg\",\"datePublished\":\"2026-04-08T07:50:00+00:00\",\"description\":\"OPPO Find X9s Pro appare su Geekbench con Dimensity 9500, 16 GB di RAM e Android 16. Atteso anche un display OLED da 6,32 pollici a 144 Hz.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/oppo-find-x9s-pro.jpg\",\"contentUrl\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/oppo-find-x9s-pro.jpg\",\"width\":1280,\"height\":720,\"caption\":\"oppo-find-x9s pro\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/oppo-find-x9s-pro-geekbench-dimensity-9500\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/\",\"name\":\"ChinaSmartBuy\",\"description\":\"NEWS \u00b7 GUIDE \u00b7 OFFERTE\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/#organization\",\"name\":\"ChinaSmartBuy\",\"url\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/logo-chinasmartbuy-e1560864925407.png\",\"contentUrl\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/logo-chinasmartbuy-e1560864925407.png\",\"width\":100,\"height\":100,\"caption\":\"ChinaSmartBuy\"},\"image\":{\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/facebook.com\\\/chinasmartbuy\",\"https:\\\/\\\/t.me\\\/chinasmartbuy\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/#\\\/schema\\\/person\\\/b7b10c8342befae95297010350db2e0e\",\"name\":\"Claudio Vitiello\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3061c64003ff7f9ed10235588139757fe3796d5575755a8a728abd0bebb21d13?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3061c64003ff7f9ed10235588139757fe3796d5575755a8a728abd0bebb21d13?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3061c64003ff7f9ed10235588139757fe3796d5575755a8a728abd0bebb21d13?s=96&d=mm&r=g\",\"caption\":\"Claudio Vitiello\"},\"sameAs\":[\"http:\\\/\\\/www.klav.it\"],\"url\":\"https:\\\/\\\/www.chinasmartbuy.com\\\/blog\\\/author\\\/klav-it\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500 - ChinaSmartBuy","description":"OPPO Find X9s Pro appare su Geekbench con Dimensity 9500, 16 GB di RAM e Android 16. Atteso anche un display OLED da 6,32 pollici a 144 Hz.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/","og_locale":"it_IT","og_type":"article","og_title":"OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500 - ChinaSmartBuy","og_description":"OPPO Find X9s Pro appare su Geekbench con Dimensity 9500, 16 GB di RAM e Android 16. Atteso anche un display OLED da 6,32 pollici a 144 Hz.","og_url":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/","og_site_name":"ChinaSmartBuy","article_publisher":"http:\/\/facebook.com\/chinasmartbuy","article_published_time":"2026-04-08T07:50:00+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2026\/02\/oppo-find-x9s-pro.jpg","type":"image\/jpeg"}],"author":"Claudio Vitiello","twitter_card":"summary_large_image","twitter_misc":{"Scritto da":"Claudio Vitiello","Tempo di lettura stimato":"4 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/#article","isPartOf":{"@id":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/"},"author":{"name":"Claudio Vitiello","@id":"https:\/\/www.chinasmartbuy.com\/blog\/#\/schema\/person\/b7b10c8342befae95297010350db2e0e"},"headline":"OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500","datePublished":"2026-04-08T07:50:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/"},"wordCount":479,"commentCount":0,"publisher":{"@id":"https:\/\/www.chinasmartbuy.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/#primaryimage"},"thumbnailUrl":"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2026\/02\/oppo-find-x9s-pro.jpg","keywords":["OPPO","smartphone"],"articleSection":["News"],"inLanguage":"it-IT","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/","url":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/","name":"OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500 - ChinaSmartBuy","isPartOf":{"@id":"https:\/\/www.chinasmartbuy.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/#primaryimage"},"image":{"@id":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/#primaryimage"},"thumbnailUrl":"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2026\/02\/oppo-find-x9s-pro.jpg","datePublished":"2026-04-08T07:50:00+00:00","description":"OPPO Find X9s Pro appare su Geekbench con Dimensity 9500, 16 GB di RAM e Android 16. Atteso anche un display OLED da 6,32 pollici a 144 Hz.","breadcrumb":{"@id":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/#primaryimage","url":"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2026\/02\/oppo-find-x9s-pro.jpg","contentUrl":"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2026\/02\/oppo-find-x9s-pro.jpg","width":1280,"height":720,"caption":"oppo-find-x9s pro"},{"@type":"BreadcrumbList","@id":"https:\/\/www.chinasmartbuy.com\/blog\/oppo-find-x9s-pro-geekbench-dimensity-9500\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.chinasmartbuy.com\/blog\/"},{"@type":"ListItem","position":2,"name":"OPPO Find X9s Pro avvistato su Geekbench: spunta il Dimensity 9500"}]},{"@type":"WebSite","@id":"https:\/\/www.chinasmartbuy.com\/blog\/#website","url":"https:\/\/www.chinasmartbuy.com\/blog\/","name":"ChinaSmartBuy","description":"NEWS \u00b7 GUIDE \u00b7 OFFERTE","publisher":{"@id":"https:\/\/www.chinasmartbuy.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.chinasmartbuy.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.chinasmartbuy.com\/blog\/#organization","name":"ChinaSmartBuy","url":"https:\/\/www.chinasmartbuy.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.chinasmartbuy.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2019\/06\/logo-chinasmartbuy-e1560864925407.png","contentUrl":"https:\/\/www.chinasmartbuy.com\/blog\/wp-content\/uploads\/2019\/06\/logo-chinasmartbuy-e1560864925407.png","width":100,"height":100,"caption":"ChinaSmartBuy"},"image":{"@id":"https:\/\/www.chinasmartbuy.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/chinasmartbuy","https:\/\/t.me\/chinasmartbuy"]},{"@type":"Person","@id":"https:\/\/www.chinasmartbuy.com\/blog\/#\/schema\/person\/b7b10c8342befae95297010350db2e0e","name":"Claudio Vitiello","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/secure.gravatar.com\/avatar\/3061c64003ff7f9ed10235588139757fe3796d5575755a8a728abd0bebb21d13?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3061c64003ff7f9ed10235588139757fe3796d5575755a8a728abd0bebb21d13?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3061c64003ff7f9ed10235588139757fe3796d5575755a8a728abd0bebb21d13?s=96&d=mm&r=g","caption":"Claudio Vitiello"},"sameAs":["http:\/\/www.klav.it"],"url":"https:\/\/www.chinasmartbuy.com\/blog\/author\/klav-it\/"}]}},"_links":{"self":[{"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/posts\/22689","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/comments?post=22689"}],"version-history":[{"count":1,"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/posts\/22689\/revisions"}],"predecessor-version":[{"id":22691,"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/posts\/22689\/revisions\/22691"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/media\/18830"}],"wp:attachment":[{"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/media?parent=22689"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/categories?post=22689"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.chinasmartbuy.com\/blog\/wp-json\/wp\/v2\/tags?post=22689"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}